#linear-algebra
2 messages ยท Page 138 of 1
@rugged basalt So the equation of the line is r = <1,0,2> + t<-2,1,0>. The direction vector of the line is <-2,1,0> and the plane contains this line. So the normal of the plane will be perpendicular to <-2,1,0>. We just need <a,b,c> dot <-2,1,0> = 0. Just take any values of a,b,c that fulfils the condition.
Or, you now have two points on the plane. One is (3,0,-1) and the other that we got from the equation of the line, (1,0,2).
You can find another vector the plane contains, which means you'll have two.
Then you know how to find the normal.
can someone explain this and @ me if you do
A square real matrix. A is positive definite iff its symmetric part is positive definite. How do I show this?
@main nacelle basically you have to list 5 linear combinations of v1 and v2
so just do any constant * the vectors and add them?
yes, then write out the constants used to generate it and list out the results
@tulip basalt $\mathbf x^\top A \mathbf x = \frac{1}{2}\mathbf x^\top(A + A^\top)\mathbf x + \frac{1}{2} \mathbf x^\top(A-A^\top) \mathbf x$
Saccharine:
Compile Error! Click the
reaction for details. (You may edit your message)
You can show that $\mathbf x^\top A \mathbf x = \mathbf x^\top A^\top \mathbf x$
Saccharine:
I've tried looking at the eigenvectors of A and could find a sort of general form to it. I also found that scaling each row i of the vector with x_i would give an eigenvector of the eigenvalue k+1, where k is the current eigenvalue. But i don't know how to proceed
@tulip basalt $\mathbf x^\top A \mathbf x = \frac{1}{2}\mathbf x^\top(A + A^\top)\mathbf x + \frac{1}{2} \mathbf x^\top(A-A^\top) \mathbf x$
@wintry sphinx thank you for this!
emphatic_wax:
Compile Error! Click the
reaction for details. (You may edit your message)
is that not the definition of affine subset?
The definition of an affine subset of $V$ given in this book is a subset of $V$ of form $v+U$ for some $v \in V$ and some subspace $U$ of $V$.
seth.delacroix:
(v1 + U1) \cap (v2 + U2) = w + (U1 \cap U2) i believe, where w is some function of the v's and U's
assuming it's not empty of course
i think?? not sure ngl
I'm pretty sure we had to prove or disprove that one in class...
But I also dont remember which way it was :'D
I'll see if I can show that
Could somebody explain what N(A) and {0} means? It's not mentioned in the chapter of this book.
N(A) is x such that Ax=0,ig
Sort of. The book is quite difficult in explaining it
linear combination of v1, v2, vn
{0} means the subspace is spanned by 0 alone
Basically subspace with only 0 in it
So the answer to question a should be that A is 0 or that x is 0, to meet the condition of Ax=c, correct?
It means Ax=0 means x=0 is the only solution
I don't understand this question. What is the relation between y and Ax=b?
y is a solution to Ax=b iff Ay=b
Hi, Im new here and I had a question. I am trying to prove that if the det(A)=0 , then A*<v1,v2> =0 where A is a 2x2 matrix and V is non-zero . I understand that ad=cb ; i don't really know how to start Thank you
What do you mean by A*<v1,v2> @tacit flicker
a 2x2 matrix A multiplied by a non-zero vector
Can you show the entire question
ooo determinants
i already proved that if Ax=0 then ad-bc=0
but i dont know how to prove it the other way around
i tried many times
Take (x,y) such that ax+by=0
well, it is an if and only if proof. So i have to prove 1) assume Ax=0, prove ad-bc=0 and 2) assume ad-bc=0, prove Ax=0
yes assume ad-bc=0
The matrix
1 1
1 1
Multiplied by (1,1) does not = 0
Can you show the entire question
this is the entire question
@wintry steppe can i take over?
@tacit flicker so you assumed ad-bc=0, what next
thank you; then ad=bc and i am trying to prove that Ax=0
okay, lets prove that Ax=0
Do you know what the intuition behind a determinant is? It might be easier to explain in terms of that @elfin schooner
assuming x=<v1,v2> then I have that Ax= <av1+bv2 ; cv1+dv2>
Do you know what the intuition behind a determinant is? It might be easier to explain in terms of that @elfin schooner
Absolutely not
lol
why use determinants here
assuming x=<v1,v2> then I have that Ax= <av1+bv2 ; cv1+dv2>
@tacit flicker
we gotta prove that Ax=0. how do we do that?
maybe proof by contradiction; im really not sure
Well, if you want an intuitive method a determinant of a transformation (in 2 dimensions) tells you how areas change. If it's 0 all space is squished into a single line.
Perhaps think about which "lines" will be mapped onto the origin, or alternatively, consider what type of vectors have a dot product of 0
perpendicular vectors?
@elfin schooner do i assume that while doing my proof by contradiction
yep
perpendicular vectors?
@tacit flicker exactly. So try to find one
i am still stuck; i am so sorry
for my proof by contradiction; i am assuming that av1+bv2=0=cv1+dv2
the dot product=0; but im not sure how to do it with a matrix
For a proof by contradiction youd assume the opposite of that
Well if the determinant is 0 for a 2x2 matrix, it means one row is a multiple of the other
Can someone explain in a simple terms what is meant by a Hilbert Space?
So try finding the perpendicular to the first row, and see what happens after you multiply and simplify with the 2nd
ill try that ; thank you
would the perpendicular to the 1st row be av1+bv2=0 so that av1= -bv2
That's one way to put it
Can you think of the simplest values for v1,v2 that would satisfy this?
In terms of elements of the matrix
v1/v2= - b/a ?
Yep
if i also assume that cv1+dv2=0, then v1/v2=-d/c
Don't worry about that yet
But yes
Once you find a vector perpendicular to one row it's guaranteed to work for the other
so from v1/v2= -b/a, we find that v1= -b/a v2. Then i replace v1 in the 2nd equation which is cv1+dv2=0 and we get cb=ad which=0
Well, you're over complicating it a little. The simplest way to find a perpendicular of a vector x,y is to swap the coordinates and flip the sign on one: -y,x. So in your case, the simplest way is to use the vector -b, a as V
Your answer is good too tho
but if i consider my answer i have no idea how i proved that Ax=0 since i just assumed it equal to 0
Can anyone answer an easy af question, about jugs on uh #math-discussion
yep , i just tried it both ways and they both give me that bc=ad
Yeah, if you picture what the transformation is doing, it might be easier to get an idea of where to start - at least for me it is. What you're doing is finding the null space (also called kernel)
Which is the space perpendicular to all linearly dependent vectors in a matrix
i have no idea what a kernel is. I know that we will learn it later
Well you've just found one
true... but i can't answer using kernels
@wintry steppe thank you; i think i figure it out and now i know what a kernel is
@elfin schooner thanks again; your hints were super helpful
๐
y is a solution to Ax=b iff Ay=b
@marble lance That's quite a short answer. If I'm correct, Z is in the vector space of A, so any multiplication of Z + x1 can be a solution for Ax=b. Correct?
I just explained what "y is a solution to Ax=b" means. It's not a solution to your question
And I can't remember what it was
So I was trying to compute eigen vector, With eigen value 2 with the matrice
-1-lambda 3
-1 3-lambda
and I got -3x_1+3x_2 , trynna solve x.
but for somereason when I check the solutions it turns out to be t(1,1) whaaat?
why isn't it t(3,3)
If you format your question better you'll probably have a better response
ok
so I had matrice A = -1 3
-1 3 .
and I got two eigen values
2 and 0. When I trynna get eigen vector for eigenvalue 2. I get -3x_1+3x_2.
$A = \begin{matrix} -1 & 3 \ -1 & 3 \end{matrix}$
wOne:
yea
but v should be identity matrice?
Sorry I realized the expression was not very well formatted
wOne:
Compile Error! Click the
reaction for details. (You may edit your message)
wOne:
i thought you solved eigen vector, by solving the linear equation you get from
det(A-ILambda)
since I listed it as a row vector. You need it to be a horizontal vector.
You do that to get the eigenvalues
Remember eigenvectors are the vectors satisfying $A \underline{v} = \lambda \underline{v}$
wOne:
det (A- i*Lambda) =
-1-h 3
-1 3-h
^ I thought you put eigen value in that matrice and then you solve the linear equation.
That's to find the eigenvalue
Yes
You want to use the eigenvalues to find the eigenvectors
but I thought that if you got the eigen values, you would just plug in
these value in lambda (h)
Yes but you're doing it to get a series of equations
wdym
If you have $A \underline{v} = \lambda \underline{v}$, you also have$A \underline{v} -\lambda \underline{v} = 0$ correct?
wOne:
Then you have
yes
$(A -\lambda) \underline{v} = 0$
wOne:
yes
And then you just put your value of lambda in
but then I have to do invers
?
You just multiply the matrix with v
Using your example for eigenvalue 2
$[\begin{matrix} -1 - (2)& 3 \ -1 & 3- (2) \end{matrix}] [v_1, v_2]^T = 0$
wOne:
wOne:
but you get ?
It's just matrix multiplication?
it is linear equation tho?
Do you know how to multiply a mxn matrix with a nx1 column vector?
wdym
Do you know how matrix multiplication works in general
yes
of ccourse
3v1 3v2
-1v1 1v1
which is a linear equation
to be honest, doing gaussian elimination on a 2x2 is prob the difficult
Okay I reread your question
t(3, 3) = t(1, 1)
i didnt get that part at first
since t is presumably a constant which can veary
your vectors are pointing in the same direction
yeah
just solve it
so I set up the augmented matrix
then I row reduced and got stuck
so set up the matrix with those three then get the determinant?
so s = {(1,2,1), (-2,-3,-1), (a,b,c)} then find determinant
do what I did
I already did that
sorry im kinda new to linalg
think that determinant, is calculating the area between these lines or planes. So when determinant of an linear equation system is 0, then that means all these vectors has an area of 0 which means they are on top of each other aka an line. A line for an obvious reasons has an infinity of vectors. aka it is dependent.
now You want to solve a,b,c when det is not equal to 0.
in determinant form
@dire arrow I still don't get this
t(3, 3) = t(1, 1)
@dire arrow I still don't get this
t(3, 3) = t(1, 1)
@bold ivy Your vectors are in the same direction
(3, 3) is just (1, 1) scaled up
and the way that eigenvectors work is that they're just extended or shrunk without changing direction, right?
So since 3, 3 is just a scaled up version of 1, 1 then they are the same eigenvector
Conventionally we put the eigenvector in simplest terms so we'd say the eigenvector is k(1, 1) where k is a real number
1 -2 a
2 -3 b
1 -1 c
if det of this system is 0 then that means they are linearly dependent, since the area between theese area is 0. which they on top of each other. so you want to check when det is not 0, what values you get
but isn't the eigen value 3 then @dire arrow
eigenvalues are how much they're scaled by
meaning that if you put 1, 1 into the system you'd get 2, 2
im going to send my work
2, 2 is also an eigenvector
oh
I don't see where those are coming from
Yep
I was stupid too
I didn't understand your answer and thought you were going about the wrong way entirely
so, there are infinite of eigen vector if that makes sense
if that makes more sense
is what im doing so far right
ye
how do i get from my part to ur part
augemented matrix
lol
skip zero column, you just gonna do determinant of the system
you are not going to solve the system of equation, only the constants
@dire arrow but I guess you would get t(3,3) if we do it in your way. but it feels like it's often you get dependent linear equation when you have 2x2
yes do determinant of it @split sundial
@dire arrow but I guess you would get t(3,3) if we do it in your way. but it feels like it's often you get dependent linear equation when you have 2x2
@bold ivy I don't know about the frequency. But the underlying concept still holds
yeah
one of the subject I find most difficult regarding linear algebra is prob, distance between non-pararell planes /lines
does not equal zero?
you could just do equal to zero for now
one of the subject I find most difficult regarding linear algebra is prob, distance between non-pararell planes /lines
@bold ivy non parallel planes is always 0 in R^3
Skew lines in R^3 is probably the hardest
I mean skew lines
in R^2 non parallel lines always meet
I simply dont get the equation of distance of skewlines in R^3
What's the equation for that?
P1P2 are?
looks like just projection?
it is in R^3
well yeah it kinda is. but it is difficult to grasp it visually, for me atleast.
It's probably the same as distance from plane to line and distance from parallel lines if you think about it
I just
apperantly lines is always on a uniqe plane in R^3, but they are on the side of the plane apperantly. but in some sketch I see the lines in the plane.
like
planes don't have sides since they don't have thickness
Yeah
@dusky epoch didn't you say that was not the case?
It's just using the planes to illustrate that the distance between skew lines is really the distance between planes, just slightly restricted
eitherway it makes more since if a line is in a unique plane, since R^2 is a plane itself
yes
but that means you want to know the normal vector, from plane P, to plane A. and when you check when the normal vector interject the plane A, you can know the distance I guess.
Parallel planes share a common normal vector
Yep, so you can see how the distance between skew and parallel lines can really just be reduced to distance between planes?
anyone mind taking a look at this and checking my answers
I got undefined on all but b
I got undefined on all but b
@mild igloo check d and e
โค๏ธ
@split sundial did you get it right?
did you get the correct answers tho?
?
@dire arrow I dont understand why they take unit vector of normal vector ? in the dot product?
Probably because you're doing projection
Projection without a normal vector scales your result and you don't want that is the simple answer
To get a more detailed answer you'll want to look at the derivation
you mean projection without unit vector of normal vector... ?
um, not sure how to incorporate the reflection part
pretty sure the rotation is [cosphi sinphi] and [-sinphi cosphi]
how would you reflect it then?
check when it is 45 degrees in unit circle, then you just solve x,y and x,y for the second solution.
Can you show this projection theorem?
Yes sure
aka you solve cos sin, cos sin, for rotation. I think
I'm not sure.
but test it.
check 45 degrees in exact value
for cos and sin
i'm good with a-c, but absolutely stuck on d-g
i know what i need to do, just not quite sure how to get started
You know V is direct sum of W and U for some U?
Go on
Basically (Take all vectors not in W and form a subspace U)
Yes
Form an orthonomal basis on W and extend to an orthonomal basis on V and manipulate
@cunning arch just create some matrice that has these properties they are in question for.
Ohhhh okayy gotcha
and check for your self
ik that's what they're asking for... i just don't know how to create some matrix that works for it
I think they say that two pairs are not linear combination of each other?
I can be wrong here.
@molten fable can't read
If you could solve and send
@molten fable If you have the picture sending it would be better than sending a screenshot of the picture....
Oops okayy
if the columns of A are such that no two pairs are multiples of each other, then Ax = b has a solution for any vector b
i think they mean that assume there areno linear combination.
but it also assume that Ax = b is linear dependent
how do i type matrices in here lol. my top row is 1 0 0 and 0 1 0, plus we haven't learned about linear dependent/independent in class yet, so i'm not 100% sure
i don't even know where i'm going with that matrix though
are you sure? have you done gaussian elimination?
yes
if you've done gaussian elimination, you should now what linear dependent is and independent. Eitherway, independent is when you get one unique solution for a given system, and dependent is when you get infinite of solutions.
I hope it can be read now
how do i type matrices in here lol. my top row is 1 0 0 and 0 1 0, plus we haven't learned about linear dependent/independent in class yet, so i'm not 100% sure
@cunning arch if you know latex this will be easier
i don't know how to LaTeX, or else I would
Just use the definition of orthogonal complement
$\begin{matrix} A& B & C \ D & E & F \ G & H & I \end{matrix}$
wOne:
For 1) let (a,b) be an element of orthogonal complement , then by definition a(x)+b(0)=0
For all x
so i just need a matrix that linearly dependent?
Implying a is 0 and b is an arbitrary real number
I intepreted as that but if you haven't gone through it then idk.
For 1) let (a,b) be an element of orthogonal complement , then by definition a(x)+b(0)=0
@native rampart
Is fhis for me?
Ye
Okayy
You get (0,y) to be the orthogonal complement set
but
idek anymore, my prof is all over the place. basically, i need a linearly dependent vector and show that there is no solution for Ax=b?
@cunning arch it has a condition
if it is not linearly combination is it linearly dependent
yeah it is, i just need to prove it
if it is false
oh
yeah
it is because linearly dependent is literally linearl combination
i'm lost on how being a linear combination/linearly dependent means that there is no solution for Ax=b
-linearlycombination -----> linearly dependent.
all you have to do is to prove that linear combination in a matrice will give you linearly dependent.
i'm lost on how being a linear combination/linearly dependent means that there is no solution for Ax=b
if the columns of A are such that no two pairs are multiples of each other, then Ax = b has a solution for any vector b
It asks when Ax has infinity solutions to B
we're trying to prove that ax=b does not have a solution
it's what the problem is asking for
what
to prove that then 'then" statement is false
to find a matrix that is true for the "if" statement but false for the "then" statement lol
you prove this statement false
-linearlycombination -----> linearly dependent.
just find a matrice with linearly combination and check if you get linearly dependent
can someone help
i think i'm getting more confused lol, ty for your help.
yes. This is what we need to do: Find a matrix where no two pairs are multiples of each other, but Ax=b does not have a solution for any vector b
@wintry steppe do you know what the span is?
I'm a be honest I'm completely lost
@cunning arch oh
@cunning arch i thought it was
This is what we need to do: Find a matrix where no two pairs are multiples of each other, but Ax=b does
have a solution for any vector b
no, we're trying to prove the "then" statement false, i thought i said that?
wait it is on d
wait what on d?
someone told me it means something like a vector v is ins span {v1,v2} if and only if there are real numbers a and b such that v=av1+bv2
but not sure what that means
yes, we're trying to prove the "then" statement false @bold ivy , so that it is false that Ax=b has a solution for any vector b
move to questions
someone told me it means something like a vector v is ins span {v1,v2} if and only if there are real numbers a and b such that v=av1+bv2
@wintry steppe That means that if you can find coefficients for v1 and v2 such that v3 = av1 + bv2, v3 is in the span of v1 and v2.
So play around with simple values (0, -1, 1, 2, -2, etc) and see if you can find a way to make them equal the question vector
heh, that's similar to the question someone else had earlier. You're looking for the "null space" (or "kernel") of A, which is the space orthogonal (perpendicular) to all linearly independent vectors of A.
(by "linearly independent vectors of A" I mean rows, since x and y are column vectors presumably)
You need to find some linearly independent vectors that are perpendicular to (1, 2, 3) @split sundial
@deep kite PLEASE
Why do you have to spam?
That's what the other person said too. Technically you don't need to know the names for most "things", but it makes it much easier to find online resources and help if you do... and practically everything has a name. This is from a self taught POV tho, and I suspect that teachers intentionally don't tell you, so you have to use their method, and not just something you find. (take this with a grain a salt tho, I wear a tinfoil hat)
It is possible for Ax=0 to have nontrivial solutions, but no solution for Ax=b for any b?
Before for it to have a nontrivial solution, there must be at least 1 free variable, right? And if there's 1 free variable, doesn't that mean that there's always a solution for vector b?
if you meant "for any b != 0" then sure just take A as the zero matrix
is that valid
lol i didnโt even think of that, ty
is division part of definitin of an vector space?
No
oh ok
I simply dont understand why polynomials is a vector space.
isn't just polynomials just R
maaybe not
but polynomial vector space has X,Y given dimension?
Might be a little abstract but any objects, (fish, furniture, bricks) might satisfy these with correct definition of "addition" and "multiplication"
Polynomials have N of the dimensions equal to the number of different powers of X
yeah but that is because vector spaces is just about mathematical objects with vectors in it.
I kinda think of vector spaces as domain ?
Wym?
but do you agree with me that vector spaces is consists of one type of mathematical objects?
Again, little abstract, but any objects work if they have a defined addition and multiplication that follows the above
for an example , polynomial, consists of polonomial vectors. Polynomial is just an abstract predicate that you apply to mathematical objects.
i guess
"type" of object isn't a very well defined term, but you could in fact you can use the above to define it
Like for an example,
animals is a domain,
and lion is part of that domain and so on.
i.e. object are of the same type if you can add and multiply them somehow and satisfy those axioms
likewise, polyonomial is a domain and poloniomial vector is part of that domain.
vector space is abstract but not the members in it
Vector space is just a set, and vectors are members in it.
"Domain" has a different meaning tho
?
I think people have difficulties, to differentiate vectorspace and vectors in it.
vectorspace is not an object while vectors in it is an object. but idk
it all ends up to set theory.
I don't think domain used in the context of mappings has much to do with vector spaces
The idea of a vector space is independent of that
wikipedia is perhaps not the best choice of information but
A vector space (also called a linear space) is a collection of objects called vectors
https://en.wikipedia.org/wiki/Vector_space
they are pretty much saying vectorspace is a set, and vectors are just members
a domain is only talked of in the context of a function. you use domain in a very odd way as if you're not sure what a domain is
I know
but I was thinking you could perhaps think of vector space, as a set
like
animal is a set
while
lion is a member of that set
polynomial
vector polynomials is a set of that polynomial
a vector space IS a set. it also has structure, namely a sense in which you can add & scale its elements, where those operations of adding & scaling satisfy the vector space axioms
yeah
every vector space have a different way of adding each other and scaling.
like matrices.
?
no I mean that different vector space, has different way of adding each other.
you mean vector addition has to be defined independently for each?
adding a matrice with each other, is not the samething as adding two numbers. My question is, do you have define how you add and scale in vector space? like adding two matrices with each other?
yes you do
I see
but also
a matrice isn't a vector space tho? it consists of plenty of vector space?
or maybe a matrice is just a subspace
the set of matrices of the same dimension is itself a vector space
but R^1 is a vector space and R^2 is a different vector space
yes
but then matrices is a subspace?
@fallen karma set of fibonacci sequences as an R-vector space is sorta fun
so span{(1,0),(0,1)} is what we think of R2
and a subspace of that would be span{1,0}} which is a little different from R^1
but p much the same thing
but R^2 and matrice are not distinct from each other?
The set of 2x1 matrices with real numbers as components you can think of as R^2
but p much the same thing
i find this misleading to say to someone not very strong in linear algebra without backing up what you mean
theyre isomorphic
yes they are but epic doesn't know what that means
so matrices and R^2 ismorphic? don't know what it is yet.
no. span{(1,0)} (as a subspace of R^2) and R, both taken as real vector spaces with the usual rules of adding/scaling, are isomorphic, which you can vaguely read as saying they have the same structure
Two vector spaces are isomorphic if there is a one-to-one and onto linear map from one into the other and is vaguely read as rokabe said
so R and R^2 are ismoprhic?
but what is it that is ismophic? matrix and R^n?
or rather there is no onto linear map from R into R^2
R^n is the set of all lists of length n with components that are real numbers, and this is isomorphic to the set of 1Xn matrices with real number components, which is isomorphic to the set of all nx1 matrices with real number components
yeyeyyeyeyeyeyeyyeyey
structeres as in predicate logic
<....>
?
maybe it is better if we go through homomorophism,
it is when they have different structure, but they are equal with each other?
but they have one to mapping
homomorphism is a word you'll more often hear in an abstract algebra class, not linear algebra
generally a homomorphism is a function that respects some operation in the domain & codomain
but I've heard homorophism is like ismopmorophism
a homomorphism on vector spaces respects 2 pairs of operations in the domain & codomain, namely vector addition & scalar multiplication
is your keyboard broken
my brain is broken
an isomorphism is a bijective homomorphism but i think the introduction of this into the conversation as well as your fixation on it has led you astray from your original question
my original question was if, matrice is a vector space and R^n is a vectorspace, what relations does these two vector space have. I thought that matrice was a subspace, since a matrice is in R^n. Now you guys said that set of matrices and R^n, has the same structures, ie. <+-.......>
matrice is a vector space
matrice was a subspace
matrice is in R^n
these make 0 sense, explain them, and try to be exact in wording
oh
my original question was if, matrice is a vector space and R^n is a vectorspace, what relations does these two vector space have. I thought that matrice was a subspace, since a matrice is in R^n. Now you guys said that set of matrices and R^n, has the same structures, ie. <+-.......>
Since a subspace is when a vectorspace is in another vectorspace. And the same thought of line, I thought the matrice was a subspace of R^n.
since matrice is a vector space.
The set of nxn matrices isn't a subspace of R^n
again most of these make 0 sense, i have very vague ideas of what you're trying to say but none of it comes out right
ok I see
The set of matrices is "larger"
Yes
ok
no don't encourage that wording @golden drum
wdym
the SET of all n by n matrices with real entries can be taken as a real vector space
Yes, sorry, I was going to talk about Isomorphism
Hahaha
The definition of a vector space is independent of R^n
oki oki oki
R^n is just an example of vector space
what relational does set of all n by n matrice have with R^n
You can multiply a matrix with a vector of R^n
Ax = b
And get another vector of R^n
can you really do operation between different vector space :S
@bold ivy Do you know about linear transformations

