#linear-algebra
2 messages · Page 78 of 1
what's row 2 - that?
Ah, i mistyped
row1*4 - row2
Is that allowed? or is it always supposed to be constant * some_row + some_otherrow
that's ok but you still messed up
actually hang on
if you did 4*row1-row2 then...
ok then step 1 is fine mb
you can really just think of that step as scaling row2 by -1 then adding 4row1 to row2
np, this is my first time doing a problem like this so it's likely that i'm thinking about the problem wrong
a composition of two legit row operations
Oh yeah
What I found is reduced echelon form right?
because the columns with leading 1s are filled with zeros
except the 1
yep it's in ref, in fact it's also in rref
ok perfect
so if I want to see if two matrices are row equivalent, I compare their reduced row echelon forms?
because rref is kind of like the most basic form of the matrix
depending on what those matrices are, rref'ing both may be overkill
"basic" isn't how i'd describe it
there are exact definitions on what ref & rref mean on google
to show row equivalence, you just need to perform a series of row ops on one matrix to reach the other matrix
Oh, so I could either find rref or just make one equal to the other
depending on what the matrices are, either rref'ing both or turning one into the other may take more work
makes sense, thank you
Now I have to see if these are equal. I already found rref of the first one, and the second one looks like it is in rref, but I remember reading something like if it is a 1, then a zero on the far right it is a special case
it was related to 1=0
Ann:
you probably meant row equivalent not equal
now we're talking
sure you can
Perfect, because I already find rref for the first one
also, if the second one was referring (don't think that is the right word) to a system, it would have no solutions right?
That's what I was thinking of earlier when I was talking about the special case
if the right matrix is the augmented matrix representing a linear system of eqns then it has a soln
Ohh I remember now. It's if there are all 0s with a number on the far right
of the augmented matrix
it represents 1x+0y=1, 0x+1y=0, giving x=1, y=0
right, because you can have y=0
but if you switched the 1 and the zero on the bottom
it would be 1x+0y=1, 0=1
yep, no soln, we call the system inconsistent
no prob
one more thing actually
is there a symbol for not row equivalent
I've been writing \neq
if I'm comparing rref though \neq should work though i think
because then I'm checking for equivalence not row equ
\neq is kinda reserved for not equal @elder robin
do smth like $\not\sim$ or just write out "not row equivalent"
RokettoJanpu:
ok thank you
can someone tell me how I can find the left null space of a given matrix?
@sharp merlin You could try converting those equations into Ax=b, turn it into echolon form
you do the same sort of thing you'd do to find the regular null space
just with the matrix and vector swapped
I believe the easiest way to find left null space is to find the null(A^T)
A^T being A transposed, idk how to use the bot yet
$\mathcal N(R^T)$
RokettoJanpu:
how does r^21 differ from r^2 21
whoops
coulumbs law
ik r^21 is the unit vector from point 1 to point 2
so what does r^2 21 represent?
okay, so PRESUMABLY, $r_{21}$ (non-boldface) is a scalar, and more specifically the length of the vector $\bd{r}_{21}$ (boldface)
Ann:
and $r_{21}^2$ is the square of $r_{21}$
Ann:
r_21^2 as it were
oh I see
I thought it was notating a different value or smthn
do yk why it is squared?
$\hat{\bd{r}}{21}$ looks like the unit vector in the direction of $\bd{r}{21}$
Ann:
unexpected physics
just a quick question, if 2 vectors are linearly independent, does that imply that they are not on the same line?
if you mean not on the same line in the sense of not being scalar multiples of one another then yes
is the free vector the column where a free variable is?
so would this be correct?
A free vector only has a magnitude and direction so that wouldn't be possible. Eg. The entries in the vector are unknown
what
oh god, youre using the physics definition of vector, arent you
i dont know what is meant by "free vector" in this context, admittedly
I've only vaguely heard of it from secondary school physics
even from that perspective, the "entries" in a free vector are certainly known, it's just not necessarily centred on the origin
in any case, this is unrelated to columns of a matrix
I thought the definition of such included "the position of the vector is not specified"
correct.
why would that make the entries undetermined?
the entries of a vector just state where the vector's endpoint would lie if it was centred on the origin
the vector $\begin{pmatrix}3\0\end{pmatrix}$ represents a 3-unit rightward horizontal line
Namington:
no matter where it begins
Yeah i must be thinking of something else lol
aaanyway back to the question
conventionally, a "free variable" is a variable corresponding to a column without a pivot, yes
im not sure what "free vector" means in such a context
naively i'd assume they're referring to the vector formed by the free variable column
but without more context, i cant be sure
Kind of lost on this question, here i'll post my work below
Is the goal to get something like x_1, x_2, x_3 on one side and a,b,c on the other?
a consistent system means it has at least one solution, and an equation is one side = another side
so I'm thinking I just rewrite the system I found (in the bottom left of my handwritten work) so that it is an equation
In order to get a consistent system, at least one solution should exist.
That occurs when the rank of the matrix of coefficients(assuming you're given a bunch of linear equations with variables) and the rank of the augmented matrix are equal.
i didn't see your working but try to make this happen
So I want the rref of the matrix of coefficients to be equal to the rref of the augmented matrix?
I just reread some parts of my textbook and found an example problem so I got it now
Cool sorry I didn't respond
not sure about RREF, you can tell the rank from just echolon form
but i think RREF will help more
The way I ended up solving it, is I found rref, which ended with the bottom row being {0,0,0 | 2a+b+c}, so the only way for the system to be consistent is if 2a+b+c = 0, so that is the equation of a,b,c which makes it consistent.
Ah yes nice
I have a question, when we are using gaussian elimination to solve a linear system of equations how come all the equivalent systems maintain the same solutions?
all you do is swap rows, multiply them by scalars and add scalar multiples of one row to another
this does not change the set of solutions of the original equation
yeah but my question is like, in order to get the vector that's on the right hand side of the equal sign for both systems is the same
but my question is why
like why does this happen?
so, swapping rows only changes the way we write things down, so it's fine
multiplying by scalars also only changes the way it is written down
you could just divide by it again
and you can add equations to one another because they must both be true
hmmm...
and you can add equations to one another because they must both be true
this part is still confusing for me
if you know that a = b and c = d, then you know that a + c = b + d
yea I know about that property, I just don't know very well what it exactly means
it just means that you can add the same thing on both sides of an equation
and the equation will remain true
hmmmm...
i mean you probably do this all the time
it's just in this case you add more elaborate stuff on one side
but the idea is the same
okay, let's say I have this
2X + Y = 0
X + Y = 1
3X + 2Y = 1
what does "it will remain true" mean? what will remain true? in the third equation
ok, if we do this real slow, you start with 2X + Y = 0
you add 1 on both sides
and get
2X + Y + 1 = 0 + 1 = 1
but the second equation tells you that 1 = X + Y
so you can exchange the 1 on the left hand side with X + Y
to obtain
2X + Y + (X + Y) = 1
and this simplifies to 3X + 2Y = 1
so yeah if the first two equations hold, the third one holds as well
so... the third equation maintains the solution for all the equations involved?
well, no
not in the sense that you can reconstruct the first 2 equations from it
it's more like you add the information of the second equation to the first
or vice versa
but given any two of those equations, you could "reconstruct" the other one
and in the gauss algorithm you keep one of the original equations, so this is fine
hmmm...
not in the sense that you can reconstruct the first 2 equations from it
this confused me a little bit, I mean I can start with the third and generate one of the two previous equations, right?
if all the information i give you is " 3X + 2Y = 1 "
ohhh
then you can't generate either of the first 2 equations
but if i give you either of the other ones as a bonus
because I don't know them?
you can give me all 3 back
I'll be right back with more questions because this sounds simple but it's pretty difficult for me to understand what's going on haha
this is just, to explain why you don't "lose" information in gaussian elimination
maybe another way to think about it is
you can always do gaussian eliminations backwards
to reconstruct the original matrix
so the information encoded is the same
Maybe this is difficult for me because I'm trying to understand this concept by using lines
and see what every line looks like after adding to lines
😦
this intuition will break once you have more than 3 variables
also i don't think it's a good way to understand gaussian elimination
it's best to translate it into a system of linear equations and make sure that at every step you only make "legal" moves
(but maybe i suck at explaining this)
hmmmm...
Because ... counting and object permanence. Both of these tell us why addition and subsequently subtraction, multiplication and division should work. Furthermore adding equivalent things tells us why linear equations should work.
this just doesn't click in my head
okay. Sorry. Do you believe two different equations can have the same solution(s)?
Like 3x + 5 = 11 and 6x + 10 = 22
ehmm yes
so do you believe one way to change one equation to another equivalent equation is by multiplying or dividing both sides by a non-zero number?
yes because they are both the same(?
well let's think about that.
3x + 7y = 13 Does it have the same solutions as 6x + 14y = 26?
hmmmm yes?
So okay here's the long way to explain this (Because honestly I can't think of an easier way).
3a + 7b = 13 and 6c + 14d = 26. I want to show if (a, b) is a solution to the first then it is also a solution to the latter.
We know now 3a + 7b = 13. This means that 6a + 14b = 26 by just multiplying both sides by 2.
yeah that's it. It wasn't as bad as I thought.
Technically we should show that also if 6a + 14b = 26 we can also get to 3a + 7b = 13.
in any case matrix operations are just multiplying an equation by a non-zero real number and adding two equations together and collecting like terms.
but my question really is why does gaussian multiplication work, like why does every equivalent system of equation preserve the same solutions
hmm cool. Is this for a college class? Can I use the word "uniqueness"?
btw, um every equivalent system by definition preserves the solution but you're asking basically if two systems differ by a matrix operation why does it preserve the solution.
hmm cool. Is this for a college class? Can I use the word "uniqueness"?
I learn math as a hobby
ah okay. just wondering.
but does the paragraph above clarify what you're wondering about?
"If two systems differ by a matrix operation why does it preserve the solution?"
btw, um every equivalent system by definition preserves the solution but you're asking basically if two systems differ by a matrix operation why does it preserve the solution.
yea this is what I'm asking
So that again boils down to ... we only use row operations that preserve the solution. Logically that's saying we only allow "useful" tools on matrices. And as we can "handwavy" tell, multiplying a row / equation by a non zero constant or adding two equations together is fine.
We can't just square all the numbers in a row for the reason that it would likely not preserve the solution set.
hmmm...
it's just that I don't understand why these row operations work
Was the explanation about multiplying/dividing both sides okay?
yes
Like would you agree that multiplying and dividing both sides of an equation by a nonzero constant would not change the solution set.
ok cool
I understood that one, but what about adding?
so the other one is adding two equations ... and that's a short thing too.
Are the eigenvalues of an orthogonal matrix always 1?
3x + 7y + z = 13
x + 2y + 3z = 5
3x + 7y + z + 5 = 13 + 5
(adding 5)
3x + 7y + z + x + 2y + 3z = 13 + 5
(substitution of the left 5 with x + 2y + 3z)
and collect like terms.
it's a bit more involved than that but that's ... sorta what goes on.
hmmmm so the third one relates the solutions for both equations?
The three equations together has the same solutions as the original two.
this is what I don't understand
I'm just simplifying:
3x + 7y + z + x + 2y + 3z = 13 + 5
4x + 9y + 4z = 18
So the two equations above have exactly the same solution set right?
just collecting like terms.
yes
(also not clear is a perfectly good answer)
whew ... good. I don't have to talk about chocolate!
yea it's not clear to me 
I'm trying to figure out what exactly I don't understand haha
okay. so here's the (sorry for being kiddy) chocolatey math thought thing.
it's alright!
you have x, y, and z
they count say for our discrete purposes chocolates but if you like a continuous example pounds or kg of chocolates.
X is a triangular box, y a square box, and z a pentagonal box.
it's not difficult to see:
3x + 7y + z + x + 2y + 3z
is equivalent in this metaphor to 3 triangular, 7 square, one pentangonal, 1 more triangular, 2 more square, and finally 3 more pentagonal boxes.
or ... 4 triangular, 9 square and 4 pentagonal or 4x + 9y + 4z
This is always true. It doesn't matter what the other side of the equation is.
Sorry had to throw that in there.
But we have:
3x + 7y + z = 13
x + 2y + 3z = 5
and
3x + 7y + z + x + 2y + 3z = 13 + 5
All 3 together must have the same solution set as just the two above. Proof by contradiction.
If
3x + 7y + z = 13
x + 2y + 3z = 5
and
3x + 7y + z + x + 2y + 3z = 13 + 5 + k
for some nonzero k, we could subtract both equations and get:
0 = k. Since k is defined as nonzero we have a contradiction.
okay I'm gonna read this a few times :)
So adding equations is okay and when you add equations you cannot get any other non-equivalent equation. You won't get either more nor less solutions.
@zinc lava okay I get it know!!!! thank you, now I have one more question, why do add two equations together, then substitute one of the two equations with added with the result gotten?
(Sorry for pinging you)
wait is it because the third one has the same solutions as the one I substituted?
but the point is that the third one is simpler?
wait wait wait wait wait
so... when we add two equations at the same time, we are basically getting a third equation that's true for some values of our variables where both equations are true, right? And one of the reasons why gaussian elimination works is that when we change one equation for another that maintains the same solutions we are not really modifying the overall answer, we are finding simpler equations whose solution is the same
Yes
I'd assumed the identity matrices were of the same size as A to make it symmetric, am i missing something? @feral mountain
One identity matrix has size p x p and the other has size q x q
@bitter glade @craggy lark
that makes sense, i completely missed that
sorry my work has a lot of arithmetic, but im trying to use the gram schmidt process to find an orthogonal basis for the column space of this matrix
and im literally just pluggin numbers into the formula my textbook says
and i feel like ive quadruple checked my arithmetic, but i cant seem to get my v3 to be orthogonal to v1 and v2 (v1, and v2 are both orthogonal)
In R^3, v1 x v2 (cross product) always gives THE vector (up to opposite direction) orthogonal to both (if possible ... they might be parallel and then there's a lot of answers)
(ps the zero vector also causes trouble.)
wait why is the cross product relevant?
arent we concerned about the dot product for orthogonality?
a dot b = 0 means they are orthogonal. But a x b gives you an orthogonal vector.
ah i see what u mean
but wait are you in R3?
yeah ^^
gram-schmidt uses dot products
I can be ignored then. Because you want the orthogonal space?
ya, im trying to find an orthogonal basis that spans the same space that the column space of that matrix does
i cant just multiply that vector by a scalar? (10)
well im just scaling it to get a whole number
i dont think that would give me whole numbers (?)
wait sorry im really confused rn
if we call the line with v2 = blah blah line 1, which line are u talking about?
ah, for that part its cuz of that scalar from doing x3 dot v1 / (v1 dot v1) all times the vector
maybe its easier if i take a pic of this formula im using
Hmm. I think I know the problem.
So we do v1 and v2 to find a vector orthogonal to both?
Rinse and repeat for v1 and v3?
that all makes sense
but when you were finding v3 you scaled the vectors by different scalars
u right jinkies LOL
i dunno why i thought v1 dot v1 was 10
thanks a ton!
i was so focused on that last term with all the fractions i forgot to check the easy stuff
my textbook said thats its usually better to normalize at the end after u found the basis
wouldnt that make the arithmetic even more annoying?
ah i see
thats true, numpy everything lol
RokettoJanpu:
hint: let w=(2,2,2)^T. A(v+w)=?
yeah never hurts to recall that matrices represent linear maps
Does this statement mean $A = \begin{bmatrix} 8\8\8 \end{bmatrix}$ ? I'm trying to do Gaussian elimination and trying to figure out how to tack on (or augment) the right hand side (b) while I'm doing the elimination. I've only seen examples where right hand side b is a vector
matrix with vertical bars usually means determinant of that matrix, in my experience
Oh crap. That actually makes much better sense. Thank you
well the rref of any nonsingular matrix is the identity
and the only eigenvalue the identity has is 1
so yknow
the eigenvalue information gets lost
eigenvalues are not invariant under row ops
my professor said that if rank(A) = n (for a system with n variables), then there could be either exactly 1 solution or no solutions
is this correct? how can there be no solutions if rank(A) = n
wouldnt its rref always just be an identity matrix
Not gonna lie, I've been kind of ignoring maths lately on my uni and I need to fix it now. i just need to know what to do, do I just multiply these matrices? What is this A^T? Why is A repeated twice. I hope I translated it well to english so you can at least understand what I have to do because I don't.
A^t is the transpose
Where you flip the matrix along it’s diagonal
So $\begin{bmatrix}1&2&3\4&5&6\7&8&9\end{bmatrix}^T=\begin{bmatrix}1&4&7\2&5&8\3&6&9\end{bmatrix}$
Whoever:
So I multiply the transposed A matrix by M matrix and then once again by A?
Yes
Thanks
uh
hold up
matrix multiplication is preformed right-to-left
i mean obviously it's associative but
make sure you're doing either $A^T(MA)$ or $(A^TM)A$
Namington:
Well he did say that he’ll calculate A^TM then multiply that to A
yes, but i've seen students do $A^TM$ and then literally multiply by $A$; as in then multiply by $A$ on the left
Namington:
effectively calculating $A(A^TM)$
Namington:
which is obviously wrong
Damn ok
just worth clarifying
I will have that in mind
order matters in matrix multiplication, and its best to preserve it
thanks bud
[indeed, it's generally more natural to preform matrix multiplication right-to-left in general, since matrices are just linear functions and function composition is right-to-left; but it doesn't really matter as long as you keep the ordering the same]
Wouldnt this be false?
The pivot columns would create a basis for ColA wouldnt they?
@gloomy arrow
Yes you're correct. Nul(A) is instead the vectors that get mapped to 0.
anyone help me out?
Does determinant of coefficient matrix being different from zero implies that system is linearly independent and is a basis for Rn?
sry not zero
means linearly dependent set of vecotrs
yes
ok thanks.. 🙂
Ugh
Normally I take that to be part of the definition
But you want to know how to get that, with the "determinant is the volume made by the three vectors as columns" definition?
Oh thank God
Lol
Have you watched the video?
Yes I did, I still cant figure that out
and in the video did you understand how col1 and col2 of A scale ihat and jhat
Yeah
okay so imagine you scaled the 2x2 identity matrix of [1 0][01]
using matrix A [20][02]
the determinant would be 4 because everything is scaled by 4 correct?
Aight Im out, I understand it lol. I was just overthinking
okay lol
you messed up
sometimes it's nice to think of matrix multiplication as: the $(i,j)$ entry of the product of two matrices $A$ and $B$ is the dot product of the $i$th row of $A$ and the $j$th column of $B$
RokettoJanpu:
@real plaza
I like to pick up the vector, rotate it counter-clockwise, then "run it down the matrix"
( 1 2) (x) = (1x + 2y)
(0 -1) (y) (0x - 1y)
wdym formal way?
kxrider:
The multiplication itself is the formal definition. "Rotating the vector" is just an easy way to remember it
the reasoning you use disc is just "by the definition of matrix multiplication." I doubt even the most stickler of teachers care for you to clarify how you are defining matrix multiplication, as long as you are aware how to do it
While we're talking about easy ways to remember things,
That's an easy way to multiply any two matricies
Put the second one above like that. You get the size instantly
Would like to confirm if my proof is right.
If x and y are eigenvectors of matrix A, then
x+y is an eigenvector of A.
My answer is false because
Ax = mx where m is the eigenvalue of x
Ay = nx where n is the eigenvalue of y
Thus
A(x+y) = mx + ny
For the vector x+y there is not a unique eigenvalue thus x+y is not an eigenvector of A
Your line of thinking is correct, it would be best to use a counter example to really show it
Note that if x and y have the same eigenvalue, then x + y is an eigenvector! You can use the above to show it
Ic
Oh also, when I'm finding determinant, can I apply one row operation and stop there. Then if I see one row is identical to another then can I just conclude that the matrix has a determinant of 0?
ye
what is everyones thoughts on linear algebra the right way
doing it the right way is certainly better than doing it the wrong way
oh yea I would say axler is good
No
Oh
No it has to be homogenous
why?
Did you read the proof?
the row operations preserve the solution set
yea but i still don't understand why it needs to be homogenous tho
Ok so row operation can be thought as multiplying an invertible matrix of a specific kind
ehhhh invertibility hasn't been introduced yet
I don't know if it particularly needs to be homogeneous, but the theorem is demanding it is
I think things get messy if that's not the case
idk i checked the proof and i don't see why any of the steps require it to be homogenous
like i can duplicate them without it
oh is that what invertibility means
Yeah the inverse operation
So basically $B=E_1E_2\cdots E_nA=EA$ for some matrices $E_1,\dots,E_n$
Whoever:
And if x is a vector such that Ax=0, then Bx=(EA)x=E(Ax)=E0=0
Oh row operation as matrices are not introduced yet
So each row operation can be represented ad multiplying by a matrix
Called elementary matrix
i think they are
i didn't really get the notation for it though
but I guess i understand what it's saying
Um
Think of the elementary operation as a function that takes in a matrix and outputs another matrix
So e(A)_{ij} is the i,j th element of the output of A
a function that takes in a function hmm
ah so A_ij is the return of i,j as the input for A
So A_ij is the number at row i, column j of matrix A
ye
So the elementary operation of type 1 is to multiply a row of a matrix by a number c
Specifically, row r
The second type adds c times the s'th row to row r
the third type interchanges row r and s
yea but what does everything before the last bit of each sentence mean?
ie e(A_ij) = A_ij
and the i doesnt equal r part too
That means leave everything else the same as before
ohhhh
ok so i understnad the elementary row operations thing
what about the homogenous thing
i sent way before?
why does it have to be homogenous?
sure
So let's see a specific example
$\begin{bmatrix}1&2&3\4&5&6\7&8&9\end{bmatrix}\begin{bmatrix}x\y\z\end{bmatrix}=0$
Whoever:
Whoever:
yea
Ok
Let's say we apply row operation 1
On row 1
so multiply everything by 2
So we have
$$2x+4y+6z=0$$
$$4x+5y+6z=0$$
$$7x+8y+9z=0$$
Whoever:
mhm
I got a question but i will wait for snoopy
now if the constant there wasn't 0, like 1, then the resulting value will be 2
yea
so that is basically the reason
when you apply row operations, if all the constants are 0, then no matter what row operation you do, the constants remain 0
But if the constants are not 0, then they might change
In other words, if A and B are row equivalent, then Ax=b and Bx=b might have different solution sets
If b is not the zero vector
mm
i guess ill think about it for a second
thanks for evyerhting
:)
everything*
lol sure i don't think i explained very well xD ask me if you have any question
hold on
if anyone can help a brother out, that would be much appreciated
@pallid rampart rip i still don't get it
:(
like if you have a an equation from a system
and you show that its a linear combination of equations from another system
then the solution set for the equations must all be the same
isn't that what we're effectively doing with the row operations from rows in A to get a matrix B?
i don't understand why they need to be homogenous
remember that when you apply row operations to a system, you change the LHS and the RHS. if you start with Ax = b, for non zero b, and apply row operations to A to get to B, then you don't have Bx = b, but you have Bx = c for some c that you obtain by applying row operations to b.
in the case when b = 0, applying row operations to 0 does nothing, so A reduces to B while 0 reduces to, well, 0.
hello
can someone help me with this quesiton
the awnser i worked out was
r = (1,4,5) + s(4,0,-7) + t(1,1,-2)
im just wondering if this correct
and im also wondering
if theres a lot of awnsers for this
for example
it could be
.... + t(2,-2,-3)
or
....+t(0,4,-1)
if someone can clarify this
also
is there a proper method to work this out
i just worked this out in my head since it has to be perpendicular, i just experiment with numbers that add up to 0
i also need help with the cartesian equation
thanks
in advance
can someone help me pls
Can you show your working
um
i didnt really have working out
since the question
says
the point
(1,4,5)
and i know the general equation for this
would
be
r = x_0 + sv_1 +tv_2
x_0 = (1,4,5)
and the v_1 and v-2
would be vectors
that are perpendicular
to
(7,1,4)
im not really sure what the proper way to work this question is
@slow scroll but thats saying that A and B have the same y values
which is not always true for equivalent matrices
here um ill ping you about this in another channel
How'd you get the 2 vectors that are perpendicular to 7,1,4?
yea that sounds good
@quasi vale i just randomly made up the numbers
thats why im confused since there can be unlimited
thats why im wondering if theres a proper way to work it out
Okay
Listen
when it says the plane is perpendicular to the vector "..."
It's just giving you the normal vector of the plane
a bit confused but keep going
cartesian form of the plane is ax+by+cz=d, where the vector perpendicular to the plane(or the normal vector) is <a,b,c>
(x,y,z) is any point on the plane
7x +y +4z+ d?
So you plug in your point and the normal vector, solve for the constant d
Find d by plugging the point
?
wait a minute
What are you doing
if (x, y ,z) is a point on the plane then the vector <x - 1, y - 4, z - 5> is parallel to the plane so dotting it with the normal vector would result in 0. so <x - 1, y - 4, z - 5> . <7, 1, 4> = 0 is the equation of the plane
oh
so
7(x-1) + (y-4) + 5(z-5)
which equals
7x - 7 + y - 4 + 5z -25
so
d = 31
4(z - 5)*
yeah
meant that
d = 331
31
then
oh okay
so i understand
the cartesian
part
but um
the vector parametric form
still confuses me
this was the question
r = (1,4,5) + s(4,0,-7) + t(1,1,-2)
was my awnser
so can v1 and v2 be any vector
that is perpendicular
to (7,1,4)
lemme draw a diagram
okay
so the red vector goes from the origin to a point on ur plane
and hte green vectors lie completely in the plane
if u span these green vectors u get your entire plane
and the red vector is effectively moving this plane around
hmm
so the vector
represents
in my question
(1,4,50
(1,4,5)
?
RED*
red* vector
wait
how can
the red vector be
(1,4,5)
because
in the question
it says
the plane through the point
if its "through"
im confused about the word through
ohh
okay
its in the plane
okay
the green vectors
u see the normal vector alone cant define a plane
you can get infinitely many parallel vectors which would have the same normal vector
so u need a point which the plane goes thru to define the plane
yeah
will be parallel to the plane
and thus it can be the awnser
well yeah kinda
if both of the green vectors u choose lie in a line then u cant reach every point on the plane with them
hey guys im new here, im trying to do this HW and im not sure if this is correct or not, anyone can help me pls ?
hmmmmm
wait
like this
if it lies or not
if its a scalar multiple of the other
normal vector to the normal vector
(2,2,2) and (4,4,4)
then this would be wrong
since their a scalar
i mean
their a mulitple of the other
yeah you wouldnt get a plane if u just blindly do r(s, t) = <1, 4, 5> + s<2, 2, 2> + t<4, 4, 4>
nice
ty
oh way
i have another question
is there a way
to get the vector
from a cartesian
equation

yes
um sec
cartesian to vector form
I think you can find a basis that span the entire plane from the cartesian equation
the basis
no just A basis
in part b) it gives me a cartesian equation
i want to make it into a vector
wait a minute
im an idiot
from this
wouldnt u get the vector
(1,1,-1)
you gave no context for where that came from
oh
because of the coefficient in front
the plane
wait
let me just try to work it out
focus on turning the plane you were given into vector form. i did some algebra to get z=x+y+1. substitute into r=(x,y,z)=?
algebra's off
stop typing at 100wpm, read chat
lol
x = z - y + 1 is wrong
oh
ty
z = z -y -1
my bad
i mean
x = z- y-1
let z = t, y= s
(t-s-1,s,t) = s(-1,1,0) + t(1,0,1)
the -1 after t-s is missing
yes
no
wew thats nice
i wonder how ur gonna get the normal vector tho

from the vector form
this plane (-1,0,0)+s(-1,1,0)+t(1,0,1) is parallel to the one we want
think this one out
ok
or at least follow along with me
damn rocket always teaches new and fancy ways of doing stuff
sorry about before
for the plane given by (x,y,z)=(-1,0,0)+s(-1,1,0)+t(1,0,1), the vectors (-1,1,0) & (1,0,1) are what determine the orientation of the plane
if (-1,0,0) weren't there, you'd have a plane with the same orientation except it also contains the origin
oh
since we want the plane
to go through the point
(6,5-2)
if we replace
(-1,0,0)
with (6,5,-2)
would we get the vector that is parallel and goes through the (6,5,-2)?
i mean plane*
then you'd know for sure the new plane contains (6,5,-2) AND has the same orientation of the original plane

thank you
you're welcome 
im actually begining to undertand how planes
work now
just out of curiousity
for c)
the awnser should be
(0,0,0) + s(1,1,1) + t(1,2,3)
right
sure
nah
its redundant
ok cool
the 0 vector is defined to be the additive identity
when learning algebra in the real or complex numbers you learned of some number 0 such that for any number x, 0+x=x+0=x. we call 0 the additive identity
similarly for vector addition, the 0 vector is called the additive identity
Hey All
Can someone explain how I would do this questions?
Imagine the dumbest person u know and explain it in the most dumbed down language for him. thats meeee
what properties of the determinant do you know
no
the determinant of $\mat{a & b \ c & d}$ is $ad - bc$, not $\frac{1}{ad - bc}$ and certainly not $\frac{1}{ad} - bc$
Ann:
oh
i have a macro that lets me do that
but the default way is
$ \begin{bmatrix}
1 & 2 & 3 \\
4 & 5 & 6 \\
7 & 8 & 9
\end{bmatrix} $
Ann:
it was just a \newcommand
i do agree
not even det(AB) = det(A)det(B)?
im terrible at maths
consider looking up "determinant properties" honestly bc that shit's important
well i guess now i know that exists
not even det(AB) = det(A)det(B)?
@dusky epoch
i still dont really get
what a determinant is used for
lik why is ad-bc so important..?
oh and also, is there any tricks to remember finding dets for larger matrices?
anyway beyond this problem dets are most often only useful in terms of knowing whether or not the det of a matrix is 0
cuase i get confused over which to multiply and stuff like what
i don't think i can tell you any tricks
anyway beyond this problem dets are most often only useful in terms of knowing whether or not the det of a matrix is 0
@dusky epoch which baiscally tells us if there in an inverse right
inverse matrix
ah ok
thats alright
thanks Ann
is there a particular way to reasona for matrix multiplication maybe?
watch 3b1b's essence of linear algebra
is it just matrix one defines row, matrix 2 defines colum
he explains the intuition behind dets way better than i could
oh ok
i watched some of the earlier ones
but they werent related to what we learning in uni class
so i just thought it was more advanced or something
did you define \mat to do \begin{bmatrix}#1\end{bmatrix} ?
aight ty 
@slim bridge determinant is like signed volume
It is basically how much volume the basis vectors make
After being transformed
ITS AREA
i just watched 3b1b vid
wtf
its the constant that area is scaled by
woah
@dusky epoch thanks for the suggestion Ann
it really did help a lot with the intuition
For part (b), i cant seem to decide which generator polynomial to use , since n = 6 and k = 2 (which i got from turning G into standard matrix to check for k)
since my g(x) = n-k = 4, by reducing my x^6 - 1 into irreducible polynomials, i can form 3 different generator polynomial with degree 4. Am i heading the right direction or is my understanding off?
Any linear algebra experts or whatever who I can have a discussion with about about 3 + n dimensions on the voicechannel ?
if you're willing to wait like 2h and if i'm no longer tired out of my mind by then, i could try clearing up some of your doubts
Ok, Ill wait then @dusky epoch
How can a real 2x2 matrix have a characteristics polynomial of 1-lamda^2
When it's det(A-lamda*Identity matrix)?
Lamda is always negative so after expansion lamda squared is always positive
with a characteristic polynomial the only thing that really matters is its roots
and λ^2 - 1 and 1 - λ^2 have the same roots
in fact, this holds in general
some sources define the char. polynomial as $\det(A - \lambda I)$; others define it as $\det(\lambda I - A)$
Namington:
it doesnt matter since we only really care about its roots
So if I want to find a matrix that has the characteristics polynomial of 1-lamda^2
Then I can just find a matrix that had the characteristic polynomial of lamda^2-1 ?
and multiplying by -1
doesnt affect roots
i mean, sure?
im not sure thats an easier task
but yeah
it's just a 2*2 matrix
is Ker(A) = R^2 or λ(1,0)?
i think its R^2 because it doesnt matter
ah i think λ(1,0) is the right answer because its the correct spelling

@viscid kernel yeah i got done with my shit, ya here?
i'm not going into voice until you give me the ok
what exactly does "Re(...)" mean and how does 6.19 follow from the line above it?
real part of the vector, assuming you have a complex valued vector
<u,v> isn't a vector, it's a scalar
complex in this case
@potent totem have you worked with complex numbers before
Re() is the notation for real part
ok ty
@potent totem have you worked with complex numbers before
@dusky epoch Yeah. I guess I just forget the notation (used to different notation)
Re is pretty universal is it not
If A is a 3x2 matrix and B is a 2x3 matrix, is AB invertible? Is this a valid explanation?
It is never invertible because
Determinant has to be non zero to be invertible
But
det(AB) = det(A)det(B) thus since the determinant of A and B cannot exist because they aren't square matrices
no
you can't say det(AB) = det(A)det(B) bc A and B would have to be square for that identity to apply
you can also find a 3x2 matrix and 2x3 matrix such that their product yields the identity matrix which is invertible
no you can't, the product will have rank at most 2
oh yeah, i think you're right. It is because B corresponds to a map f from K^3 to K^2 while A is a map g from K^2 to K^3, since the image of f can't have dimension >2 then the image of g also can't have dimension >2, right ?
and since g o f : K^3 ->K^2 -> K^3*
When you have a non linear transformation of a certain vector lets say [2,3] given with his transformed matrix. Would you still be able to calculate what the output vector is ?
they don't know








