#linear-algebra
2 messages · Page 255 of 1
since 1 + 1 + 2 = 4
however, what about the closure properties?
since (1, 1, 2) and (4, 0, 0) are both in the subset, we should have that (1, 1, 2) + (4, 0, 0) is also in the subset
but note that (1, 1, 2) + (4, 0, 0) = (5, 1, 2)
and 5 + 1 + 2 = 8
8 is, of course, not equal to 4
so this subset is NOT closed under addition, hence it cant be a subspace
thats enough to rule out A already, but for the purpose of example, I'll also check scalar multiplication
as mentioned, (1, 1, 2) is a vector in the subset
and 2 is a scalar in ℝ³ (since 2 is a real number)
but 2 * (1, 1, 2) = (2, 2, 4) which is NOT in the subset
[as 2 + 2 + 4 = 8 ≠ 4]
so this subset isnt closed under scalar multiplication either
we already knew it wasnt a subspace since it wasnt closed under addition, but hey, this works too
hopefully that's enough for you to get started on checking the other options.
wow man thank you so much I understood everything, cant believe it's so simple
🙏 you're the best
I'll try and do the other questions
as a hint, one good place to start is to check whether the 0 vector is in the subset
the first and third properties combined mean that the 0 vector should always be in the subset
since we know SOME vector v is in it, and then 0 * v also is
but 0v = 0 [the zero vector]
this can let you immediately rule out some of the options.
(but its not enough for the entire question, you still need to check the 3 properties if you couldnt rule them out with this fact)
when checking the third property I can choose any real number? @limber sierra
λv has to be in the subset for ALL choices of λ and v
so in order to determine it's true, you need to check that it's ALWAYS true
or, if it's false, you only need to find a SINGLE exception
(though if you can find one exception, probably many exist - but that doesnt matter)
"any", like
oh okok
x and y can be any real number
perfect
so in C for example
(6, -11/2, π) is in the set in C
since -11/2 and π are both real numbers
er, its not
since its not closed under either of your operations
for example, (6, 0, 6) + (6, -2, 5) = (12, -2, 11)
and 12 is not equal to 6
If X_i represents the vector of the row i, what would be the notation for getting the vector at the column i
(X^T)_i? [where X^T is the transpose of X]
but honestly id just introduce new notation
"let C_n be the nth column vector of __"
@limber sierra can you run me through the D option? if you have time
sure
first off, clearly D is nonempty; set x = y = 0 and (0, 0, 0) is in it
okay, now we need to check closure
lets take two arbitrary vectors, say u = (-4x + 2y, -5x - 9y, 8x + 9y) and v = (-4x' + 2y', -5x' - 9y', 8x' + 9y')
then u + v = (-4x + 2y, -5x - 9y, 8x + 9y) + (-4x' + 2y', -5x' - 9y', 8x' + 9y') = (-4(x + x') + 2(y + y'), -5(x + x') - 9(y + y'), 8(x + x') + 9(y + y'))
do you see how i got that? i just added and factored
and now note that, if we set our real numbers to (x + x') and (y + y'), the vector (-4(x + x') + 2(y + y'), -5(x + x') - 9(y + y'), 8(x + x') + 9(y + y')) satisfies the condition of D
so no matter what u and v are, their sum is also in D
we just make the appropriate choice of our new x, y values
okay, finally we need to check scalar multiplication
let u = (-4x + 2y, -5x - 9y, 8x + 9y) and let λ be a real number
then λu = λ(-4x + 2y, -5x - 9y, 8x + 9y) = (-4λx + 2λy, -5λx - 9λy, 8λx + 9λy)
again i just multiplied λ in, nothing fancy
but note that λx and λy are both certainly real numbers
since λ, x, and y were all real numbers
so (-4λx + 2λy, -5λx - 9λy, 8λx + 9λy) is actually of the desired form
since remember, our parameters could be any real numbers, and setting them to λx and λy works
hence λu is in D as well.
therefore, the subset in D fits all three properties, and is hence a subspace.
ohh I only tried with positive numbers
multiplying the vector by a negative flips the inequality
so its not closed under scalar multiplication
besides that, seems correct to me.
er wait
ok so should be like this
Correct ✅
🙏 thanks
could you recommend me to online materials to learn linear algebra? im a bit behind as you can see and I want to get a good grade
i'm unfamiliar with great resources, unfortunately
dw, I'll look it up
Been cracking away at this for a while and I'm not really getting anywhere
Trying to analyze both under the axioms for an inner product
So I showed that for either to be symmetric <u,v>=u^TAv and <T(u),T(v)>=T(u)^TAT(v) then A has to be symmetric
So I suppose that's one condition. Kinda obvious though
Then when I showed that both show linearity it kinda didn't show much
And I'm having a problem getting anywhere in the positive definite part because I dont really know much about these vectors. Can't really compute inner product and check if its positive
Another insight I have is that if <u,u>=0 then u must be the zero vector meaning T(u) must also be the zero vector, so <T(u),T(u)>=0
what's another way of say the same thing but condition is only in T
Oh is it that the Ker(T)=0v
Cause if it isnt then <T(u),T(u)> cant have the positive definite property
like saying T is non singular right?
Never heard the term before
huh
ok
that's from axiom 1
there are other axioms for a inner product
make sure they are satisfied
Well I could show you what I've done to show symmetry and linearity
Cause after doing it I don't really see anything
Also when I search up nonsingular I get that it means the same as invertible?
you also need T to be symmetric?
So like the transformation can be reversed?
it is
non singular, invertible, full rank, kerT=0 all mean the same
Well I need <T(u),T(v)> to be symmetric
Yeah
depends on the field
i assume he means real field
I dont know what a field is
yeah real it is
😛
^.^
So when you say T is symmetric do you mean that T has some matrix representation relative to some basis and that that matrix is symmetric?
Cause I don't really get what it means for a linear transformation to be symmetric
symmetric would mean that <T(x), y> = <x, T(y)>
Right for inner product I get that
I feel like the only piece of info I can get from <T(u),T(v)> being symmetric is that <T(u),T(v)>=T(u)^TAT(v) so A is symmetric
But its like I already know that this A has to be a positive definite matrix for <,> to define an inner product in the first place
So I don't really see how it helps
so the way i would've seen it would rather have been <T(x), T(y)> = <x, T'(T(y))>
where T' is the transpose of the map T
whoa what
welcome to linear algebra
also why are inserting 'A' in the middle
yea
Well that's how we defined the inner product in class
that's how you defined it for R^n, presumably
but they never said that is what you have here
Oh I see
so you guys treat inner abd dot differently, i see
Yeah
Because if you have a positive definite matrix A then the inner product axioms still hold
Like if you slap it in the middle there for R^n is still holds