my professor never went throught it
Read a book that covers Vector Spaces
but isn't a vector just a matrice
No
a lot of things can be vectors
you just represent vectors in matrice
By definition, the set of continuos functions in [0,1] are a vector space
You have to see the Definition
,w Vector Space
See the Definition
I understand the definition of a vector space and the concept of such. I see no reason why a vector is not a matrice.
The thing is that each finite dimensional vector space over a field $F$ (such as $\mathbb{R}$) of dimension $n$ is isomorphic to to $F^{n}$ . That might be what you're trying to say @bold ivy
seth.delacroix:
but it's not always useful to think of a finite dimensional vector space of dimension n as F^n
I understand the definition of a vector space and the concept of such. I see no reason why a vector is not a matrice.
@bold ivy
Give me an example
yes
a vector consists of [0,n] this is a matrice tho?
that looks like a vector in R^2
but the polynomial nx + 0 is also a vector in the vector space of polynomials of degree 1 or less
then it seems to me R^2 is just vector space matrice but in dimension 2
but you see how you can map the polynomial i gave to the vector you gave
yes
I'm confused what part b is asking exactly
Should I be looking to see if v1 and v2 are multiples of each other or any combination of the three vectors?
use the definition of linear dependence
@wide grail just do determinant 3x3 and just check when it is 0
see if a nontrivial linear combo of v1,v2,v3 produces the 0 vector
@bold ivy Yeah I did that for part a
Basically b want's you to write down 2 ways of how those 3 vectors are dependent
@fallen karma but what is your point with your example with matrices and vector??
for b, find 2 such nontrivial linear combos that produce the 0 vector
idk what that means
I think you should you just multiply with a constant but idk
@bold ivy I think you can see vectors in R^n as matrices with columms > 1 equal to 0
because it sounds like what youre trying to say is that matrices are the only vectors that there are
@bold ivy
huh i've never thought about that
when you say that, it makes sense but it is obviously false, if you say so.
@wide grail what's the definition of linear dependence?
@golden drum columms > 1 equal to 0, what do you mean by this ?
@bold ivy I think you can see vectors in R^n as matrices with columms > 1 equal to 0
@golden drum
This is an Isomorphism, I think
But for example, the set of continuous Functions on [0,1] are a vector space
And that isn't a set of matrices
@gray dust They're dependent if they're a multiple of each other
any two of them
@bold ivy All the columms after the first one have 0
@golden drum I simply don't understand this notation [0,1]
<@&286206848099549185>
That's a closed interval
I need help on this.
<@&286206848099549185>
stop pinging helpers
bruh
@wide grail that works sometimes but we have a precise definition, do you know it?
but why in [0,1], can't have matrices?
I did. And now I am asking @golden drum
is it because matrice defined in R?
Channel is overload, let's wait Epic
oki
@wide grail does your book have a precise definition
hold on im looking through my notebook maybe i can find the def. you are referring to
I must say, I like abstract thinking. Maybe that is because I'm a philosophy major.
@gray dust So they're linearly dependent if theres more than one solution to Ax=0?
is that correct?
infinite
solutions
since
there are infinite combination, in linear combination ๐
@wide grail what's A, what's x
there are infinite combination, in linear combination ๐
@bold ivy
If the set is infinite
There exists finite fielea
A would be the matrix formed by our vectors v1 v2 v3
Fields
wait what
the columns
is that what you are trying to say ?
Just to clarify, i have to wait until he's finished with this explanation to ask another question? I'm sorry for interrupting, im new to this server:(
Just to clarify, i have to wait until he's finished with this explanation to ask another question? I'm sorry for interrupting, im new to this server:(
@cloud coral
Yes, please
Okay thank you
i don't see the need to rephrase the defn in terms of a matrix eqn just yet
Oh so I just have to set up the matrix equation with two of the vectors? @gray dust
the defn should involve some linear combo
@wide grail no i want the defn not rephrashed as matrix eqn
Hmm not sure I thought the matrix eq was the def
and if we get infinite solutions to Ax=0 then its linearly dependent
it's a compact way to rephrase the defn but i don't want you using that if you've not seen the defn as presented in every other linalg book
A set of vectors $\brc{v_1,\ldots,v_n}$ is said to be linearly dependent if there exist scalars $c_1,\ldots,c_n$, where at least one of these scalars is nonzero, such that
$$c_1v_1+\ldots+c_nv_n=0$$
RokettoJanpu:
Oh I see
So i can make a matrix equation with two of the vectors and try to find a linear dependence between two of them
and then try another pair
again there shouldn't be an obsession with writing everything as a matrix eqn
and that should be two different linear dependence relations
matrices can be used to compactly rewrite problems but you should learn to not always jump to doing that
but is using pairs to find dependence relations what the question is asking?
apply the definition i wrote to a). you show {V1,V2,V3} is linearly dependent by finding scalars c1,c2,c3, where at least one of the scalars is nonzero, such that c1V1+c2V2+c3V3=0
for b) use the definition again, find 2 different sets of scalars that satisfy
where at least one of the scalars is nonzero, such that c1V1+c2V2+c3V3=0
Yeah I already did part a with Ax=0
again i don't want you saying everything in terms of matrices. as long as you're doing hw on linear dependence, just use the definition i wrote above
Mmmk so I just used that def and did the matrix thing to make solving easier and did the pairs
The first pair I chose is independent but Iโm wondering if the second pair is dependent
o
I think this has something to do with projection matrix but idk what to put for v and vT
@rugged basalt use A, B and the equation to find a point on the sphere
get the radius vector, make a a value such that the normal vector and the radius vector are orthogonal
can someone please help me for that question
Since it is an "if and only if " proof ;i need to show 1) assume Ax=0, prove ad-bc=0 and 2) assume ad-bc=0 , prove Ax=0
I already proved 1) but i don't know how to prove 2)
take a few secs to make an example showing thatโs false
id_R is linear. f:R->R, f(x)=x^2 isnโt. id_R(1)=1=f(1)
R as an R vector space is 1dim. so what?
id_R^2 is linear. let f(x,y)=(x^2,y^2). id(i)=f(i) & id(j)=f(j)
this is your q
Say I had a basis B for a vector space V over a field F. If I mapped every basis element into a arbitrary point v in the space, it is not necessarily true that the mapping is linear right?
iโm giving examples to show defining T on a basis isnโt enough to make T linear
honestly making T nonlinear is less work than what i just did
I already proved 1) but i don't know how to prove 2)
@tacit flicker think of it as a system of equations ax+by=cx+dy=0, where X=(x,y). particularly (x,y)=||(d,-c)|| works
define T on a basis. then define T everywhere else such that T isnโt linear
right, i know that it is not enough to make T linear, but I was wondering if there was any possible way to define a linear map in such a way
I don't think the basis vectors will be linearly independent then
Right, that was what I thought as well
does this still hold if we have a infinite dimension basis?
Say I had a basis B for a vector space V over a field F. If I mapped every basis element into a arbitrary point v in the space, it is not necessarily true that the mapping is linear right?
is this still your q
@tacit flicker think of it as a system of equations ax+by=cx+dy=0, where X=(x,y). particularly (x,y)=||(d,-c)|| works
@soft burrow if a do that , then i am assuming that Ax=0 and that's actually what i want to prove
no, you're only assuming that ad-bc=0. Then ad+b(-c)=0 and cd+d(-c) is always 0, so there exists a vector X=(d,-c) such that AX=0
are there real additive maps that are not linear @dusk hemlock
@steep wraith Yes, for example https://math.stackexchange.com/questions/2377638/additive-function-t-mathbbr-rightarrow-mathbbr-that-is-not-linear
@soft burrow thank you very much
how do we know that an orthogonal transformation without real eigenvalues must be a rotation
i mean it makes sense in the sense that rotations have complex eigenvalues only
but not sure how to prove
Bro @dusk hemlock what if u did like T(x, y, z) to T(x, y, 0)
Resulting vectors could be dependent
nvm I don't think that answers your original question
you want to find a polynomial such that the inner product of it with p and q are both 0
hey guys i kinda learning linear algebra where do i need to pratice the sums ?
kinda important for me tho
Ehi guys, I've a problem understanding how can i get the tensor component (so a matrix) in a base (x1,y1,z1) if I have the tensor matrix in a base (x,y,z) and i know every angle between (x,y,z) and (x1,y1,z1)
this should be the "solution" but I don't understand it
what i mean when i say " i have every angle" i mean i have something like this:
<@&286206848099549185>
Hey guys! im stuck on this question. i need to solve function of f(x)=k*a^2, the line passes through (0.3) and (3,8)
i need to solve f(1)
Your function looks slightly off, also this isn't a linear algebra question
@novel sedge I don't know if this is enough information; the angle loses important information. The end goal is to write the new basis as a linear transformation of the old basis, and I think with only the angles, this isn't unique
it should be enough... i have the tensor component (the matrix), i know the last base, the standard e1 e2 e3, and i know that the new coordinate system e'1 e'2 e'3 has the axis inclined in respect to the base e1 e2 e3 by those angles... i know how i can answer that question if i had a vector and not a tensor, but don't know how to do it with the tensor
@wintry sphinx
think about it in 2D
let's say the black vectors are your original basis
consider the original basis vector e_1 to be the one pointing rightward
if I tell you that the new basis's first vector is 30 degrees from that
it could be either of those two
hmm though the other angles might constrain it
I suppose if you're talking about bases for the entire space
maybe
idk
Where should i ask it?
yeah they constrain it
actually, there is right there the solution on the first image.. but i don't know how to do it ๐ฆ
U for example in this case, is a 3x3 matrix and the components are just row1: cos90, cos 45, cos 134 row2: cos 45 etc etc
F= the tensor matrix is a 3x3 (2,-2,0)(-2, 6,0)(0,0,4)
i just don't know how to use those formulas
@wintry sphinx
U, as written in there, is the change of basis matrix
and I'm not sure that it's just the cosines of the various things
yeah i have U and F
at least for my prof it is... but let's say it is
if i have U and F
how do you use that formula?
wait actually it is
U gives you the dot products of the ei and ej
what's F? the tensor?
yeah
are you familiar with einstein summation notation?
seems pretty straightforward to compute
just learnt today
Saccharine:
so, using last formula F'ij=Uik Ujl Fkl
what is k and l
i can understand ij like he's going through each element of F'
but how do you know what are k and l?
Can someone give me a hint on this? So far I've just been trying to prove the determinant of the wronskian isn't 0 for like an hour ๐
I also tried to look at it from a proof by contradiction for a while but it seems like that's just the same thing
i doubt this is important either but i proved any two of the elements will be linearly independent of each other
and three
using the wronskian thingy
Given some matrix A, show that there exists a d > 0, such that for all 0 < lambda < d, A + I*(lambda) is invertible
how do I even start
and we're not allowed to use properties of the characteristic polynomial
@wary moss perhaps you're overthinking it, think about the definition of linear independence
@wary moss one way is to suppose there's a nontrivial linear combination, differentiate n-1 times to obtain n systems of equations and the resulting matrix will be a Vandermonde matrix. Another very nice way is to consider that exponentials are eigenvectors of the differential operator in the space of differentiable functions, as explained by Sheldon Axler himself (who I certainly wasn't expecting to find in math.SE) here https://math.stackexchange.com/a/1451686
@wintry steppe is A invertible to begin?
hm i did look at like trying to see if there was a nontrivial linear combination but it just seemed like a dead end
one way to do it might be with some multivariable calc/basic topology. The determinant of a matrix is a continuous (in fact, polynomial) function of the entries of the matrix. (edit: this was directed at n3therite's question.)
also i haven't learned what a vandermonde matrix is so idk if I can use that
ill take another look at the nontrivial linear combiination way
thank you by the way
both of u
๐ฅบ
@wintry steppe is A invertible to begin?
@soft burrow no you're not given anything
just A is V to V
no wait, what you mean? let's say we are using F'ij= Uik Ujl Fkl
so to calculate F'23
we do F'23= U2k U3l Fkl
what are those k and l? @wintry sphinx
@wary moss have you tried showing it purely algebraically? I don't think you need anything too complicated if you consider how a linear combination of b_i * e^(a_i x) looks ||at the extrema||
||from there you can construct some simple inequalities||
what do you mean by extrema?
i've been looking at it algebraically this whole time but ig just not in the right way
at least for the last half hour of me trying to solve
Well, do you mind if I make the hints a little more explicit?
Idk how to explain otherwise
By extrema I just mean as x gets big or small
mk thanks
||The first thing you ought to guarantee is that all the coefficients b_i add up to 1.|| ||Then think about which terms dominate - at negative x it's those with the smallest a_i, and at large x it's those with the biggest a_i.|| ||So for the decomposition of a given e^(a_j x), denoting the biggest a_i as A (and the respective b_i as B), this leaves you with the inequality: sum of b_i * e^(a_i x) > B e^(A x) and at a large x: B e^(A x) > e (a_j x) iff A > a_j||
how would i do this
I think I'm making progress actually off the first hint which is rly cool.
Thanks for the second one I still might need it
@wintry steppe if you enumerate the dimensions, think about which would have to belong to W1 and to W2 in order to make them unequal.
what do you mean? like do dim(V) = Dim(W1+W2)?
Both W1 and W2 have (n - 1) dimensions...
And they're unequal
I see
i'm not sure how to use that fact to conclude equality of V
You only need a single dimension to get from W1 to V
||And the condition that they're unequal guarantees it's in W2||
ah, so since they're both (n-1) the one element difference can tell us that the missing element can be in the other subspace?
hence the addition is n
thanks
@soft burrow no you're not given anything
@wintry steppe oh okay. Can you assume that $\ker (A-\lambda I)$ is non-trivial iff $\lambda$ is an eigenvalue of $A$? That doesn't involve the characteristic polynomial and it's easy to see from the fact that $Av=\lambda v = \lambda Iv$ if $v$ is an eigenvector for the eigenvalue $\lambda$.
bastian.uwu:
if not, then I'm not sure how you're expected to solve it
@soft burrow that seems like a good way to do it
and yeah we're allowed to assume that
although, this problem has A + \lambda I
yep but it's close. Here the matrix $A$ represents a finite-dimensional linear transformation so it has a finite amount of eigenvalues. Consider the set $N$ of all real eigenvalues of $A$ that are negative. Since this set is finite it has a maximum, which we denote by $-d$. Then for all $-d<-\lambda<0$, $\ker(A+\lambda I)={0}$ since $-\lambda$ is never an eigenvalue of $A$ in this case.
bastian.uwu:
(if there are e.g. no real eigenvalues or none that are negative reals this in fact shows that A+\lambda I is invertible for any positive \lambda)
recall defn of inverse matrix & properties of det
im just not sure how you would move towards a value
2 givens, det(A)>0 & A^T=A^-1. write what A^T=A^-1 means
im slow in the head
this was a longer homework and i did all the harder problems and got stuck on this
thanks for the help @gray dust
you're welcome
@inner oxide easiest example is probably identity matrix
I would assume it's more like "prove that detA will be 1"
with wolframalpha there is
@vast thicket if you are really quick at doing co factor expansion there is lol
oh
When doing cofactor expansion, would I be able to choose the row in red? or is it only limited to the outer rows and columns?
ANY row/col
sure, in fact you generally choose the one with as many 0s as possible b/c it's easier
can someone help me in latex
im not sure why code is weird
3.3 Problem 19\\
Show that S =\{0,4,8,12,16,20,24\} is a subring of $\mathbb{Z}_{28}.$ Then prove that the map $f:\mathbb{Z}_{7} \rightarrow S $ given by $f([x]_{7}) = [8x]_{28}$
\end{problem}```
mathmode doesnt always play well with line breaks; you can try inserting a forced line break \\ after the \rightarrow to see if that looks better
okie it worked
how can i create a table?
i tried creating mine by 8 x 8
but it didnt work
We need to show that $S$ is in $S$. Now, we will create $\mathbb{Z}_{28}$ table.
\begin{center}
\renewcommand\arraystretch{1.3}
\setlength\doublerulesep{0pt}
\begin{tabular}{r||*{4}{2|}}
-\mathbb{Z}_{28} & 0 & 4 & 8 & 12 & 16 & 20 & 24\\
\hline\hline
0 & 0 & 24 & 20 & 16 & 12 & 8 & 4 \\
\hline
1 & 1 & 2 & 3 & 10 \\
\hline
2 & 2 & 3 & 10 & 11 \\
\hline
3 & 3 & 10 & 11 & 12 \\
\hline
\end{tabular}
\end{center}```
hi, i dont know much about PCA and i have a couple questions that i cant figure out the answer to
first is this, i was under the impression that the eigenvectors of the covariance matrix that correspond with the largest eigenvalues are the principal components
and the only eigenvector for this matrix out of the three i found that are in the solutions was (0,1,2)
but there are multiple answers expected (i think?)
and for this last one,
when running it through symbolab to find the eigenvectors, (1/6, 1/3) isnt even there
i think im missing something but dont know what, any help or pointers in the right direction would be greatly appreciated
<@&286206848099549185>

@radiant topaz youโre missing the defn of eigenvector. a nonzero vector x is said to be an eigenvector of C with eigenvalue L if Cx=Lx
let x=given vector in hw. compute Cx & note the factor by which x gets scaled. thatโs its eigenvalue
thanks
These vectors are linearly dependent. If they were independent then they would be orthogonal. Correct?
The dot product of all these vectors should be 0 if they were orthogonal
If they were independent then they would be orthogonal.
no.
a set of vectors can be LI without being orthogonal.
I see
saying ||FUCK|| is now banned (WARNING PRESS SPOILER AT OWN RISK)
Because diagonalisability has nothing to do with invertibility
Yeah A={{1,1},{0,1}}
Prove that for invertible matrices A and B it holds that AB and BA are similar
How do I do this?
that's super simple. just write down the definition of similarity and then use either that A or B is invertible
its a one-liner
Can someone help me with how I'd approach this question
do I just go u(t) dot v(t) = 0 and solve for a?
i would say u' and v' should be orthogonal
but my english isnt good enough to fully understand what they mean by trace. i would interpret it the trace as the vector u(t) - u(t_0)
so (a,3,1) dot (-2,1,0) = 0 and solve for a
oh wow, when you say it like that it makes way more sense
yea i believe (a,3,1)dot(-2,1,0)=0 is correct, ima do that
thank you @spiral star
howdy howdy - one of the steps in this homework problem im doing is just find the eigenvalues/eigenvectors of a matrix, and the matrix is all zeros except for the off-diagonal
i was like, boy, sure would be nice if i could just flip this matrix upside down and make my life way easier, since it would already be diagonalized
turns out this is what one of my classmates did, and apparently this is completely valid? why would this be the case?
What was your matrix?
this has 1 and -1 as eigenvalues doesn't it
i believe so
i just dont get why you can move around rows and it wont change the eigenvalues/eigenvectors
like, i get that this whole deal is just systems of linear equations, but eigenvalues/eigenvectors were explained to me as values/vectors that can diagonalize a matrix, so it doesnt make sense to now hear that it doesnt have to be diagonal
and order doesnt matter
its certainly not true in general, since
$\begin{pmatrix}
0 && -1\
1 && 0
\end{pmatrix}$
has i and -i as eigenvalues and the flipped one has 1 and -1
chrisply:
ah! thats a good point. i am much happier knowing this is not true in general - cheers for the example!
What's a hyperplane?
a plane in n-space that contains a set of solutions for some vector?
this matrix isnt 1-1
its also not onto right ?
since it deosnt have a pivot in every row (third row has no pivot)
correct
thank you!
np
1-1 if and only if every column has a pivot and
onto if and only if every row has a pivot
i don't understand linear combinations, bases, and linear dependence
u need to understand linear combinations first. Then you need to understand linear independence/dependence, and then you can understand bases
2 is true
wait no. false
p>n. this means number of entries is greater than number of vectors. this is false because linearly dependent means the number of vectors > number if entries
can someone help me with 1 tho
recall T linear implies T(0)=0. its contrapositive will help
do you know/have you proven that if T is a linear map then T maps the 0 vector of the domain to the 0 vector of the codomain?
nah we havent talked about that
you can try proving it now or take it for granted