#linear-algebra
2 messages · Page 100 of 1
And I know if I can find a vector orthogonal to that one that passes through (4, -2, 3) I'll have my answer. Can someone help?
Dependent iff there exists a non-trivial solution
Independent if not dependent
thanks
how do i solve this? i get no consistent solution
i assume i need to turn it into an n x n matrix, but how
@sick dragon do u have to solve this a specific way? i know we are in lin alg channel but if you can find two vectors that span the parallelogram you can cross product
i know that
but how do i solve it w/ linear algebra
i end up w/ a 3x4 matrix
which you cannot take the determinant
ive also done a bunch of other weird things, none of which give the correct answer
not helpful here
So a parallelogram is defined with two vectors. I don't see why you have 4
Could be that two of them just cancel out the other two. There's an easy way to find which ones:
P + S = (-8, 0, -2)
Q + R = (-8, 0, -2)
So if they do form a parallelogram, P and Q define it
Finally, the magnitude of the cross product P×Q gives the 3D parallelogram area
@sick dragon
thats not linear algebra
you can find the determinant of the two vectors
wait how did you get vectors in R^3 kaynex?
Original problem is in R^3 https://discordapp.com/channels/268882317391429632/540211747613704221/716100097599078401
oh I see
I hope somebody comes up with a clean solution. If we're not to use cross products, the only other solution I can think of is projecting the "left" side of the parallelogram onto the "bottom" side, getting the difference between the "left" side and that projection, and then multiplying the length of that difference with the length of the "bottom" side.
uhh, you can find three vectors and take their determinate
You'll get 0, as they're in a plane
yeah, thats one of the things i did
Hm, if you take two that span the parallelogram and then take one that is perpendicular to both with a norm of 1...
But then you may as well use the cross...
is this relevant
It's the same ideas as the previous pictures you pasted.
No, sadly. You're working in R3 and so the determinant works with parallelepipeds
You don't have one of those here
what if you turn it into a parallelepiped by adding a normal vector of norm 1
as red herrring mentioned
and to calculate that normal vector, you can find the nullspace of the transpose of the basis matrix
aka avoiding taking a cross product
?
Fk...
That's an interesting one. Lemme digest that.
So, suppose we take three vectors in the span of the parallelogram.
Make those the columns of a matrix A.
We want a vector orthogonal to the span of the parallelogram.
The span of the parallelogram is the column space of A.
The orthogonal complement of the column space of A is the left null space of A.
The left null space of A is the null space of the transpose of A.
Ah.
Ok.
Interesting approach.
So, once you find a vector in null space of the transpose of A, then you just normalize it.
Take P, Q, and that normalized vector, make them columns of a matrix B, and take the determinant of B?
yep
Wao.
Alternate cross product if that works
True.
Or rather, the cross product and whatever vector found in what I just walked through are both vectors normal to the parallelogram.
No reason to believe it'd obey the laws of cross products?
$|\vec u \times \vec v \cdot \frac{\vec u \times \vec v}{|\vec u \times \vec v|}|$
beautiful
Er, sorry, I dun geddit...
Merosity:
red, that's the generalized way to find orthagonal vectors in R^n
Oh. Can you put a name to that formula?
Oh, were you not talking about it?
Yeah, I understood that's the generalized way to find orthogonal vectors in R^n.
Didn't think of it, tho.
Ok, I see what Merosity is saying.
wait I don't think I was saying that
Or, well, the formula?
what I've written is nothing more than the magnitude of the cross product of two vectors
Right.
but I only skimmed what was being written and wrote it as if it was dotted (to make a triple scalar product) with the cross product normalized
to get a determinant of 3 vectors
same thing, different perspective
Yeah, that's what I realized just now.
Didn't see it was a triple scalar product at first.
Because no parentheses => me confused.
Merosity:
Right. You can't cross a vector with a scalar.
if they're all vectors, b dot c is a scalar crossed with a vector
yeah
well anyways, I don't know what the original question was, so not sure what's going on haha
beautiful
As my vector calculus teacher would say, isn't this booootifool?
well anyways, I don't know what the original question was, so not sure what's going on haha
It was find area of parallelogram in three-dee.
booti lol
"Using linear algebra".
By which asker meant "without cross products".
Are cross products linear algebra?
lol idk
Yeah, idk either.
to me they're determinant operators waiting to be dotted with a vector
to fill the last row
I think I saw a similar interpretation in 3blue1brown.
Interesting interpretation.
Meanwhile, me stick out hand and point out thumb ha ha.
idk as far as I know I just see it that way by how it's written
you expand along the i, j, k of fthe determinant to define the cross product, but if you dot a vector with it, you end up summing over that
and you can rewind it back a step to fill in the blanks of a full 3x3 determinant
Right.
I guess I see it more as an alternating antisymmetric thing more than anything
like you can do the same with n-1 vectors in n dim space
make a "cross product" of a single vector
in 2D
Are quotient space and complementary space basically the same thing at a higher level?
For example:
Suppose some vector space V is a direct sum of subspace U and W. And v_1 + U, .. , v_m + U is a basis of V/U.
Then v_1, .. , v_m is a basis of W.
Things get weird when you have infinite dimensional vector spaces that make this not true
That's right, thanks!
hello very quick question, if i have the determinants of 3 matrices, A B C, is the Determinant(ABC) = Det(A) * Det(B) * Det(C)?
this is the multiplicative rule of determinants, yes
det(AB)det(C) = det(ABC)
and det(AB) = det(A)det(B)
therefore
no
linear functionals are necessarily linear.
det is multilinear in the rows of a matrix, but its not linear
If i have a plane of equation 5x-2y-2z=1
How can I find a normal vector of that plane ?
Thanks!
one way is to put a vector with x,y,z in it and work out the matrix multiplication Av = 3v
then just solve for the components, whatever variables are left take the place of being arbitrary scalar multiples of your basis vectors
Could someone check dis out?
,rotate
wrong channel should be in #prealg-and-algebra, but the reason is you are dividing by 0 when x=4
after you end up with |x-4| on the right side, you would still have to translate this back to information about 2/|x-4| > 1
since that's the original question being asked about
but 2 > 0 you can't divide by 0 to get 2/0 > 0/0
But if the question is directly 2> |x-4| wouldn't it then make sense to take x not equal to 4 aswell?
in that case yeah
Also sorry on that channel mistake and thank you for helping me out
I guess part of it is we're avoiding saying |1/0| is infinity, because infinity isn't a number
Yeahh I understand that. I just wanted to know what happens if we shift it. In other question where the modulus is not in the denominator I think I included the x for it to be zero I guess I did wrong then :(
Anyways thanks again :D
yeah you're welcome
the main things to watch out for are usually the two things: When is the denominator 0? When are you square rooting a negative?
since in those cases you gotta exclude stuff
I haven't really come across the square root kinda questions yet but will keep in mind thanks :D
yup you're welcome, if you have more questions I guess go to that other channel 👍
Alright :D
I just want to know if I solved this the right way:
I know that A,B,C,D are points in the 3D space and that
A(1,1,1)
C(2,0,1)
I also know that L is the middle point of AB which is L(3,-1,3/2)
And M that is the middle point of CD
which M(5,1,-3/2)
I did the difference of L-A then x2 to find B and same with M and CD
@fickle tree any chance you could increase the contrast on that image
??
??
how can i solve ? i don't know your method
before you ask "how can i solve this problem", you need the problem itself to be clearly stated
which yours isn't
LOL
why are two basis vectors given? Is there a reason?
wouldnt just(-2,1,0) be a basis of null psi(?)
is that just giving more examples?
the dimension of a space is unique
so the basis cannot both have cardinality 1 and cardinality 2
and the book is correct
oh i never doubted the book is correct lol so (-2,1,0) is not a basis nor is (-3,0,1)? but both of them together?
yes
because thats the only way you can span the whole space?
i mean those span the space
yes need to be more precise with what i mean
working on that
thanks!
If I have that Ax = b is consistent for some x for some fixed b, with A mxn, does this mean that [A | b] is consistent for every b in R^m?
Not if any rows of A are dependent on other rows I don’t think
hello there, im struggling to understand the definition of the characteristic... does anyone have any examples of when m wouldnt be equal to 0? (this is our def. appologies for it being in french)
yes
ah, so like Z/7Z
smallest number of times such that 1+1+1... = 0
then m=7
yes
ah
sorry this is
a linguistic thing
"positive" in english is generally called "strictly positive" in french
but sometimes
french sources use the english convention
which can get a bit confusing
tbh i never know which is which in either language... i always assume "positive" means greater or equal to 0
French positif is to be understood as a non strict inequality, English positive is usually to be understood as a strict inequality
I've seen someone here with a screenshot of their textbook where they used strictly positive for >0
mysterious things happen
yes, its a bit confusing haha
Fn with adition is {0,1,2,...,n-1}
whereas Fn with multiplication is {1,2,...,n-1} right
here which are they asking for? Fn with multiplication or addition?
I think you're getting confused here
F_n has both addition and multiplication on the elements {0,1,2,...,n-1}
so we never ommit the zero?
A field has two operations on it
addition and multiplication
along with a lot of axioms
sous-espace vectoriel is vector space
the def. says it needs to be a group, in which case all elements needs an inverse
Yes your vector space in this case is K^2
in which case, 0 cant be part of the space, since nothing times zero is one
which is an abelian group under addition
as i understand
yes so here we are dealing with Fn with addition, so {0,1}
the sub vector spaces are, 0,0 & 0,0;0,1 & 0,0;1,0 & 0,0;1,1
which is with the addition
but so does Fn with multiplication also have the element zero?
as in, just the vector space
@brittle juniper you should probably just speak french to him
oui le sev de Fn ca na pas l'element 0
tandis que Fn muni de l'addition, c'a l'element 0 comme tu la dit
yay I can go to bed
ici on a en effet affaire a Fn muni de l'addition
ils auraient surement ecrit Fn* pour signifier que c'est l'ensemble muni de la mult.
ok merci
vector w is (0,1)
so if we add all the vectors dw we get a vertical line i understand that,
but vector v is (1,0) and c is any integer so cv can be (-5,0) ... etc (0,8),
so basically points on the x axis
so can someone explain me how we get infinite parallel lines
no
can someone rather explain me how the sum of all vectors dw touches the points cv
is it because vectors are free?
for those who have gilbert strang book introduction to linear algebra it's the page 7
nvm i got it
is the answer to this problem correct?
Because I got 2x-2y, 3x+3y, not what is written here.
https://www.slader.com/textbook/9781118879160-elementary-linear-algebra-applications-version-11th-edition/464/exercises/11/
what is T_1(x, y)
2x,3y
that's my problem lol
T_2(x, y) = (x-y, x+y)
sooo
if instead of x, we have 2x
and if instead of y, we have 3y
T_2(2x, 3y) = ???
then we'll get the answer that's on slader
indeed
remember that function composition is
right-to-left
so in $T_2 \circ T_1$
Namington:
you apply T_1 first
then T_2
simialrly, if it was $T_1 \circ T_2$, you'd apply $T_2$ first, then $T_1$
Namington:
this might seem weird but its more natural if you think
$(T_2 \circ T_1)(x) = T_2(T_1(x))$
Namington:
simialrly, if it was $T_1 \circ T_2$, you'd apply $T_2$ first, then $T_1$
@limber sierra what would be our solution in that case?
sm:
oh
i.e. (2x-2y, 3x+3y)
so yeah, your problem is that you did the order wrong
function composition is right-to-left
apply the right function first
then the left function
it's annoying
so baisically, we take what we have in T2, and replace them accordingly with what we have in T1
So I'm looking at the linear transformation axioms and the second one looks completely redundant to me.
if f(a + b) = f(a) + f(b) then cf(a) = f(ca) by the very definition of multiplication, am I missing something here?
Yes but it's also not true for the first axiom
f(1 + 2) =/= f(1) + f(2)
is there any case where f(a + b) = f(a) + f(b) and cf(a) =/= f(ca)?
do you know what a complex number is?
the thing is over R there is no continuous example of such a map
yes
ok so, consider a+bi a complex number
then complex conjugation is a function c, such that c(a+bi) = a-bi
on Q your argument works btw
so by extension it works for every continuous function on R
How can i show that there are linear transformations?
I know that additivity and homogeneity must be satisfied but idk what I'm supposed to do here
This is too big brain for me
What does v -> (v,0) mean? Or w -> (0,w)
I'm guessing for any $v\in V$
Neil_P:
typically the element $a$ is implies to be in the set $A$
Neil_P:
@fossil quest Show that the (1) zero vector is included in the transformation, (2) the additive property (3) the constant multiplicative property
I dont know like where to start if I look at it :/ I kind of know what to do but not how to do
Lol will my tex compile?
I'm very unfamiliar with these notations
Oh and it's already defined that V and W are F-Vectirspaces
afaik, This is all that's necessary to show it's a linear transformation.
And I'm a little out of my depth here
Ok but what's u and v in this case?
That would be any element within the domain of V and W
u in V and v in W ? Or does that not matter
It at least sounds easy lol
Yeah, the tricky part is knowing what to prove
Neil_P:
My linear is a little rusty, sorry
slimvesus:
Yes
I dont know if i fully understand it but i remember that its a direct sum when adding 2 vector spaces and their intersection isnt 0
Oh ops
Yeah I dont think I got a clue
Sorry :/
(u,0) + (v,0) ?
(u+v,0)
Yeah wait that was quick
Wow ok that was simpler than I thought
Yeah now there's homogeneity
@wintry steppe Was your class proof based?
Mine was only computational
I only know the outline of the proof from other classes
ci(u) = c(i,0) = (ci,0) = i(c*u) ?
Sorry for interrupting haha
Wow thanks that wasnt too hard! I hope my prof could also explain it just this easily without using fancy words and sentences
Ok I'll look it up
This best-selling textbook for a second course in linear algebra is aimed at undergrad math majors and graduate students. The novel approach taken here banishes determinants to the end of the book. Th
Lol wow thanks haha I just looked it up and it says 24 $
No need for a sketchy intermediary lol
Where did they get the
1 0
0 1
from?
that's the identity matrix
i mean
yes, an identity matrix is an nxn matrix with 1 down the top left diagonal, 0 elsewhere
they wrote down exactly what they did
i.e.
solve the matrix equation AX = I
I here refers to the identity matrix
and the identity matrix of size n is the n by n matrix which has 1s along the diagonal and 0s everywhere else
that's the defn
So if "positive linear transformations" are self adjoint, and a normal linear transformation is positive if and only if each eigenvalue is non negative, wouldn't that imply all positive eigenvalue'd normal linear transformations are self adjoint?
Or is that what this proof is trying to guide me towards
Thats what I was thinking
A iff B B iff C, thus A iff C
Right
I'd need to double check the definition, but I don't recal self-adjoint matrices requiring the inner product to be positive
but again this may be a side effect of this proof
And that corresponds to what I just refreshed on in the book
Self-Adjoint matrices must have positive eigenvalues, but the inner product of any x with some A isn't necessarily positive
So eigenvalue positive normal transforms are then logically self adjoint
Ope
no its real eigenvalues
Silly mistake
my b
Yes
That makes sense
Now onto this proof
Well -identity would work right?
tbh even just the identity
possible stupid question. Let $\mathbf x, \mathbf y \in \mathbb R^n$ and $A$ an $n \times n$ matrix. Notes that I'm looking at boil down to $${\mathbf x}^T A^T A \mathbf y = {\mathbf x}^T \mathbf y$$ iff $A$ is orthogonal. If $A$ is orthogonal, it's obvious but the converse I'm drawing a blank on
George!:
(this is in proving that $(A \mathbf x, A \mathbf y) = (\mathbf x, \mathbf y)$ iff $A$ is orthogonal so we can't use that property here)
George!:
suppose for contrapositive that A is not orthogonal, ie A^T A = B where B is not the identity matrix
then the equality isnt true; suppose for example that x and y are full of 1s
oh so it is pretty straightforward, was just wondering since the notes just said "iff A orthogonal" in passing
thanks!
whats an example of a transformation with a domain R^3 and codomain R^2?
$$\fun f{\bbR^3}{\bbR^2}{(x,y,z)}{(0,0)}$$
Tuong:
k
how do you tell if something is a matrix transformation?
I guess for example T(x1,x2) = (3x2,x1,3)
lets say u transform a rectangle into another rectangle with an affine transformation, is that transformation unique?
a transformation can be represented by a matrix if and only if it is linear
so you check linearity
check image, kernel and linearity of the transformation @normal quiver
T(lambda.A + P) = lambda.T(a) + T(P)
why are you looking at the image and kernel?
cause for my exam i was told to always check linearity, whether the domainai....
nvm
thats checking whether
T is an endomorphism on V
then checkin that the domain of T = v and the image of V is a subgroup T
my bad, i got those mixed up
well continueing on my question, id say yes cause lets say u use other transformations M1,M2,M3 to transform the rectangle, the combination is the same in the end
so that there is really only 1 unique transformation, cause all the other 1s are combinations of other transformations that lead to the same thing
but not sure if im wrong
Am i supposed to @ helpers here as well after 15 mins ? Not familiar
@verbal bay so just check linearity?
Ye
If $ U $ is a subgroup of $ V $ and $ a, b \in V $ how is $ a + U = b + U \Leftrightarrow (a-b) \in U $ ?
milos:
How exactly have you defined a + U?
Did i ask my question in a weird way?
milos:
okay then it's easier to just say that
since a + U = b + U
one of the elements on the left side is a + 0 = a since 0 \in U
so this means that a \in b + U
which means that a = b + u for some u \in U
which gives you that a - b = u
if a arbitrary matrix X multiplies a non-zero matrix, and the result matrix is all 0s, the arbitrary matrix would have to be singular because the determinant for that matrix should be 0
How would I go about this question?
Using the example of a 3x3 matrix, show the equivalence of the following methods for finding inverse matrices:
a.) Row operations b.) Elementary matrices
Im not too sure exactly what it is asking
do you know the "row operation" method of finding inverse matrices?
do you know the "elementary matrices" method of finding the inverse?
prove that they're equivalent; that is, whenever you're doing one, you're "basically just doing the other"
specifically in the 3x3 case
(hint: note that multiplication by elementary matrices corresponds to row operations! and that they're invertible)
Can you find the direction vector of the given line?
Turn it from parametric form to vector form and you'll notice the direction vector straight away, or you can still notice it from here.
Then you can do dot products of each vector with the direction vector(doesn't take long) and see which dot product results to 0.
@latent marten
thx @quasi vale
Are there some other inner product on R^2 other than Euclidean inner product?
Is it possible to make (1,0) and (0,1) not orthogonal? <- Guess not cause <x,y> = 1/4 * ( <(x+y),(x+y)> - <(x-y),(x-y)> )
you can define one for every symmetric positive definite matrix as <x,y> := x^TAy
I haven't learned what positive definite matrix is but thanks anyway
lets say u have an endomorphism on R[x]6 so polynomials of max degree 6
is it possible kernel(T) = image(T)?
nvm lemme rephrase: is there an endomorphism on polynomials of max degree 6 for which kernel = image
id say no but idk if my method is right
cuz dim(image(T)) + dim(kernel(T)) = n
and n would be 7
so dim(image) = 7/2 = dim(kernel)
Yup sounds right
i saw where it was headed, lol
so yeah, there is no endomorphism with kernel = image on an odd-dimensional space
dimension(image(t)) = 7/2
how the fuck can the dimension of any linear-algebraic object be 7/2
7/2 is not an integer 

Can someone help me with this
I know that ||A||_2 = sqrt(l_max(A^T A)) but how does that become sigma_1
What's your definition of singular values?
Do you have some lecture notes or a book where "singular values" was defined? That should be the first thing to look into when you want to tackle an exercise with terms you don't understand
There's just some stuff about singular value decomposition
that sounds like it should be it, yes
So how does sqrt(l_max(A^T A)) = sigma_1
Is [AB] = AB * BA?
Oh wait thats a comma?
[A,B] = A*B - B*A?
If thats true then:
[kA + B, c] = (kA + B)c - c(kA + B) (Expanded weird operators)
= kAc + Bc - ckA - cB (Expanded brackets)
= kAc - ckA + Bc - cB (Associativity)
= k(Ac - cA) + Bc - cB (idk if this is legal, but factorize k?)
= k[A,c] + [B, c]
I'm not entirely sure what we're dealing with here though
Are these scalars? square matrices? idk.
@nimble raft ty
[A, B] is the (ring-theoretic) commutator of the square matrices A and B
Ring theoretic commentator, never herd of it
Square matrices make sense, seemed like only one that'd work
Was gonna ask some stuff on elementry linalg but frgot
Hello, does anyone know the proof for the following claim (or know of a good reference for this)?
I'm talking about the direction that if <Av,v> is always real, then A is Hermitian (that is, A*=A)- the other direction is easier
Never mind, I managed to solve it using the polarization identity 🙃
How to prove that the following inequality is always true for all values x. \
$ x^4 - x^2 - 2x + 3 > 0 $
Niko:
to prove A is similar to B I should do: A = P^-1 B P?
@last siren maybe you can find its minimum value and show it's >0
not linear algebra i think though
@split heart that's the definition of similarity yes, just exhibit some invertible matrix P for which that's true
i don't know, you have to be more specific
@wintry steppe You mean show that the f(f'(x) = 0) > 0?
for example, the matrices representing linear maps in different bases are similar
So, If I only have A nxn and B nxn I can't find P?
you will have to be more specific
what do you know about A and B besides their being n by n matrices?
Their values
oh so you're actually given two matrices
Yes
@last siren something like that, you should have some "optimization theorems" that you might be able to apply (disclaimer i haven't worked the details, but that's the first thing i would try)
I obtained them from a previous exercise
a good first step would be to compute their characteristic polynomials
and then, if necessary, the dimensions of their eigenspaces
they should match up
it'd be really helpful if you showed us the whole exercise exactly as stated though
Sure
I named both matrix T but I have to prove they are similar
I can see they're basis change matrix right?
a) is from canonic in domain a codomain
and b) B in domain and codomain
well
ok
so your two matrices are actually matrices of the same transformation in different bases
so that's equivalent to similarity
@split heart You can use https://mathpix.com for scanning hand-written equations.
I'll check it out, ty
Thank you so much!
what is that symbol name
capital pi [assuming you're referring to the thing on the left]
it represents repeated product
like how capital sigma represents repeated sum
in latex it's $\prod_{i=1}^n a_{i, \sigma_i}$
Namington:
yep.
Do you guys have any explanation of the definition of determinants
I understood the definition...
Where can I find the proof
Why is that happening
the proof of what?
I think he means motivation.
I understood the definition...
Also, what is your definition of determinant?
based on his previous question, the product-of-cycles one
The definition based of Cofactors
Hey! I've a question on pauli matrices and a specific notation I don't understand. Can I post it here? It's not for a class or anything
how do I evaluate the right side?
can someone teach me how to do this if the det of a is 2020 and figure out det of b?
what did you try
are u talking to me?
yes
oh so i tried to solve it by case by case if that makes sense
like i put like each of them in different sets assuming the answer is this for each set
but i dont think its right
umm i am not sure what that means
yeah i dont know what i was doing either hence why I am asking for help
ok what ideas do you have
well that was one idea that i had which didn't make sense
the other i dont know if im being honest with you
ok so you know the determninant of the 2x2 right
and you want to know that of the 3x3
do you know anyway to compute 3x3 determinants
that rely on 2x2 ones
uh i think
so
well wouldn't it rely on it anyway cause its using the same values and 2x2 is already in the 3x3
i mean just for general determinants
do you know how a nxn determinant can be reduced to (n-1)x(n-1) determinants
yea
right so use that idea and see if you can figure out the problem
think about it a bit
nope dont know
try expansion by minors on a specific row
okay i figured it out tyy
and one more thing if a matrix's has characteristic polymonial written
to find the eigenvalues of it you just find the root right?
for example like this
roots
so it is?
roots of it are its eigenvalues? and how do u know what the size of the matrix is
the size of the matrix is the degree of the characteristic polyomial
oh ok so its a 4x4?
roots of it are its eigenvalues?
yes
oh ok so its a 4x4?
yes
just to confirm, if i were to inverse that matrix the characteristic polynomial will be the same right?
what makes you think that?
i think i read that somewhere in the textbook that no matter if u rearrange the values it will the same? idk might be on a different topic ig
can someone tell me if this is true and how to prove it? so If that every eigenvalue of a matrix A has algebraic multiplicity 1, then A is diagonalizable.
What do you think?
i think its true i just dont kno how to prove it
well, what does diagonalizable mean in terms of geometric multiplicity?
i have no idea
you know what geometric multiplicity means right
yea
basically a matrix is diagonalizable if the sum of the geometric multiplicities is n
the size of your matrix
ohhh okok got it nvm so the statement does not stand then
shouldn't it be (x1,x2,-2x1+7x2)
You can isolate a_3 in 2a_1 - 7a_2 + a_3 = 0.
then line 3 is incorrect perhaps
shouldn't it be (x1,x2,-2x1+7x2)
Sorry, didn't see this, lol
how would i check if this is a subspace in R3
W6={(a1,a2,a3)∈R3:5a_1^2−3a_2^2+6a_3^2=0}
i can't seem to put them in coords
like the previous
It's the set of all linear combinations of the vector u, where you take elements from a given field
@wintry steppe
@cursive narwhal ur mom so fat, no finite set of vectors can be a basis for her
prank
chill
memes
shhh
@cursive narwhal vats where u at 
oh shit rekt

I took a combinatorics class to count the number of ways I could do your mom
prank dude prank
don't worry about it

im trying to show that this set is linearly dep
this one?
yea
not sure if i wasn't supposed to reduce the matrix to find if the coeff are zero
i see most ppl just use algebra to solve for a1 a2 a3 but i thought i could make it easier with reducing
maybe i messed up somewhere or something
wtf
i also get some strange rref
ah no
messed calculation
how do i go from wht i have t othat rref
just proceed algorithm
not sure what u mean
nvm
im attempting to get all zeros in the bottom
i thought it was your firs operation
i have a 1 stuck there
i have
{-1, 2, 1}, {0, -1. 3} {0. 2, 0} one step befroe REF
so
i messed up is what ur saying
could u check my process maybe pls
its hard to follow
from what ur saying
ty i see now
i didn't copy down -2x^2a_2
i made it positive i guess
going to fix this
Hi im new here, is this the right place to ask questions if i have questions about Lp spaces, p-norms and distance metrics?
#point-set-topology here maybe better
i see, thanks!
@misty basin I'll just answer your question here because thsi is probably more fitting
"which one to use" is kind of a weird question to ask
like in reality, you'll be presented with situations where different metrics make sense
like in quantum mechanics, L^2 spaces are always used
i see, that makes much more sense >.< thanks!
cus i came to know it from computer science so i was kind of expecting like values i can just plug in like with most of the other stuff
smelp
I was tryin do some basic linealg and i have frogotton how to do this
$$\begin{pmatrix}1&-2&1\ 3&a&4\end{pmatrix}$$
Soap:
What do I set "a", to be so I have no solutions and what do I set it so I have solutions?
I thought that if I make the matrix "dependent", I would have no solution.
And so my thought was:
$$\begin{pmatrix}1\ 3:\end{pmatrix}+\begin{pmatrix}1\ :4\end{pmatrix}=\begin{pmatrix}2\ :7\end{pmatrix}$$
Soap:
So might as well just set "a" to -7, tada its not independent now.
But now I realize, dependent matrices are still solvable, and I got it mixed up with invertability.
,w RREF {{1, -2}, {3, a}
,w RREF {{1, -2}, {3, -6}
damn what?
,w RREF {{1, -2}, {3, 6+a}, a > 0
damn everythangs reducable
,w RREF \begin{pmatrix}1&-2&1\ 3&-6&4\end{pmatrix}
lol rip
Oh its the determinant?
,w det {{1, -2}, {3, a}}
1*a - 2*3?
So why is the determinant telling me what "a" needs to not have a solution?
well obviously when a = -6, second row is 2 times first row
but 7 is not 2 times 4
and you get 0 0 1
Yeah and it breaks it, so -6 part seems understandable
But how come determinant tells u that?
I don't see the link between determinant and solvability
Or is it just a coincidence
I guess we could test it out
Ax=b has a solution for every b <-> A is invertible
Ohhh
So i dungoofed it when I used the "b" column row, to make the matrix dependant
Instead I should've just looked at matrix "A", and not the "b" part
Ax=b has a solution for every b <-> A is invertible
only under the assumption that A is square
last column is vector of constants
Yea rip me..
So does this apply for all square matrices?
Including the determinant trick?
yes
Soap:
det(A) = -3a + 27
So would setting "a" to -27? then scaling everything by -3 make it unsolvable?
I was just going off since last time it was "a" + 6, and "a" = -6,
Tho I don't think its correct
Assuming, if the constants are unique...
Think about orthogonal projections
I'd consider the vector space (X,X^2)?
And the scalar product is the integral above ?
well your vector space could be the space of continuous functions on [0,pi], since sin(x) is not in R_2[x]. Then, you can write the space of continuous C[0,pi] = R_2[x] + R_2[x] orthogonal
you'd consider, perhaps, the space L^2[0,pi] with inner product (f,g) |-> int[0,pi] f(x)g(x) dx
Yeah thanks guys but I'd have to orthonormize the X,x^2 with the gram-shmidt process
And that's exhausting
I think I'll go with a system
(Sinx-(ax^2+bx)|x^2)=0
And (sinx-(ax^2+bx)|x)=0
hello there, we have this problem (sorry for it being in french), just i dont get how only three vectors would be sufficient to make for a base in C3
how i see it, it should be (1,0,0) (i,0,0) (0,1,0) (0,i,0) (0,0,1) (0,0,i)
e_1 = [1 0 0]
{(1,0,0), (i,0,0)} est linéairement dépendant
ton espace est un espace vectoriel sur C, pas sur R
ah donc c un K espace vectoriel ou K c'est C
et si K cetait R
eh ben jaurais raison c ca?
oui, si K était R, ton ensemble de 6 vecteurs serait une base pour V
ok nice
autre question, quand on parle de C[t] la, t cest un element de C? ou cest genre un vecteur quelconque auquel il y a trois degres?
t c'est t
$\bC[t]_{\leq 3}$ c'est l'espace des polynômes complexes en $t$ à degré au plus 3
Ann:
ah daccord
wack!
ann can speak french!
most impressive thing ive seen someone do on the server
hmm, idk which is cooler russian or french
tho it was pretty cool of her to answer one of those "non-english" questions with the language it was written in.
i usually have to use google translate
i trust her more than google 
ce bordel*
yeah that fancy e
no
oo ce
"what is this mess", if you translate literally
more like two and a half
how did i read it wrong 
tho being able to answer a math question is that language is enuf
о боже
царя храни?
патриотические вперед
ну нахер
как раз хотела об этом упомянуть
Using the Leontief Model, If i have a 3x3 Economy Model and only 2 Out of the 3 sectors are profitable would the Economy still be productive?
the lowercase a on the top right is a typo right? lol
yes
(I know, off topic) but this is literally me 😳
You are Ann?
TIL i have an alt

Ann is the alt tbh
second line i meant g(s)=0 btw
yea
Alphonse [Maxwell]:
because A^2 being the zero matrix means that A^2x is the zero vector
but how does that say anything about $\lambda$ ? I get that $\vec{x}$ must be nonzero (definition), but where does that imply that $lambda$ must be nonzero?
Alphonse [Maxwell]:
because if lambda isn't 0, and x isn't zero, then lambda^2 x isn't zero.
guys, how do I prove that U = {A ∈ Mn(R) : A^t(transpose matrix) = −A} is a subspace of Mn(R)?
how do you show generally that something is a subspace of something else?
Please Subscribe here, thank you!!! https://goo.gl/JQ8Nys
How to Prove a Set is a Subspace of a Vector Space
something like this?
how do i prove step 2 and 3 of this video tho? when i have a matrix with n dimensions?
what is step 2 and 3?
oh
closed with respect to sum and closed with respect to scalar multiplication
you just take two arbitrary matrices from your set, add them and show that the sum is still in this set
that's step 2, similarly for step 3
How'd you start?
i dont know how to start is the thing xd
How would you prove A is a subset of B in general?
well all the elements of A have to be in B
Right. To show that is true, you'd pick out an arbitrary element of A and show that it is also a member of B.
So, here, you do the same thing.
vectors in span(S1) have to be in span(S2)
the linear combinations of S1 have to be in S2
The linear combinations of S_1 have to be in the span of S_2.
what are x1, x2, ..., xn supposed to be
there are elements in S1
well, they are vectors, and you need to show that for any arbitrary v in span(S1) that v in span(S2). So let v in Span(S1). Precisely speaking, what does it mean for v in Span(S1)?
for a vector to be in span(S1) it has to be linear combination of vectors in S1, so if we let V=span(S1), can we say that there exists some linear combination vectors in span(S1) and since S1 is a subset of S2 those linear combinations of vectors in span(S1) are elements of S2 and therefore also exist in the span(S2)
i mean, yeah that's pretty much the idea. idk how precise you have to be. You have v = c1v1 + c2v2 + ... + cnvn where vi \in S1 for each 1<=i<=n. So what would be the corresponding linear combination of vectors representing v from S2?
sort of. v = v = c1v1 + c2v2 + ... + cnvn is in Span(S2) if it is a linear combination of the vectors in S2. i.e. v = c1v1 + c2v2 + ... + cnvn + .... + crvr. for vectors in vi in S2. You need to assign values for scalars ci so that you still have the same vector v in the end. So how do you handle the vectors which are in S2, but not in S1? (hint: don't overthink).
i'm not quite sure, i can vaguely see how those combinations are an element of S1, and since S1 is a subset of S2 those same elements have to be an element of S2
are we supposed to say that c1,c2,...,cn is an element of R , and that we are only sure that x1,x2,...,xn are elements of S2 but not so sure of the scalars in S2?
well, like you said, we want essentially the "same" linear combination. How can we choose the scalars in such a way where we "throw out" the extra vectors from S2 we don't need?
since c1x2+c2x2+...+cnxn is in S1 for sure
Basically, i am asking you if we have
v = c1v1 + c2v2 + ... + cnvn with vectors vi from S1
how can we write v as
v = c1v1 + c2v2 + ... + cnvn + .... + crvr
where we use all of the vectors in S2 we are given, so that it is truly a linear combination of vectors in S2, and not subset of S2?
i am indexing the vectors in S1 from 1 to n, and the vectors in S2 from 1 to r
Answer: ||v = c1v1 + c2v2 + ... + cnvn = c1v1 + c2v2 + ... + cnvn + .... + crvr where any of the scalars coming after cn are 0 ||
you could even do a contradiction
Like suppose theres a vector in Span(S1) that is not in Span(S2)
thats a fantastic question. I assumed they were finite sets.
yeah the infinite case would be difficult to solve
especially because the span could be uncountable as well
i think kxrider's proof holds up still though
just create a function s that returns one when a spanning vector is in S1 and zero when its not in S1
yes Chaf, and you take everything you don't need to be 0. i.e. c(n+1) = c(n+2) = ... = cr = 0
wouldn't it just be the same combination
Y'know, this is what I was thinking. I think just boils down to what your definition of linear combination is. The one I had in mind was this.
A linear combination of vectors in a set S is an expression a_1 s_1 + ... + a_m s_m, where the a's are in your field and the s's are in S.
well yeah
didnt i mention that earlier i think
but i said x was in reals
is the real line considered a field
I was more talking about the fact that the definition I gave means a linear combination need not involve all the vectors in the set.
It's just a small thing.
what do you mean by that
so you dont need to include the vectors in S2 that are missing in S1
Well, kxrider was talking about if you had a linear combination of S1, what linear combination of S2 corresponds to it?
If your definition requires you to use all of the vectors in S2, then you'd need to include all of them.
And that means you'd set the coefficients to 0 for the stuff you don't use.
ok so basically you are saying your definition allows you to not have to include them
Yeah, pretty much. I mean, they're pretty much the same thing, anyways.
Like, I guess one benefit of using a definition where you don't have to use all of the vectors is that the definition admits linear combinations of an infinite set, as you guys were talking about earlier.
Let S1 be a subset of S2, s be an element of span(S1), a be an element of R which implies that span(S1) is a linear combination expressed as s=a_1s_1+a_2_s_2+...+a_ns_n. Since S1 is a subset of S2, s_1+s_2+...+s_n are also elements of S2. Therefore the span of those vectors is a vector in span(S2). Therefore s=a_1s_1+a_2_s_2+...+a_ns_n is an element of span(S2) which implies that s is an element of span(S2). So the span(S1) is a subset of span(S2).
just realiuzed i messed up pretty bad
but i fixed it i think
well
this is like my second proof ever lol
so yeah im kinda ass at it
Let S1 be a subset of S2,
Ok.
x be an element of span(S1),
Ok.
a be an element of R
Just because a is an element of R doesn't mean that a_1, a_2, ..., a_n are. I get what you're trying to say. I'll give an alternative phrasing below.
which implies that span(S1) is a linear combination expressed as s=a_1s_1+a_2s_2+...+a_ns_n.
Don't say that span(S1) is a linear combination. s is not span(S1). Also, what the x's are is never stated.
You should say that an arbitrary element s of span(S1) can be expressed as s=a_1s_1+a_2s_2+...+a_ns_n, where the a's are in R and the s's are in S1.
Since S1 is a subset of S2, s_1+s_2+...+s_n are also elements of S2.
Well, s_1+s_2+...+s_n isn't necessarily, but s_1, s_2, ..., s_n are. You also say elements when you only state one element, so I'm guessing you meant commas in the first place.
Therefore the span of those vectors is a vector in span(S2).
The span of those vectors isn't a vector in span(S2). Any linear combination of those vectors is.
Therefore s=a_1s_1+a_2s_2+...+a_ns_n is an element of span(S2)
Which you state here.
which implies that s is an element of span(S2).
Ok.
So the span(S1) is a subset of span(S2).
Ok.
Sorry, forgot to change all of them.
It doesn't matter what symbols you use.
The problem is that you are getting your objects and types mixed up.
Well, there's also asserting that span(S1) is a linear combination and the span of vectors in S1 being a vector in span(S2).
Like, take this snippet.
for a vector to be in span(S1) it has to be linear combination of vectors in S1, so if we let V=span(S1), can we say that there exists some linear combination vectors in span(S1) and since S1 is a subset of S2 those linear combinations of vectors in span(S1) are elements of S2 and therefore also exist in the span(S2).
Clearly, you understand the ideas.
It's just a little mess up.
If you remove a bit, it'd be ok.
for a vector to be in span(S1) it has to be linear combination of vectors in S1, so if we let V=span(S1), can we say that there exists some linear combination vectors in span(S1) and since S1 is a subset of S2 those linear combinations of vectors in span(S1) are elements
of S2 and therefore also exist in thespan(S2).
You mix up being in S2 and being in span(S2).
Let S1 be a subset of S2, an arbitrary element s of span(S1) can be expressed as s=a_1s_1+a_2s_2+...+a_ns_n, where the a's are in R and the s's are in S1. Since S1 is a subset of S2, s_1,s_2,...,s_n are also elements of S2. Therefore any linear combination of those vectors is a vector in span(S2). Therefore s=a_1s_1+a_2_s_2+...+a_ns_n is an element of span(S2). So the span(S1) is a subset of span(S2).
fixed it with ur suggestions