sure, but you said it yourself
you checked that it satisfies the def of an inner product, which is a more general thing
symmetric positive definite matrices are one flavor of doing that, for R^n
the general flavor is self-adjointness
positive definite 
I don't know what self-adjoint means
And I'm reading the wikipedia page for it and it isn't helping ;w;
reading about dual spaces before that might be helpful
No this is my homework
But yeah we've not talked about dual spaces either
Yeah I'm so lost
All the other questions were doable
yeah, so
what you can do is
notice that starting from <T(x), T(y)>, you can transpose the map T, call it T', and you could write <x, T'T(y)> or equivalently <T'(T)x,y>
this means T' composed with T is symmetric
if it is known to be linear, then it satisfies linearly in the first argument kinda trivially
and then all you need is T to be nonsingular
also if you want to stick with your A
Both of you !
your condition should be that $T^TAT$ is positive definite
Ryu
But isn't T^TAT a number?
no, T (in some basis) is a matrix
assume $x\in V$ then $x^T ( T^TAT)x = (Tx)^T A (Tx) > 0$ since $A$ is positive definite and $T$ is no singular
Ryu
I'm sleepy, ignore the mistakes
It's cool, thanks again
orthogonal complement of S := CL{(0,11,-11,0)}
??
the problem is that the answer are three vectors: (1,0,0,0) (0,a,b,0)(0,0,0,1)
who is a and who is b then?
what is CL
then any a = b will work
yes
Ok thank you, i alredy got a = b, just want to be sure
if a = -b, the dot product won't give 0, and then the vector isn't orthogonal to (0,11,-11,0)
but rather parallel
How does the matrix for a reflection in the y=x plane differ from the reflection in line y=x
How does a matrix differ from a line?


