#linear-algebra
2 messages · Page 179 of 1
im not sure what you mean bby that question
do you see that e1^T v = e1 dot v?
that sounds reasonable, as e1^t*e1=1
i don't follow your logic there
i just meant they are both equal to e11 v1 + e21 v2 + e13 v3 + e14 v4
regardless of what the norm of e1 is
so bbasiically i will end up with (e1^tv)e1+(e2^tv)e2+(e3^tv)e3?
i tought i can just getthat from the sum of projections?
what is the task asking you for
finding a matriix
right
for that [pi]col(A)
find matrix for projection
mhm
so what matrix does this? (e1^tv)e1+(e2^tv)e2+(e3^tv)e3?
i'll simplify it out for you
we already know that e1^T v is the scalar projection of v onto e1
so let's just call that p1
same for the other vectors ei
so we have p1e1 + p2e2 + p3e3
pi are scalars, ei are vectors
how can we express that operation, which is a linear combination, as a matrix-vector product?
we eed to construct trnasformation matrix out of that and put p1 on correct slots on it?
sure, that much is true
but this should be really straightforward
that is literally the definition of $\begin{bmatrix}e_1 ,, e_2 ,, e_3 \end{bmatrix} \begin{bmatrix}{p_1 \\ p_2 \\ p_3} \end{bmatrix}$
sigh
what is up with me today
Edd
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
yes
ok, that is p1e1 + p2e2 + p3e3
let us call $N = \begin{bmatrix}e_1 ,, e_2 ,, e_3 \end{bmatrix}$
Edd
looks like dot product
that just leaves the question of how to get the p_i
it looks like a dot product, but e_i are vectors
so it isn't a dot product, it's a linear combination
anyway
how do we get p1
well, p1 should be e1^T v, yeah?
yes
and in general, p_i = e_i^T v
how do we express that so that we get all the p_i in a vector, as we wrote before?
in other words
$W v = \begin{bmatrix} p_1 \\ p_2 \\ p_3 \end{bmatrix} = \begin{bmatrix} e_1^T v \\ e_2^T v \\ e_3^T v \end{bmatrix}$
what should W be?
W should bbe colum of A? since it is a transformation?
Edd
no
we're not using A anymore
we were done with A from the moment you did gram schmidt on its columns
should it be just e1, e2, e3 ?
arranged how?
How can I find R and V from L and N?
no, that's the N we used before
that's size 4 x 3
you can't multiply that by v
since v is 4 x 1
then im not really sure what is that W
W is $\begin{bmatrix} e_1^T \ e_2^T \ e_3^T \end{bmatrix}$
Edd
which is nice because
$W = \begin{bmatrix} e_1^T \\ e_2^T \\ e_3^T \end{bmatrix} = \begin{bmatrix} e_1 ,, e_2 ,, e_3 \end{bmatrix}^T = N^T $
Edd
and N = (e1,e2,e3)
so we know that our projection is Np, and that p = N^T v
so the ortho projection onto the span of the columns of A is given by the matrix N N^T
okay, i go calculate this open now then
this should also be equal to U U^T from the SVD you did before
ah
the matrix is rank 3
so U(:,1:3) * U(:, 1:3)^T
if you do it with the SVD
i did....
this part works nicely there
{{sqrt(10)/5, -sqrt(10)/10,sqrt(2)/2}, {sqrt(10)/10, sqrt(10)/5,0},{sqrt(10)/10,sqrt(10)/5,0},{sqrt(10)/5, -sqrt(10)/10,sqrt(2)/2}}
but when i try to add multiplication with transpose it gets mentally challenged and starts to think sqrt is a word
how did you come up with the notation Transpose[]
copy pasted from wolfram
what if you just say N = {whole matrix here}, N * transpose(N)
otherwise, try this out https://octave-online.net/
uses matlab notation and it's free
like you would matlab
so exactly like in the image i shared above
up to where i do "version1"
the rest is with SVD, so just ignore that
i didn't get ones on all corners
idk
i would expect the projection to be rank 3, not 2
transpose should be correct tho?
something is wrong, idk what
yeah the top right and bottom left seem odd
oh
ur third column is wrong
missing a minus on the fourth elem
same on the transpose
aight. i hope you understood the procedure. i recommend you review your scalar and vector projections, as well as change of basis matrices
yeah, i got this week a lot of do this
need to repeat this same process quite a few times
and then i need to figure out OLS method
and solve Ax=e4 with least squares method
basically i need to solve for
where X is unklnown and y is matrix 4x1
(e4=0,0,0,1)?
mhm
so i need to calcylate A^te4 first and then do row reduce to calcuylate x?
so i would get A^te4 from this
yeah i have Ax=e4 and i need to solve it so A^ty = e4
oh yes you are right why am i doing this
i should be doing this?
f(l)=(l,x) is a linear function on l
Meaning f is completely determined by values of f(e_1),f(e_2)...f(e_n)
Basis vectors of X
How is (l,x) defined?
Let {e_1,e_2...e_n} be a basis of X,think of functionals f_i,such that f_i(e_j)=0 if i is not j and 1 if i=j
These functionals will be the basis for your dual space
Hi guys I’d love some help on question 1 part 3.
Any help Is appreciate
Is that all that needs to be said for the answer?
Or do I need to do some calculations of some sort
I’m sorry I’m so bad at matrices
Great thank you so much 😊
Yes we do haha
Once again thank you
I think the point of invoking Th1 is to show that if L is an element of double dual space,then L(f)=f(x) for some fixed x,for all f
Yes
The iso from a vector space to dual is not natural iso,for example
mirzathecutiepie
idk how that affects natural isomorphism
I mean,There could be some natural isomorphism we don't know of
That's not simple to prove
Response I got for the same question
Th1 shows l(x) is completely determined by l((1,0,0...))=a_1,
l((0,1,0,...))=a_2...
l((0,0,0...n))=a_n
(l,x) is a linear function in l, which means it's completely determined by values of $(f_1,x),(f_2,x)...$ Where {$f_1,(f_2)...(f_n)$} is a basis of dual space.
$(l,x)=c_1(f_1,x)+c_2(f_2,x)+...c_n(f_n,x)$, where $l=c_1f_1+c_2f_2...c_nf_n$
DrunkenDrake
Write (f_1,x)=f_1(x),(f_2,x)=f_2(x)...
So that ends up being ($c_1f_1+c_2f_2...+c_nf_n$)(x)=l(x)
T(x)=$c_1T(e_1)+c_2T(e_2)...c_nT(e_n)$ ,where x is $c_1e_1+c_2e_2...c_ne_n$
DrunkenDrake
DrunkenDrake
Th 1 applied here
Now (f_1,x)=f_1(x)
(f_1,x) is T(f_1)
You are defining T: T(f)=(f,x)
Applying this,RHS simplifies to
$c_1f_1(x)+c_2f_2(x)...c_nf_n(x)$
DrunkenDrake
=($c_1f_1+c_2f_2...c_nf_n$)(x)
=l(x)
DrunkenDrake
bruh the bad tex
Ok,I think I get how Theorem 1 is useful here.
you can show $L(f_i)=f_i(x)$ where $x=\sum{L(f_i)e_i}$
DrunkenDrake
I don't get why you care about the bilinear form at all,tho
$f=\sum{c_i f_i} \implies L(f)=\sum c_i L(f_i)=\sum c_i f_i(x)=f(x)$
DrunkenDrake
Which book?
mirzathecutiepie
Can someone link me to a tutorial on how to solve matrixes raised to a power like 2n
A^2n
A^2n+1
mirzathecutiepie
Make it into 1’s on diagonal and 0 the rest ?
Shit
I need to know that to raise to powers?
Currently we just doing A^2
Real numbers
I’m dumb ok I’ll go learn
Yeah it’s a hw problem
It’s filled with 1/2
i always want to ask before i drop my questions
so i did 17 and so when working on 20 i don’t really understand where to get more leverage
4x4
i got to showing nullity(L_A) + rank(L_A) = nullity(T) + rank(T) but from there i need something else to get to the result we want
Second time in here 😭 but if anyone can help me with this I’d greatly appreciate it
mirzathecutiepie
thank you so much !!
$A = S\Lambda S^{-1} = A^T = (S^{-1})^T \Lambda S^T \implies S^{-1} = S^T$
is this a valid proof for a symmetric matrix having orthogonal eigenvectors? assuming you can diagonalize
uli
I do? where
I think you misunderstood the steps lemme rewrite it
$A = A^T$ so if $A = S \Lambda S^{-1}$ then $(A)^T = (S \Lambda S^{-1})^T = (S^{-1})^T \Lambda^T S^T \implies S^T = S^{-1}$
no I'm just substituting $A = S \Lambda S^{-1}$ then "distributing" the transpose
uli
oh, its just that $\Lambda^T = \Lambda$ since its diagonal so for that to equal the other guy I thought $S^T = S^{-1}$ must be true
uli
the thing is you could put rotation matrices between S and lambda and it would still work
so you have to show there is no rotation in the middle when you transpose
oki
oh what you mean is $S(S^{-1})^T \Lambda S^T S^{-1} = \Lambda$ does not imply $S^TS^{-1} = I$ and $S(S^{-1})^T = I$ i think i understand now
uli
it's easier if you move s's to each side, isn't it?
$S \Lambda S^{-1} = S^{-1T} \Lambda S$
Edd
$\Lambda = S^{-1}S^{-1T} \Lambda SS$
uli
$(S^T S) \Lambda (S^T S )^{-1} = \Lambda$
Edd
idk if you can come up w something more easily from this side, now that i think about it lol
wait does $(S^{-1})^T = (S^T)^{-1}$? I'm confused how you moved $S^{-1T}$ to the lhs
uli
oh cool
project the solution onto the row space
i did it the problem to A^tA part and then i tried to invert it but it is not invertible
doing the classic (A^T A)^-1 A^T is the same as projecting the solution onto the row space and forgetting about whatever was lost to the null space
right, that's only invertible for matrices A with full column rank
yeah My a is 3 colums 4 rows
and are the 3 columns lin indep?
so no
the inverse indeed does not exist. you'd do a pseudo inverse
or in other words, replace A^T A by the orthogonal projection matrix onto its column space
so pseudo inverse and then continue normally?
pseudo inverse and you are done, there is nothing else to do
i dont multiply it by A^ty anymore?
(A^T A)^-1_economy_sized A^T is the pseudo inverse
keep track of your matrix dimensions and what is getting mapped to which space
A maps R3 to R4
A^T maps R4 to R3
(only subspaces thereof, to be fair, but you have to at least make sure you can multiply the vectors)
that is for A^tA
do you wanna understand what that does or do you just wanna solve it?
you're jumping the gun
to be honest this is first time i have ever needed the pseudo inverse to do anything
you need the pseudo inverse of A
currently googling what it does
coulden't you just throw away dependent guys then invert? (I also haven't done pseudoinverse)
that inverts from the wrong side
ah yues, i keep forgetting that multiplication is no longer commutative
i'm unfamiliar with all of the notation and nomenclature :x
what is (5) here?
it looks like it calls the transpose the dual space, and it's talking about what i know as conjugate inner product
the transpose turns a vector into a function that you can apply to a vector to map to the field
i might be way off anyway tho, i'm sleepy and i don't know squat
it looks to my untrained eye like you have $x \in X$, with dual space of the form $x^T$
Edd
and the dual space of the set with elements $x^T$ has elements of the form $x^{TT} = x$
Edd
do you understand the identification in theorem 3?
please do correct me if i'm mistaken, actual math isn't my thing
(i deleted the explanation because i think someone else will give a better one)
well, i mean, what the actual map is
right, so you just send $x$ to the map $l \mapsto (l, x)$.
kxrider
right, so you just send $x$ to the map $l \mapsto (l, x)$.
kxrider
sry bout that 
it looks to me like fixing x, l are in X'. fixing l, x are in X''
the notation in this book is terrible lmao, (l, x) should be the number l(x) but it seems as though the author is also writing it for the function l \mapsto (l, x)
let $f_x : X^{'} \to \bR$ be the map $f_x(l) = (l,x)$. Then, the claim is that $x \mapsto f_x(l)$ is an isomorphism.
kxrider
alright, since X'' and X have the same dimension, it suffices to show that the kernel of this map is trivial.
mirzathecutiepie
agh oops, i meant to write $x \mapsto f_x$.
kxrider
that looks about right to me
now, if x is in the kernel, f_x = 0, i.e. (f, x) = 0 for any f in X', and you just need to show that x = 0.
rank-nullity theorem
showing the kernel is trivial shows injectivity
and if the sets are the same size yes surjectivity also follows
its like how showing determinant of a square matrix is nonzero suffices to prove invertibility
Rank-Nullity Theorem states that the dimension of the kernel + dimension of the image is equal to the dimension of the domain.
Therefore, if the dimension of the kernel is 0, then the dimension of the image is the dimension of the domain. Because the codomain has the same dimension as the domain, this implies that the image is the codomain.
ah
i thought i saw you in this channel talking about rank nullity the other day 
"all such linear functions are of this form" just prove surjectivity manually
its like first isomorphism theorem for vector spaces
:deenothink:
i was probably just seeing things
but yea manual proof of surjectivity works to i think
think of it this way: lets say A(u+x) = Au. Then, because A is linear Au + Ax = Au and Ax = 0. This means that x is from the kernel. This shows injectivity iff ker={0}
rank-nullity ain't that hard to prove by yourself actually. Get a basis of the null space, extend that basis into a basis of the domain, show that those other basis vectors have linearly independent images.
I definitely shoulda looked at context 
but somewhere down the line it turned into seeing what the fuck
so you're confused on the natural isomorphism between a vector space and its double dual?
the slicker solution is to read another book
any decent linear algebra book should have this
this book has exactly the same layout/font as baby rudin 
basically it's saying that the isomorphism $v \mapsto f_v$ such that $f_v (\varphi) = \varphi(v)$ is a natural isomorphism from $V \to V''$.
Alphyte
and to prove surjectivity you take any element f in V'', compute the image of a basis of V' under f to find v in V that maps to f under that isomorphism.
I started out with this, which is a one sheet hyperboloid
and I want to end up with the closest thing to its general equation
I managed to turn it into this
kinda need help turning it into this
mirzathecutiepie
I'm not too sure what the notation of the book is either
this is the same thing as writing f(x) for both a function and its value at a point
(i don't meant to imply that writing f(x) is bad notation, but i think it can be misleading or confusing here)
the idea is really that the elements of X are acting on the functionals on X
do they ever use cdot for functions? like to be able to say f_x(\cdot) instead of f_x(l)
each $x \in X$ determines a function $X' \to \mathbb F$ taking a linear functional $l$ to $l(x)$. that is, $x$ "acts" on $X'$
TTerra
that's what i mean
i mean to denote a function instead of a function evaluated at a particular argument
mirzathecutiepie
right, that's what i was thinking too. you have x in X, l in X', and l(x). they wanna say that there is an isomorphism from x to x(\cdot) that acts on l
and this x(\cdot) is in X''
can anybody help me with this i am very lost, like i have 0 clue as to what i should do
. please someone help with this one
the value of m has to be 3
that the first scenario they give you has no sol. implies the matrix is rank defficient
by relation they mean this right?
so it has rank at most 2
either 0,1,2 yes?
mhm
now in the second scenario they give you an example with a unique solution
this would mean the null space of the matrix has only the 0 vector in it, and the matrix has full column rank
so r = n
what does full column rank mean? do u mind explaining?
otherwise, any equality that has a solution would have infinitely many of them
the number of independent columns is equal to the rank of the matrix
ah so according to the image the relation is number 2?
remember the rank can be smaller than both m and n
AH alright
D: good luck
goodluck
and yes, the relation would be number 2 in the second image you shared
0 would be a pretty lame matrix as it would be empty
if n = 1, you would have a single column
i think that works
2 should also work
it can't be 3
we still would get 3 x 1
but then either all equations would have a solution, or the ones that have a solution would have infinitely many
do you mean either no solution or infinitely many?
im not sure i follow that statement
no
a 3x3 matrix can have rank 1,2 or 3
if it is rank 1 or 2, then problems would have either no sol or infinitely many
if it is rank 3, all equations have exactly one sol
which would be case 1 in your second image
but we already know that is not the case
ok i see
so either 1 or 2
well, both scenarios are with the same matrix
oh i see
you're supposed to put all the info together
so when i asnwer the question i take both into consideration
yes
1 or 2, i think only the zero vector has rank 0
1 or 2 alright
then we established r=n
because of the second scenario
and values of n would be 1 or 2
right?
what about c
also in this question what all methods am i supposed to do
it has infinitely many solutions, so you have to find the particular solutions and all the components in the null space
so it'll be some x_c that is constant + a*x_n for any values of a
where x_n is in the null space of A
this is also the approach you would use for part c
i didnt follow
also for part c, recall that A has linearly independent columns because r = n. the transpose has lin indep rows
But with the previous question I sent in here, I’m still confused on it a bit is it alright if I could go into dms with you?
If not that’s alright
@lavish jewel i think i kinda understand what you mean, moving on could you let me know what all i have to do for this one?
read what i said again and look at number 3 in the summary pic you sent
mirzathecutiepie
remember we had m x n, n = r, n < m
ah gotcha that sums up the other qquestion the one with abc
to be completely fair, there was an F_L(x) in the middle, too but that looks ok
i think my example of that with transposes was a good way of looking at it, too
ok last question how should i do the part e
finding the vector or verifying that they are orthogonal?
both
is row space the transpose of column space?
original matrix A transposed and the column space of that is that what u mean?
yes
and also how would i verify the second part of that question
you find a basis for the null space and find the projection of x onto it
it should be 0
i have 2 values for the basis of null space
i just dot product those vectors and then verify?
sure. if the dot product is 0, the 2 vects are ortho to each other
i disappear into the night now. GG
gn
Does it make sense to talk about $V/W$ when $W\cong B\subset V$ is the only relationship between V and W?
Uchigawa
Gotcha ty
$\begin{bmatrix} 2&0&0\0&1&-1\0&1&-1 \end{bmatrix}$
moshill1
I have this matrix which comes from plugging in an eigenvalue to find its eigenvectors, how do I go about finding the subspace which is spanned by the eigenvectors?
I got ${\vec{x}\in\mathbb{R}^3|\vec{x}=t[0,1,1]^T,t\in\mathbb{R}}$
moshill1
it would be the kernel of that matrix
where presumably by "plugging in an eigenvalue" you mean you subtracted off an eigenvalue from the diagonal entries of whatever matrix whose eigenvectors you're trying to find
if that's not what you meant, please clarify
Yeah that's the matrix I got from tI-A
not exactly sure what that has to do with finding the matrix's kernel but you got the right answer so it seems like you understand it

what do i do in this question
if rank is 1 then there is one linearly independent column right
yes
maybe write out what it means for the columns to be linearly dependent
and note that they can't both be zero, for rank to be 1
for example one of the columns should be a scalar multiple of the other
if c and d are 0 isnt rank 1?
that will be true but you're not allowed to set the values of the matrix's entries
isnt that linear combination in a sense
it is
i would perform rref on this matrix or ?
write out what it means for the columns to be linearly dependent
d will be a scalar multiple of c, and you can try to find that scalar
for the columns to be linearly dependent means there is a nontrivial linear combination of them equaling zero
is this correct tho or am i thinking wrong?
im not sure what you're saying there
you haven't said what the right hand side of this equation is
yeah, and x and y are not both zero
yeah
what do i do after that then
well you wanna solve for d right
to do that you need to make sure y is nonzero. why is that the case?
cuz if d is 0 then rank is not 1?
im sorry if i dont follow fast enough but this subject is really confusing for me
take your time
no
right
because that would not satisfy a>0 right?
yeah, if xa = 0 and a > 0, then x = 0. but remember you can't have both x and y equal to zero, so having y = 0 is impossible
so now you can solve your second equation for d
after that you just have to do some funny algebraic manipulation to simplify whatever expression you get to be in terms of only the entries of the matrix
ah sounds like a hassle

so would the solution to d be like -xc/y?
ah sucks
you should be able to solve it now
similarly can anyone help with this 😭
so for solving recursive functions our class has us do it with geometric equations, however, we have to do this for a 3d vector instead of 2d and i am completely lost on what this step would look like
this is the 2d one, any idea what it would look like in 3d
is there any way u can find matrix A if u already have the eigenvalues?
but is there a method to finding one of those matrices?
if you take any triangular matrix, the eigenvalues are just the elements on the diagonal
i dont understand
what part don't you understand
lemme think about it a little more
ok so could we go through an example?
say u have eigenvalues 5,7, and 9
and there are no 0's in the matrix
@wintry sphinx sorry for ping but coulld u show me the process?
There are no zeroes in the matrix?
would've been helpful for you to state this beforehand
sorry
i tried making a 2x2 first that worked for 5 and 7
im pretty sure u can use a pattern from that 2x2 or something to find a 3x3 for 5,7, and 9
but im sorta confused
are there or are there not zeroes in the matrix
no zeros @wintry sphinx
that's a little harder, but all you have to do is pick a linearly independent set of vectors that span the space
and then use those as the eigenvectors
hmm ok
what happens if you restrict phi_gamma to T(V)? you should get an isomorphism whose image is the same as the composition (1). now you can apply 17
and if you know the ranks are equal...
oh that was at like 3 pm LOL
so the rank of T is the dimension of T(V) and the rank of L_A is the dimension of L_A(F^n), yeah?
so if you want to apply exercise 17 you're gonna need an isomorphism of V and F^n taking T(V) to L_A(F^n)
hi
im moving back in here since chill got busy
but it seems i last deduced that L_A = phi_gamma Im(T) or i guess in these terms = phi_gamma T(V)
er
ya
You mean range(L_A)=phi_gamma(Im(T))?
umm wait now im confused
ok so first he told me to write L_A as phi_gamma T phi_beta^-1
okay
then
oh
i took the images of both sides right
and thus yes what you said
yes
man i am so bad at this
this problem ruined my day
i should have been studying for my exam on tuesday
h
The problem is done with this step
There is an bijection from range(L_A) to Im(T)
Which is to say range(L_A)=Im(T)
Range is image
yeah range uses domain the image might just come from some other set
oh
i guess here though since both started from F^n
then
in the end its the same
?
since we went from F^n to V
which is the domain for T anyway
then we get range(L_A) = phi_gamma range(T)
range and image are synonyms
oh
okey i think
i think this makes sense
since there is a bijection between the ranges
the ranks must be equal
and so the other equality also falls out
woah...
okay time to type this at hyperspeed
A=B as vector spaces only when the bijection is also a isomorphism
Yes
thank you
i submitted my hw on time

but i will try to understand this problem so i am going to do it again but slowly
the dot product is an example of an inner product
yea I just found out
I just don't know what else would be considered an inner product
what do i do here
Every inner product is a dot product wrt some basis
(Assuming a basis exists)
dim N(A)=1 since there is 1 free variable
do i find the rank using dimN(A) = n - rank(A)?
Each row from an augmented matrix in row echelon form can be perceived as a vector from the basis in the solution set, if the latter is viewed as a vector space.
Is this statement correct?
does anyone know how to make a all non 0 matrix given eigenvalues
im a bit confused how to approach this problem
this belongs to complex variables, but we can take a look
do you know how to find roots of complex numbers?
If we have Ax=b
b= 0
Then we have unique solution for homogeneous system?
Always?
In what cases its not unique?
The w are the coeeficients of chemical reactions coefficients
Lemme show u
b
(b)
Is it reasonable to expect that any chemical reaction has always a unique solution? Always has many solutions? Why?
when the matrix has rank less than the number of unknowns
If I want to prove that ImT is all the symmetrical matrices from M_2x2 and I show they have the same dimension, does that prove it?
T is from M_2x2 to itself over R
and I show they have the same dimension
"they"?
ImT and the symmetrical matrices
I’m asking in general,
what's T.
If they have the same dimensions why does it matter what T is?
they said T: R^2x2 -> R^2x2 is a linear map
ty for clarifying
because the space of all symmetric matrices is not the only dim 3 subspace of R^2x2
there exist others
I thought if two spaces have the same dimension they are the same
they're isomorphic but they are not the same
you can't handwave your way out like that in linalg
Thanks
when do we use $\det(A - \lambda I)$ vs $\det(\lambda I - A)$?
they seem similar since $\det(\lambda I - A) = \det(-1(A - \lambda I)) = (-1)^m \det(A - \lambda I)$ for m rows, if I factored out correctly
does the sign ever make a difference?
uli
not rly
youre most likely considering this determinant for the purpose of finding eigenvalues
which are not affected by this
ok cool
btw @wintry steppe
that is a much nicer way to look at it
as two maps that behave the same way
ah, aight. GG
yeah
it makes more sense tbh
cuz a function is not the same as a function evaluated at a point
not really tbh 😛 i believe in you
at some point later

the proof does use a basis, but the definition of the mapping does not
if that helps
and the proof is for an arbitrary basis
yeah i think it's fine
it proves that (l, x) is an isomorphism
yes it does not prove naturality
does your book define what "natural identification" means?
if you want to prove it's a natural isomorphism you can work through the CT definition of a natural transformation, with ((-)^{**}) being a functor
Muf
@obtuse kraken Where are you having problems ?
mirzathecutiepie
well they write (l, x) to mean the same as (-, -)
and yeah, their proof doesn't cover naturality
they might just mean natural in the "this it the obvious one" sense
but also know it is natural, so they leave it in
mirzathecutiepie
mirzathecutiepie
mirzathecutiepie
mirzathecutiepie
mirzathecutiepie
i am so so lost on what this is asking to do, is anyone able to rephrase this
@wintry steppe yeah, that's correct, except you don't construct F such that F{x} = l(x), F is defined as taking {x} to l(x)
same with G i think
but the intuition works for either, just a technical detail
uhh
ohhh i see
yeah, then you're correct
go ahead :)
mirzathecutiepie
wait how is Y^\perp defined?
ohh, it says that if you take (l, x) as the bilinear form from the definition, then (Y^{\perp \perp} = Y)
Muf
I'm trying to prove that the number of non-pivot columns in a RREF matrix corresponds to the nullity of that matrix
Not sure how to go about it
I know that a non-pivot column represents a free variable that can be expressed as a linear combination of pivot columns
but going from there idk
kinda, the wording in the definition is probably something like "Y^\perp is the orthogonal complement of Y under the bilinear form ..."
how would i prove that two graphs with identical Laplacian matrices are isomorphic
@main charm
Clown how is Harvard ?
Damn you used to be my student here, you forgot me?
?????
Why is this bottom statement true
Rather than show non-pivot columns correspond to nullity, use the fact that pivot columns correspond to rank. Then use the relationship between the rank and nullity of of a matrix to prove that what you can say about the rank implies what you want to say about the nullity.
oh dope
Uh
I mean I'm trying to prove that pivot columns correspond to rank
and I want to use the dimension theorem
So like either direction
I don't get
I don't get why rank = # of pivot columns or why nullity = # of free variables
both are confusing to me
So like if I understand one I can get the other through the dimension theorem
but the issue is I don't get why either are true
I see
How comfortable are you with change of basis? I can see that being one way to see it
pretty comfy with the matrix representation and stuff
So first, keep in mind that rank is the dimension of the column space. Which means rank tells you the number of independent columns.
Take this matrix in rref for example,
$$\begin{bmatrix}1&0&2\0&1&1\0&0&0\0&0&0\end{bmatrix}$$
nix
how many independent columns are there?
2
right
not coincidentally the number of pivot columns
All non-pivot columns in a rref matrix are dependent on the pivot columns. Does that make sense?
that's because non-pivot columns correspond to free variables and as such you can write the free variables in terms of the independant variables or vise versa
?
That is true
so how does that linear dependance imply null space?
Because row operations do not change column relationships/column dependence.
I don't see the connection
I know that's true
but how does that imply that the free variables correspond to linear dependance?
If you do a bunch of row operations on this matrix, the third column will always still be 2 times the first column plus the second column. I recommend testing this out at some point. So then if I multiply by (2,1,-1) I will always get zero. The null space is preserved by row operations. That's why when we look for the null space of a matrix we put it in rref, because then the column relationships become much more obvious.
I like to think this corresponds to the rank of a matrix. the number of pivot columns in the rref still gives me the number of independent columns of A. i.e. the dim of the column space so rank
But if you want to think about nullity, you could imagine finding a vector to cancel out each non-pivot column. So there are as many independent vectors in the null space as there are nonpivot columns.
That's how I think of it anyway
The idea that row operations don't change linear dependence makes sense. I just am struggling to see how "this column has free variable" connects to "this column is a basis vector for the nullspace"
Like you said here, we can write free variables in terms of independent ones. That actually gives us a vector for the null space since we can use that relationship to cancel out the columns. If its a null space vector of the rref matrix, its a null space vector of the original matrix since that relationship is unchanged by row operations.
since we can use that relationship to cancel out the columns
in this sentence the columns refers to cancelling out the dependent columns?
yeah
like how i got (2,1,-1) is in the null space from the relationship of the columns here
because 2*col1+1*col2=1*col3 -> 2*col1+1*col2-1*col3=0
I see I see
it's a great question. good for you making sure you understand it conceptually. it will serve you well.
this whole worksheet is a conceptual nightmare
I know it's for the better
but man it's hard
I will make a stupid question but.. Provided that A = mxq matrix and B = qxn matrix the is it true that:
-AB = A(-B) ?
Or if u is an scalar is
(uA)B = A(uB)?
yes to both. by linearity
Thanks
quick question
im considering taking an intro linear algebra course in high school
are the concepts of unitary matrices + hilbert spaces covered in intro linear algebra course
I dont think my 1st year LinAl course covers them.. but it's probably school-to-school type deal
Probably not. My intro course in college didn't even cover them.
unitary operators and matrices were discussed thoroughly in my second linear algebra course, but no hilbert spaces
so not quite "intro"
but still a first year course
can someone explain why (iii) is a subspace of r4
do i just need to check if the columns span r4?
Span is not a requirement for a subspace. What are the two requirement for a subset to be a subspace?
0 vector and close under addition & scalar mult?
Yeah
Luckily with this one, we can see right away that one of these is definitely not satisfied
i know (iii) is consistent so it must have the 0 vector but how do i go about finding if it’s close under addition and scalar mult?
does consistent mean it is also close under addition and scalar mult?
Oh i see you said iii not ii. My b. I meant ii does not have the zero vector.
Consistent definitely does not show either of those. All it tells us is that the subset is nonempty.
To check for addition and scalar mult, just check whether or not the sum of homogeneous solutions is itself a homogeneous solution and wether or not a scaled homogeneous solution is still a homogeneous solution
All subspace tests go that way. Add them (that is, two arbitrary elements) and scale them and see if they still satisfy the original definition (in this case, being a homogeneous solution)
@hollow finch is your pfp James Grime?
lol ye
noice
i like e
would anyone be able to rephrase this, i am not sure how to do it and ive been completely lost all day
I think I see it. w1=Aw0 right? How then can you express the transformation of multiplying by A in terms of its eigenvectors/eigenvalues? Since we know how A transforms the eigenvectors, perhaps it would be helpful to get whatever we're multiplying "in terms of" them...
im not quite sure how the eigenvectors/eigenvalues will help me get to the answer in this
like ik they are used
w1 would be something along the lines of (u+v) * w0 right?
Hey guys is anyone familiar with the theorem every sub space of V is a part of a direct sum equal to V
I need it to answer a question but I’m not sure how to apply it
It’s this question
does anyone know the difference between inner product and dot product
seems interchangable
and also why sometimes there is row/column vector
and sometimes vector is just <x, y, z>
the dot product is just a special case of an inner product
dot product is the inner product of R^n
does anyone have or know a good proof that spectral radius is almost a norm?
Anticipation
hello
how can I tell when 2 lines are clearly not parallel?
for example
the guy in the video says this is clearly not parallel
oh wait
is it if it stretches or contracts to meet the points
so if
v1 was <1,2,3>
and
v2 was <2,4,6>
would that be parallel?
yes, they are parallel if the direction vectors are multiples of one another
thank you
what subject are you doing? Knewton sometimes can do proofs
me?
which part is troubling you
Can anyone give me a resource on how to calculate T(e1), T(e2), etc from vectors v1, v2, etc
professor completely skipped what he was doing and just gave us the answer
he also gives T(v1), T(v2) etc
do a change of basis before applying T
havent learned basis yet
can you show what they did?
idk if i should since its last weeks quiz assignment
but he basically just added or subtracted T(vn)
so like T(e1) = T(v1) - T(v2) + T(v3)
i see, i get the idea
he basically asked you to teach yourself how to do a change of basis during the quiz, pretty clever
do you know gaussian elimination?
mhm
the idea is as follows
if you make a matrix I = [e1 e2 e3]^T
actually, letm e start from the other side
make a matrix V = [v1 v2 v3]^T
you can augment this matrix as [V I]
you do gauss jordan until the V matrix now looks like an identity
this will turn the matrix I into the matrix you are looking for
since the row operations you do are the ones required to get e_i out of the v_i vectors
so those row operations tell you "you need 3v1 + 2v2 - ..." or something of the sort in order to get e1, for example
then you would do T(3v1 + 2v2 - ...) (or whatever it is you got) and use properties of linearity to instead do 3T(v1) + ...
so id have a 3x3 matrix as an example from v1,v2,v3 and then the identity matrix
and the row operations i do to the matrix from vectors i do to the identity matrix?
and then the columns of that matrix are e1 e2 etc?
do you know how to invert a matrix?
yeah
@lavish jewel how they got to nn.T
the dot product $n \cdot v$ is equal to $n^T v$
Edd
you can expand both into a sum following the definition of dot product and vector multiplication, and you will see they are the same
after that, they just threw in a parenthesis because multiplication is associative
Can anyone help me with this problem from Trefethen&Bau?
I found these two posts but I'm having trouble really understanding the proofs: https://math.stackexchange.com/questions/1109755/a-projection-p-is-orthogonal-if-and-only-if-its-spectral-norm-is-1 and https://math.stackexchange.com/questions/491007/p-2-1-implies-p-p
by two-norm there you mean the induced norm, right?
Yup
Showing inequality is pretty simple:
Then, following one of the links I shared, I think I can prove one half of the equality (although idk why 2-norm of x = 1)
Not really sure how to approach it from 2norm of P equal to 1 showing P is orthogonal
i'd look for something related to the inner products and cauchy schwarz
in 2d, for example, having P be an orthogonal projection would mean the basis vectors are ortho to each other, and the matrix vector product (which yields a vector of inner products) would end up something like [P1 v; P2 v] = [v1 cos theta1; v2 cos theta2]
and from the orthogonality of the vectors p1 and p2, we should get something like cos theta 2 = sin theta 1
maybe not the most straighforward way, but it should be pretty geometrically reasonable
@waxen flume well, how do you define the span
spitfire
@lavish jewel Thanks for your response. Any ideas on ^^?
Inner products and cauchy schwarz get me to the same place I'm stuck at
you can arbitrarily set the 2-norm of x to 1
the denominator of the definition of the induced norm normalizes that anyway
WLOG you can just take the scalar factor out of x and put it in front of the expression and just forget about it
induced norms are submultiplicative
regardless of what the norm of x is, $\Vert P x \Vert_2 \leq \Vert P \Vert_2 \Vert x \Vert_2$
Edd
but now that i look at it again that's not useful lol
anyway, if you already showed the inequality $\Vert P x \Vert_2 \leq \Vert x \Vert_2$, you can just say x has norm a, and then $\Vert P a \hat{x} \Vert_2 \leq \Vert a \hat{x} \Vert_2 = a \Vert \hat{x} \Vert_2 = a$ for an $\hat{x}$ with norm 1
that sounds about right. GG
for this one
would I get
A = [x1 ; x1]
since the output is just x1 of the transformation
and its in R2
not quite
Edd
what is A then?
what happens to the y axis if you project onto the x axis?
turns into x axis
x component
what if i give you a different vector, say [w1; w2]
the matrix has to work for any vector
not just [x1; x2]
when the input is [x1; x2], yes
right
how do i figure out the inside of the 2x2 matrix
that's what i'm walking you through
the easiest method is usually to see what happens to the canonical basis vectors
[1;0] and [0;1]
what should happen to [1;0] when you multiply by A?
what is A in this case
that is what you are looking for
1A + 0A?
look
not sure
the image is TELLING you what happens
they are telling you Ax = T(x) for any vector x
A is the matrix that performs the linear transformation
A = T(x)/x?
what is T([1;0])
you cant divide by a vector
so this doesnt make sense
but you can solve T(x) = Ax through the process Edd is outlining.
yeah..
how do you find the projection of a vector a onto a vector b?