yo guys stupid question
what is a reflection in a line?
a function is invertible iff it is injective and surjective. Does that imply that e^x is not invertible? Obviously this is not the case so how do u restrict the codomain of a function
a mirror image in the line
do you mean using a line as an axis of reflection?
Right
or taking the line, defining a point as a point of reflection, and finding points on the line that are reflections of each other
ok
Firstly, what is the difference between a reflection in the line and the plane?
with e^x from R -> R, there's no inverse of e^x from R -> R
they're the same in 2D, but in 3+D not necessarily
Points that sit on the plane will only get reflected under the line reflection
we can just restrict it so that e^x is R -> R+, and then the inverse is ln(x): R+ -> R
does that help?
but not so under the plane transformation
Yeah, I'm thinking more in 3-d
in general you need a hyperplane to define a reflection
so using a line only makes sense in 2D
a plane is needed in 3D
using only a line tells you what to do with 1 parameter, but the others are left unspecified
ye makes sense
thanks
I think so
uniquely?
i mean why not
i had never thought about it tbh
Ya, draw perpendicular from point to line and go twice as far
Would a matrix for this transformation be equivalent to a reflection in the line y=x
thats what i mean
So like with x,y,z, reflecting about a coordinate plane flips one of the signs
Reflecting about a coordinate axis flips two of them, and reflecting about the origin flips all of them
in general, no
Actually yeah I agree that reflection across a line is the same as rotation by pi around that line
what's with the mixed responses
oh exactly pi
what icy says
in the sense that a segment joining an original point and its "reflection" has to intersect y = x, z = 0
in a higher dimention
for whatever reason i saw pi and thought "oh, an arbitrary angle"
that's why i said "in general" lol
Ok i really need help with this one, it seems hard, B = {u,v} (a base of R²), and T a linear transformation that [T]B = (6,9 ; 3,9), and [(x,y)]B = (6x ; -6y), then T(x,y) = ?
i dont know how to draw matrix on keyboard so i just put ; as new raw
If you want, i can give the possible answers, so i think it will be easier
i'd think of it as follows
So you mean, give you the options?
let T(x,y) = w, and apply some isomorphism phi to both sides that gives you the vector in the basis B, so that phi(T(x,y)) = phi(w)
and phi(T(x,y)) = [T]B [(x,y)]B
so you're looking for phi^-1([T]B [(x,y)]B)
The problem is that the answers does not contain phi and also, it contains u and v
on all of them
wanna see them?
oh, show me
and the original question too, if possible
no prob, that's my native tongue
ok so
start by taking [T]B [(x,y)]B
that gives [36x - 54y ; 18x - 54y], yeah?
but these are the coordinates of T(x,y) in the basis B
so we still need to take phi^-1
as it turns out, all you need to do to get back to the canonical basis is apply the inverse of the phi you took in the first place
in your case, you can see that what was done was phi([x;y]) = [6x; -6y]
so that [x;y] = phi^-1([6x; -6y])
i guess there's no need to do that given the options they provide, tbh
Yeah, phi is not one of the options so
so all you'd have to do is take a linear combination of the basis vectors with the coordinates you found
it is, these u and v vectors that pop up are exactly that
i found coordinates?
here
these are the coordinates of T(x,y) in the basis B
that's exactly what [T]B [x;y]B gives you
Any ideas on the last one?
it's T(x,y) in the basis B
I'm guessing it's a composition of some kind
i don't know if there's a special name for that
the most evident thing is that the result is on the x y plane
I see. so maps all points to x-y plane?
that's one thing, but it also adds z and x coordinates
the best words that come to mind are contraction, marginal, or trace, but idk if the geometrical effect has a special name
ok, thanks
since you start and end in R^2, there's a simpler way to see what's going on
the phi i keep mentioning is the inverse of the matrix [u,v]
it's a change of basis from the canonical basis to the {u,v} basis
and phi^-1 is simply [u,v]
Wow, i never heard of using phi in linear algebra
So, i think if i did it right, T(x,y)= 54xu - 108yv?
that doesn't seem right, i would say it's option b
but my explanation was kinda bad, maybe someone else can give you a better one
Is there a way to comprobate if b is correct?
not without explicit values for u and v
Or....
I have this question that i alredy got an answer, just wanna make sure it is correct:
Of this three linear transformations, only R is an actually linear transformation
right?
that sounds right
Thanks!
this part of the proof does not make sense to me. Surely they should use u = v to then prove T(u) = T(v) not the other way round
not really
i don't see why either
like, u=v implies T(u) = T(V) by definition
since T is a function
on the other hand
T(u) = T(v) does not imply u=v in general
say T(u) = 0*u = 0
and v = 0
T(u) = T(v) for any u, and more generally, for any pair of u and v
To show that T is injective, it must be that for u different than v we have T(u) different from T(v). Put in another way, we must show that if T(u) = T(v) then necessarily u=v.
while u = v implies T(u) = T(v) is by definition
Since T is a well defined function
exactly
T(u) = T(v) does not imply v = v
u = v right
x=y implies f(x)=f(y) is the def of well defined. the converse is the def of injective
How to calculate the dot product of [f(cv) - cf(v)] * [f(cv) - cf(v)] ?
where f is a function
how are you defining the dot product of functions?
actually, for that matter, what's your vector space anyway? continuous functions on a closed interval [a, b]?
...wait
im an idiot
ignore me
lmao i wasnt sure what to even answer
nahh all good
is f linear?
yep we just dont know what values
How do I go about doing this?
like naively you apply distributivity
well thats what im trying to prove..
so essentially I have a question where I need to prove that f is linear
One of the conditions to do that is to show that f(cv) = cf(v)
This can be rewritten as f(cv) - cf(v) = 0
If I can prove that [f(cv) - cf(v)] * [f(cv) - cf(v)] = 0; I can say that f(cv) - cf(v) = 0
[f(cv) - cf(v)] * [f(cv) - cf(v)] = f(cv)[f(cv) - cf(v)] - cf(v)[f(cv) - cf(v)]
but i cant see an easy way to simplify that
could u explain how u got that?
also, uh, this seems like a very weird way to show linearity
distributive property of the dot product over vector addition
a·(b+c) = a·b + a·c
wait can i show u the question? maybe there is an easier way to prove linearity
like, if there was a way to show that was equal to 0 in general, it would imply all functions are linear
thats obviously not true
so your proof is gonna have to use properties of f in some way
therefore, showing the full question would help.
determine which of them are linearly independent.
To prove linearity the following conditions need to be met:
- f(w+v) = f(w) + f(v) for all w,v in the domain of T
- f(cv) = cf(v) for all scalars c and all v in the domain
but I'm not sure how to work on proving them
My textbook hasn't gone over the concept of linear independence yet. It's later in the chapter. My textbook wants me to use the concept that the determinant of the three vectors will equal 0 if they form a basis. Could you explain why that is the case?
how are you defining a basis then
whatever, guess that doesnt matter
smack em in a matrix and row reduce
if you dont get a 0 row, your determinant is nonzero
how are you defining a basis
A basis is a set of vectors which can be used to define any point in 3-d space right
er
that, at best, describes a spanning set
though "used to define" is so vague that even that's a stretch
a basis is a set of linearly independent vectors such that every element of your vector space can be written as a linear combination of those vectors
we call the number of vectors in any basis the "dimension" of the space
so "3 dimensional" means your basis will consist of 3 vectors, and since theyre linearly independent, ANY linearly independent set of 3 vectors is a basis of 3d space
in other words, it suffices to check the 3 sets given for linear independence
but it turns out that this is the same thing as just row reducing a matrix consisting of those vectors
if you dont get a zero row, theyre linearly independent
and that, in turn, is the same thing as having a nonzero determinant.
Did u get a chance to look at my question?
ik its a wierd question... idk how to even start it
like your base field is ℝ so your inner product is fully linear
so [f(cv) - cf(v)] · [f(cv) - cf(v)] = f(cv)·f(cv) - f(cv)·cf(v) - cf(v)·f(cv) + cf(v)·cf(v)
= cv·cv - c(cv·v) - c(v·cv) + c²(v·v) = c²v·v - c²v·v - c²v·v + c²v·v = 0.
but I thought the dot product would be f(cv)[f(cv) - cf(v)] - cf(v)[f(cv) - cf(v)]
thats the same thing
Got it, thanks!
do you not know your dot product properties?
not that well, we havent learned them in detail thats y
to get from f(cv)·[f(cv) - cf(v)] - cf(v)·[f(cv) - cf(v)] to f(cv)·f(cv) - f(cv)·cf(v) - cf(v)·f(cv) + cf(v)·cf(v), just apply distributivity again
(twice)
ohh i see
ohh wow that was smartt
damnn tysm
Can anyone explain me how they got this span for Rang?
are you wondering where the first = comes from or the second?
both sets span ℝ² (or whatever your space is).
to be a bit more explicit, note that we can use the three vectors to construct the standard basis
(1, 0) = -1/2 (1, 2) + 1/2 (3, 2)
(0, 1) = 3/4 (1, 2) - 1/4 (3, 2)
since you can create the standard basis using those 3 vectors (in fact using only two of them), we know that the span of those 3 vectors is AT LEAST the span of the standard basis
but it cant be MORE THAN the span of the standard basis
since the standard basis spans everything
its a basis
so we have ≥ and ≤ (these should actually be subsets but whatever)
hence the spans are equal, =
...no
okay, I'm lost
i mean thats just a linear combination of standard basis vectors from a different space
do they solved it the equation that I showed or is it by a theory?
okay, heres the point:
- The span of a set is ALL the linear combinations you can get from that set.
- The standard basis spans the ENTIRE space (since that's what it means to be a basis).
- The set of 3 vectors in your first image has the standard basis vectors in its span.
- Since you can make the standard basis vectors with your 3 vectors, and since the standard basis vectors can be used to make the ENTIRE space, your 3 vectors also make the ENTIRE space.
- Hence their spans are equal.
the "theorem" applied is the following fact:
In a vector space of n dimensions, a set containing n linearly independent vectors spans the entire space.
your set of 3 vectors isnt linearly independent, but it does contain 2 linearly independent vectors
(1, 2) and (3, 2) are linearly independent
since the dimension of the space is 2, that means this set spans the entire space.
[and so does the standard basis, of course]
all they did is simplify, really
@signal mulch
That's what I wanted to do I wanted to simplify it to get the answer they got, but I ended up not getting the same answer
i dont know what answer you got, so i cant really help you there.
i dont even know what the question was.
ThisI think that all the typos are corrected now oof
Could u explain what injective means? we havent learned that yet
one-to-one?
MISTERSYSTEM
yeah
f is injective if $\forall x, \forall y, (f(x) = f(y) \implies x = y)$
polikuj2
i was asking if theyd heard of one-to-one before
You haven't heard about injective maps yet?
Yeah, maybe one-to-one rings a bell
ohhh it basically means one to one
Yup
we learned it as one to one but not injective thats y lol
anyway mistersystem that seems a bit overengineered
I used a very special fact about injective linear maps between finite dimensional vector spaces
they said dot product
not inner product
if by "dot product" they meant "arbitrary inner product" then sure
but thats weird terminology/notation
oh, wait, the screenshot they attached says "inner product"
but it uses a dot instead of langle rangle
hmm
these langle rangle stuff are fucking up my formatting
I guess there are no more typos now
Oof
Now I can explain the idea
I have abstracted away the setting a little bit
Instead of working over R^n we are working over a finite dimensional real vector space with a given inner product
reeeeeeeeeeeeeeeee
In any case
I used an important product that the inner product has
Which is the fact that it is non degenerate
In fact
It is more than that
It is positive defined
But we don't need that to prove this result in specific
Non-degeneracy of a bilinear map (such as the inner product) just means the following, if $\langle \cdot, \cdot \rangle$ is a bilinear form such that $\exists u \in V$ such that $\forall v \in V$ we have:
$$
\langle u, v \rangle = 0
$$
then, $u = 0$.
MISTERSYSTEM
we want to prove that f(u+c*v) = f(u) + * f(v)
or equivalently
that f(u+c*v) - f(u) - c * f(v) = 0
And the inner product gives us a way
to prove that a given vector is the 0 vector
got it
could u help me simplify this: [f(v+w) - f(v) - f(w)] * [f(v+w) - f(v) - f(w)]
use the fact that the inner product is bilinear
you can actually ''distribute over''
well i tried to but it was rlly long and i messed up
You don't need to actually do that
To prove the result
then how would I calculate product of it?
if you want to know what that is equal to, that is precisely:
f(v+w)* f(v+w) - 2 f(v+w) * (f(v)+f(w)) + (f(v)+f(w)) *(f(v)+f(w))
you can then simplify a bit more
can i write f(v+w) as v+w since f(v)* f(w) = v *w
f(v+w)*f(v+w) is (v+w)*(v+w), yes
got it tysm!
i dont understand the translation part of this matrix
from orthographic box to unit cube
so this cuboid is mapped to a cube with normalized points [-1,1]^3
hey y'all a 3x3 matrix whos null space is a point would be the identity matrix right?
since nullity = 0?
Nope, there are lots of 3x3 matrices which have null space {0}. It’s rref would have to be the identity tho
the identity matrix is one example though
In particular a square matrix has trivial null space iff it’s invertible
Can someone help me with this question
I don't know how to show whether they are necessarily ture
IlIIllIIIlllIIIIllll
I know the direct sum but I don't know how to show they are true
how does sal know that the underlined vector is some linear combination of a and b?
what do you mean
where did this equation come from
@golden kindle
telepathy
magic

and at what time did the 'linear combination of a and b' thing happen?
Like at the end
at the very very end?
so like, let me try to understand what you're asking.
are you asking how $\bmqty{2\0\5\0}$ is a linear combination of $\vec{a}$ and $\vec{b}$?
Ann
yes.. what is the proof 4 it
it isn't.
Ok but he said it was
Yes that's why the solution was a plane in R_4 or something
point me to the time where he says that
i have the transcript of the video right here.
"at like 15:00 or something"...
at 15:35
He says the point is equal to multples of these two vector
he definitely says the solution 2,0,5,0 is a multiple of a and b
or soething idc
idk
i think his phrasing there is bad and ambiguous
our solution set consists of the point (2,0,5,0) and everything you can reach from it by adding multiples of a and b
i.e. it's the set of all linear combinations of a and b, shifted by (2,0,5,0)
K I don't get that should I just ignore the vector solution
Its not important right
have you got other sources that can explain it 2 me
That... concept thing
of shifting it or something
looks like you're looking for systems with infinitely many solutions
these technion videos look pretty aight
Algebra 1M - international
Course no. 104016
Dr. Aviv Censor
Technion - International school of engineering
you'd need that one and a few others after it
possibly
How can I answer this question?
ugh I don't see he does 
Thank you anyways
for them to be a basis, they have to be linearly independent
Thanks
Got mixed up haha
guys
I have a question i linear algebra
can someone join voice and help me?
I'm streaming my screen, the question is too complicated for texting
can't you post a screenie?
that every element of the range has atleast one pre-image
ty
or is the co-domain..what is it called 
should be codomain, yeah
tx
so for every element of the codomain (y), there exists at least one element in the domain (x) such that f(x) = y
there's also another way of saying the same thing is $f:A\to B$ then $f$ is surjective iff $f^{-1}(B)=A$
Ryu
ok-hi
how do we show that if $\langle{\psi,T\psi}\rangle=1$ for every $\|\psi\|=1$ then $T\in\mathcal{B}(\mathcal{H})$ and $T=I$
note that $\innerproduct{a}{b} \leq \norm{a}\norm{b}$
Ryu
still don't get how to show that it's a bounded operator tho
how about looking at $\Vert T(y) \Vert$, where $\Vert y \Vert$ need not be 1. but then $\frac{\Vert T(y) \Vert}{\Vert y \Vert} = 1$ and so $\Vert T(y) \Vert = \Vert y \Vert = 1 \Vert y \Vert$, satisfying the def of boundedness?
Edd
i might be wrong so take my input with a grain of salt
i skipped some linearity and positive homogeneity stuff in the middle when dividing by the norm of y
don't think that works because ||T(x)||² = <Tx, Tx> but we are given <x, Tx>
can an unbounded operator satisfy <Tx, x> = 1 
don't think so

i'm assuming $\innerproduct{\psi}{T\psi}=1$ for every $|\psi|=1$ if and only if $T\in\mathcal{B}(\mathcal{H})$ then $T=I$
ok-hi
is this even true?
ye
ok
if $T\in\mathcal{B(H)}$ then $T=I$ then $\innerproduct{\psi}{T\psi}=1$ for every $|\psi|=1$ is straightforward
ok-hi
\begin{align*}&\innerproduct{\psi}{T\psi}=1=\innerproduct{\psi}{\psi} \
\implies &\innerproduct{\psi}{T\psi-\psi} =0 \
\implies &T\psi =\psi
\end{align*}
Ryu
$T\psi = \psi$ for every $\norm{\psi}=1$ right
Ryu
take any vector $v\in\mathcal{H}$ then $\hat{v}=\frac{v}{\norm{v}}$ and you can put $\hat{v}$ there to show that $Tv=v$
Ryu
lol i'm confused now. it might tho. lemme ask #advanced-analysis

If H is complex you can show that T is autoadjoint then bounded
wut is autoadjoint lol
hmm but how do you show it's self-adjoint?
that only shows for one x tho, you need to show it for all x, y
Then you use polarization
dumb it down for us
In linear algebra, a branch of mathematics, the polarization identity is any one of a family of formulas that express the inner product of two vectors in terms of the norm of a normed vector space.
If a norm arises from an inner product then the polarization identity can be used to express this inner product entirely in terms of the norm. The p...
confused with with the spectrum, mb
so that automatically shows T is a bounded linear operator then?
and i guess it also shows T=I?
No self adjoint => bounded comes from closed graph theorem
If xn -> x and Txn -> y
<Txn,a> = <xn,Ta> -> <x,Ta>=<Tx,a>
And
<Txn,a>-><y,a>
So Tx = y and T is bounded
Then if you take a orthonormal basis
<Tei,ei>=1
2<Tei,ej>=<T(ei+ej),ei+ej> - <Tei,ei> - <Tej,ej> = 2-1-1=0
So Tei = sum <Tei,ej>ei = ei
And T is identity
How do I prove that they are linearly independent tho?
you could use something like angle sum formulas to show you cannot get one from the other through simple scalar multiplication
or alternatively orthogonality, if you've seen that
~~Solve a 6x6 system
~~
system of cosines
😌
it will anyway boil down to trig identities or something else lol
I was thinking more the trick of plugging in t values to get a system of linear equations
ah like testing the 0 crossings
yeah
sure, that's cool as well
that's the most sensible way indeed, since nothing was mentioned about an inner product and the trig identities will get out of hand already with just 3 terms unless one comes up with something clever
though some amount of tomfoolery will anyway be required
Does anyone know this type of exercises?
Hi, guys, is it true that eigenvalues of T:V-->V will be the same as the eigenvalues of matrix of the linear map for any chosen basis?
yes
thanks
Let V be a finite dimensional vector space over a field K, and let W1, W2 and W3 be subspaces of V. By analogy with the Inclusion-Exclusion Principle for sets, and taking into account the dimension formula for a sum of 2 subspaces
dim(W1 + W2 + W3) = dim(W1) + dim(W2) + dim(W3) − dim(W1 ∩ W2) − dim(W2 ∩ W3) − dim(W3 ∩ W1) + dim(W1 ∩ W2 ∩ W3) (†) holds for the sum of 3 subspaces.
This formula does not hold because I proved that it does not, but I need to state general assumptions on the subspaces of W1,W2,W3 which guarantee that the formula does hold and prove it under these assumptions.
But how do I do that?
Many thanks
wait that doesn't hold? 
the formula gets messy for more than two sets
If you write \
$W_1=\text{span}{w_1 , w_2 , ... , w_n}$ and\
$W_2=\text{span}{w_{n+1} , w_{n+2} , ... , w_{2n}}$ and\
$W_3=\text{span}{w_1+w_{n+1} , w_2+w_{n+2} + ... , w_{n}+w_{2n}}$
it's Sam
yeah but how do start proving dim(w1+w2+w3)
What's dim W1
subspaces of V
dim(W1 + W2 + W3) = 2n
V is a finite dimensional vector space
Lhs gives 2n and RHS gives 3n
you already got a hint in #groups-rings-fields btw
Me?
no
yeah but I need to state some general assumptions of the subspaces W1,W2,W3 to prove and show that the formula holds under these assumptions
What assumptions?
to guarantee that the formula defined above does hold
But it doesn't right?
You want the condition for which this will hold?
general assumptions on the subspaces
assume the formula holds
yea
It will hold if elements one of the subspace are not linear combination of elements of other two subspaces, like if v_1 is in W_1 and v_2 is in W_2 then av_1+bv_2 should not be in W_3
I am a bit busy to help rn, but this may help: https://mathoverflow.net/questions/23478/examples-of-common-false-beliefs-in-mathematics/23501#23501
This question is really trivial but it's still bothering me
So if $\begin{bmatrix} 1 \end{bmatrix}\neq 1$
Tim O'Brien
Where LHS is a 1D vector
I am pretty sure this is because LHS is an element of a vector space, while RHS is not
But real numbers satisfy the vector space axioms
And I know that certain sets of polynomials can be considered subspaces
So why isn't scalar+1D vector defined
or scalar+2D vector
You know?
They are both vector spaces
Subspaces*
Idk this is quite confusing to me, I don't know if I explained my question correctly even
vector spaces are sets of elements with some addition operation that takes 2 elements of the same set, and a scalar multiplication operation that takes 1 element of the set and 1 from a field, and these operations satisfy some nice properties
you're asking for something like addition of one element from 1 vector space with one of another
that need not be defined in the first place, it's an additional structure, so to speak
food for thought I guess, here's a fun example where as long as you know what you're doing you can replace a 1x1 matrix with a scalar, when making a projection matrix that projects onto a vector v, $$P=\frac{vv^T}{v^Tv}$$
Merosity
R is a vector space over itself actually
Sorry what is a field for the layman?
This is something I have heard quite a lot but I am not sure what it means, exactly, and wikipedia is too complicated
we can leave that aside for now
If I understand correctly, it is an extension of a sertain subspace ?
your question is the same as "how do i add a polynomial and a matrix?"
it's a thing that has addition and multiplication
they are not a part of the SAME vector space
in a nice way
right
Perfect explanation
it can be done if you go ahead and define how to do it, but it is not part of the base structure of a vector space
Uhhhh 😳
Intersting
But on an exam or something
if I define it
I think I could get away with breaking traditional rules
That's cool
it will be clear when/if you need it
you actually can add scalars and vectors in some contexts
But the question becomes, when is it useful to do that?
You know?
Like the "traditional" rules I follow describe the world well
it kinda happens in a weird way when factoring out vectors and matrices
look up geometric algebra, you can have multivectors which consist of a linear combinations of scalars, vectors, bivectors, trivectors etc
for example, something as simple as x^T x + 1
yup
Jeez this is cool
aka clifford algebra
x^T x + 1 ?
if you factor out x^T from that expression
you get x^T ( x + ???)
what goes there?
well 1/x^T
Oh god
What is division by a vector?
I mean I could define it
But how could I define it usefully?
also defined in geometric algebra, but not in lin alg
Does this seem sort of on track
division by a vector actually makes sense in a useful way in geometric algebra
How do people know how to define anything?
you play around with stuff and sometimes get lucky
How do people define vector multiplication and it just works to accomplish with what we want?
you took that in a dumb direction @wintry steppe
What makes my NEW definition of vector multiplication not fit what is the case?
Oh , lmfao I didnt know what to do
x^T A x = x^T M^T M x = | | Mx ||_x^2
^T is transpose, correct?
the 2 norm itself is positive definite, and if M is nonsingular, then w = Mx is nonzero whenever x is nonzero
that's about it
I think we are supposed to solve it in the sense not knowing what the 2 Norm is
Final question: What rule stops me from adding elements from two separate vector spaces?
i call it 2 norm but you can simply write it as a sum of squares and it is still positive def 😛
Is it simply not defined?
Yeah I think thats what we are supposed to be doing
it doesn't make a difference. why do you say you're not supposed to know what the 2 norm is though?
Example for reference:
you can, it's just not useful if you arent careful
like i said, in GA it is defined and useful
Because we did this at the begining of the semester and hes just giving the exercises now. So at the time we didnt know what the 2 norm was
lol
like, it's hard to describe, but having interesting nontrivial properties
Why not say 2+2 = 128372198372130
let's just do this
Why not sey vectorA*vectorB = infinity^0
why not give me all your money
Done if you help me with this problem
My math teacher will get some interesting new definitions on my next exam
the answer to "can i do x" is usually always "yes but..."
yeah it does
There are so many random possibilities
im learning GA rn, it's sick as fuck
Geometric algebra?
I will take it when I get to university
I love algebra
man
god
it's pretty unpopular tho
Oh, right
yeah but like it's not very intuitive to add scalars and vectors and stuff
you can learn some of the same content by doing vector calculus and differential geometry
GA is just one language for this type of stuff
Why does thi smatteR?
there are others
GA is more of a physics thing than a math thing
I see
If I want to read about fields, where should I go?
I know nothing
I want to explore stuff like this a bit
Do fields not let you add elements from different vector spaces?
and stuff like that
actually yeah i think vector spaces are also built from algebra or might be a part of it? idk im not that well versed in this
they're still a really interesting topic in their own right tho
no, completely different
A field is the structure which gives you the scalar multiplication of a vector space. Like, R and C are fields
Oh got it
That makes
so much more sense
now
So real vector spaces (what I am studying) has field extension R
to define scalar/vector multiplication
But where are the standard properties of R defined?
like n+n, n/n, n*n, etc..
Do you see what I am saying?
Nah field extensions don’t have much to do with this. A vector space is defined over some specified field tho. Sometimes when context is not clear, someone might say: “suppose V is a vector space over a field F” for example
So for complex vector spaces, you would say "suppose V is a vector space over field C" for complex vector spaces?
where the scalars are complex
The standard algebraic properties of R come from the field axioms: u can multiply divide, distribute, etc…
Ye, the point is just that a vector space comes with a field of scalars you are allowed to use
Got it perfect
Clarified so much for me
I was actually wondering how scalars are included in Vector spaces
actually if you wanna learn how to make interesting and "useful" maths, you should learn algebra
it's all about structure
I guess they’re “included” in the sense that a vector space comes equipped with the data that tells you how scalars from your field can act on vectors
You should try some abstract algebra when you get the chance!
I was studying some AA over the summer, actually
I got to isomorphims then I quit
to learn easier things first
I hope I can get a job in the future if I choose to focus on Algebra
at university
Just do crypto , boom ur rich
usually derivative wrt time
dat chain rule 
ok well this is straight multivar calc, wasn't expecting that
can someone help me with 1
Help pls!
it's equal to the non-zero values on the main diagonal of the second matrix (i'm not so sure - it had been a few months since i last touched linear algebra)
What have you tried?
Nothing yet, I dont know how to approach this
Does the given set form a basis
no?
Why not? 
I'm talking about some subspace of R^n
it's Sam
im kinda new to linear algebra so im still not sure how to approach it
Ok then take examples of R³ or R⁴ instead
For example in R⁴ , {e1 , e2} is an orthonormal set
even I'm not sure what the question is asking 
this question is just confusing
They are asking about what the inner product will be for some x in R^n
I think its just about x in W^{perp} giving 0 as dot product set
the SVD decomposition is given to you. what can you say about the matrix given you know the singular values?
But when p=n you won't get 0 in set of dot product
if that is the case then I have to say the question is form incorrectly
because there are hundreds of things you can say about the IP
Yes it's a bit ambiguous
they haven't done a very good job isolating
But I think it's about behaviors of dot product
do i just find the rank for the middle matrix?
Yes
well how would the behaviour relate to orthogonality?
If the given set of vectors generate the subspace W then vectors from subspace W^{perp} will give dot product 0 with all the vectors of W
While if x does not belong to W^{perp} then some dot products will be 0(not all)
Yeah
How many singular values are there not equal to 0
so i got to find to rank to each matrix?
No
You just need to find number of non zero singular values
That will be equal to rank of A
Now question is do you know which values are singular values in the given product
no

😦
yes but do you see why?
quick question, when applying gram schmidt to a non orthonormal basis that is linearly dependent, do we just remove the redundent vector and continue doing the calculations?
what will happen is that, eventually, you'll get a 0 vector
since for each vector you remove its orthogonal projection onto all the previous ones
when you hit a vector that can be expressed as a combination of the previous ones, it'll become 0
ye learned that the hard way 
lmao that's a good emoji
yeah so in general you'd like to make sure the set is a basis first
so we just remove the redundant vector then to make it L.I. ?
so remove all the redundant vectors
(this can be done in more than one way, but subspaces usually have infinitely many bases)
Gotcha, thanks! Wasted soo much time doing gram schmidt to a L.D. basis with 5 set of vectors in R5
Is there anyway I can row reduce this matrix such that it becomes easier for me to calculate its determinant?
All the N's stand for negative, I was using excel for it and wouldn't let me use a negative sign so I had to use N's
holy that matrix looks like death 💀
that's super cursed
ikr and i need to calculate its determinant
to prove that its an independent matrix
i'm tempted to say it's 0 because it's in sines AND cosines, with are ortho
so there are a bunch of 0 rows and columns missing
why not use online calculator cuase doing that by hand... holy
lol i tried using an online calc but i still need to write the answer on paper
what are you even trying to do
i'm essentially trying to prove that the matrix in linearly independent
what's the original problem, i mean
basic linalg techniques won't work here
yeah what the fuck are you doing lmao
what's given here can be done more more easily
where did you even get those coefficients
LMAOO
This is the original question and I used the wronskian matrix to get that
our prof suggested the wronskian matrix
so i tried it and ended up with that
Why do you need that matrix for this 
just image doing that by hand 
our prof told us to try that way... is there an easier way to prove linear independence?
teacher: test wont be hard just simple row reduction.
The test: that matrix
lmaoo
Did he told you to check for any two cos at , cos bt
i don't think the wronskian made it any easier here 😛
no not rlly
Going all the way from 1 to 6t will be tuff
So its better to show for a not equal to b , cos at and cos bt are linearly independent
could u explain more? I dont quite understand
yeah, pick a pair of cosines cos(mt) and cos(nt), m and n integers from 0 to 6 and different from each other, and show that these are lin indep
which can be done by testing at 2 points where either of the cosines becomes zero
1 is cos(mt) with m = 0
Yeah that too
you can treat it as a special case tho
basically, you want to avoid having to deal with the cosines in terms of t
cuz that will require a cursed amount of trig identities
mosh gave you this advice yesterday already
im kinda lost with this bcuz, assume m = 2 and n = 1; well then proving that cos(2t) and cos(t) are linearly independent will just prove that these two vectors are linearly independent, how does that prove that the matrix is linearly independent?
We keep it a and b
a and b can be any number between 0 and 6 not equal to each other
We are generalizing it
so basically I can prove that cos(at) and cos (bt) are linearly independent by calculating their determinant
Yes
to do it for all of them at the same time, pick values of t for which many of the functions become 0
then you can deal with a set of easier problems
for example at t = pi/2, all of the cos(mt) with m odd should be 0 (i think, you'll have to double check)
at t = pi/4, all of the cos(nt) with n even should be 0
