#linear-algebra
2 messages · Page 39 of 1
I do it in one row
the others are the same
using Vandermonde
for calculate determinant
then your very first line already makes no sense!
a is a scalar so what you have there is a 1 by n matrix
matrices that aren't square don't have determinants
well
I mean
the others row will do like the very first row
not just do each row
and add them all
$\begin{vmatrix}a_1^{k_1}&a_1^{k_2}&a_1^{k_3}&\cdots&a_1^{k_n}\a_2^{k_1}&a_2^{k_2}&a_2^{k_3}&\cdots&a_2^{k_n}\\cdots\a_n^{k_1}&a_n^{k_2}&a_n^{k_3}&\cdots&a_n^{k_n}\\end{vmatrix}$\
$\prod_{i=1}^na_i^{k_1}\begin{vmatrix}1&a_1^{k_2-k_1}&a_1^{k_3-k_1}&\cdots&a_1^{k_n-k_1}\1&a_2^{k_2-k_1}&a_2^{k_3-k_1}&\cdots&a_2^{k_n-k_1}\\cdots\1&a_n^{k_2-k_1}&a_n^{k_3-k_1}&\cdots&a_n^{k_n-k_1}\\end{vmatrix}$\
$\prod_{i=1}^na_i^{k_1}.a_i^{k_2-k_1-1}\begin{vmatrix}1&a_1&a_1^{k_3-k_2+1}&\cdots&a_1^{k_n-k_2+1}\1&a_2&a_2^{k_3-k_2+1}&\cdots&a_2^{k_n-k_2+1}\\cdots\1&a_n&a_n^{k_3-k_2+1}&\cdots&a_n^{k_n-k_2+1}\\end{vmatrix}$\
$\prod_{i=1}^na_i^{k_1}.a_i^{k_2-k_1-1}.a_i^{k_3-k_2-1}\begin{vmatrix}1&a_1&a_1^2&\cdots&a_1^{k_n-k_3+2}\1&a_2&a_2^2&\cdots&a_2^{k_n-k_3+2}\\cdots\1&a_n&a_n^2&\cdots&a_n^{k_n-k_3+2}\\end{vmatrix}$\
...\
$\prod_{i=1}^na_i^{k_1}.a_i^{k_2-k_1-1}.a_i^{k_3-k_2-1}\cdots.a_i^{kn-k{n-1}-1}\begin{vmatrix}1&a_1&a_1^2&\cdots&a_1^{n-1}\1&a_2&a_2^2&\cdots&a_2^{n-1}\\cdots\1&a_n&a_n^2&\cdots&a_n^{n-1}\\end{vmatrix}$\
$\prod_{i=1}^na_i^{k_n-(n-1)}\begin{vmatrix}1&a_1&a_1^2&\cdots&a_1^{n-1}\1&a_2&a_2^2&\cdots&a_2^{n-1}\\cdots\1&a_n&a_n^2&\cdots&a_n^{n-1}\\end{vmatrix}$\
$\prod_{i=1}^na_i^{k_n-(n-1)}\prod_{1\le i < j \le n}(a_j-a_i) > 0$
Nguyễn Thành Trung:
step by step to easy for lookin
Nguyễn Thành Trung:
Nguyễn Thành Trung:
Nguyễn Thành Trung:
Nguyễn Thành Trung:
Nguyễn Thành Trung:
Nguyễn Thành Trung:
Nguyễn Thành Trung:
ok yeah that makes no sense
otherwise you could "pull out" all the fucking entries like that, NOT CARING ABOUT WHAT THE ENTRIES ACTUALLY ARE IN ANY CAPACITY, and then conclude that the deteminant of an all-1s matrix is zero, which is CLEARLY BULLSHIT
that's EXACTLY what you did though.
no
yes.
oh that.
ok i'll give you that
now the first step makes sense
but the second no longer does
you can't just ignore those 1's now
you tried to pull out a multiplier of a_i^{k_3 - k_2} from each row
but miraculously $1/a_i^{k_3 - k_2}$ turned out to be 1!
Ann:
@undone garnet
i am talking specifically about the second transformation that you did to the det
but if you so insist
you tried to pull out a multiplier of $a_i^{k_2 - k_1 - 1}$ from each row, but then the first column somehow went completely unaffected by it!
Ann:
SO YES, THERE IS A LOT WRONG WITH WHAT YOU DID!
How can you tell if the columns of a m x n matrix (where m != n) are linearly independent from reduced row echelon form?
for example, with a 6 x 8 matrix
should there be exactly 6 pivots for the columns to be linearly independent?
a 6 by 8 matrix has 8 columns which are all vectors in R^6 so they are linearly independent precisely NEVER
So is the rule that you need n pivots for the columns of an m x n matrix to be linearly independent?
okay thanks
the dimension of a homogenous linear equation is the number of basis it consists of, right?
and the basis of the vector is whichever row/column that carries a pivot variable, right?
...what
ok let's just say
your question doesn't make any sense but if it did the answer would probably be no
,rotate
$dim\left(Nul\left(A\right)\right)=:dim\left(Nul\left(A^{:T}\right)\right)$
mehmet:
Is this statement always true? If so, what is that because
$Rank\left(A\right)=:Rank\left(A^{:T}\right)$ ?
mehmet:
Rank(A^t)=Rank(A) but nullity(A^t) != nullity(A) in general @simple vector
But is there a link between nullity(A^T) and nullity(A) or do I have to determine both Nul(A) and Nul(A^T) first?
Well if you know the number of rows of A, call it m, then nullity(A^t) = m-rank(A)
So for a mxn matrix, the link is nullity(A^t) + n = nullity(A) + m
Do u see why?
Yes that was it! Was looking for something my prof told me yesterday during the lecture but forget it lol
Thank youu 😄
Npnp
One follow up question: if I have a n x n matrix than nullity(A^t) = nullity(A)?
Wow thanks I'm gonna read some wikipedia now 🙂
Dont use wikipedia
If you haven’t learned it rank-nullity (in matrix language) just says that
rank(A)+nullity(A)= columns of A
This is because rank corresponds to the number of pivot columns in rref(A) and every column that does not have a pivot is “free”, corresponding to a dimension in the null space of A
yes, I know Rank(A) = total pivots in rref and Dim(A) = total free variables in rref. This makes everything fall together 😄
goodluck on your exam
Thanks 🙂
geen probleem
,$ \left(
\begin{array}{ccc|c}
\beta & 2\beta + 2 & \beta + 1 & 0 \
1 & 2 & 1 & 1 \
-\alpha & -2\alpha & \beta + 1 & 0
\end{array}
\right)
yami:
so i have this augmented matrix, what are the steps to find values for alpha and beta so that the system of equations has no, a single one, or infinite solutions?
There are some things to notice: 2beta+2 = 2(beta+1) which sort of corresponds to the coefficient of alpha. Think about how you can restrict alpha/beta so that the first and third rows look the same (linearly dependent).
Similarly for no solutions, think about how you can make the system inconsistent (hint use second row to compare to first or third rows)
how do i show that every real matrix is similar to a matrix in rational canonical form over R?
heres a proof of an exercise im gunna post here so ppl can point out inevitable errors 
ok wow zoph mean
hegel:
I mean if T is 3x3 then it has rank 2 else it is 3x2 it is nonsquare thus non invertable
Qed
@subtle burrow ik but those theorems arent in this book yet
UT may be square

But it's def not invertible
how do you get a square matrix operating on a R2 vector that spits out a R3 vector
ohh u right u right
this buk didnt even improve T is invertible iff T is non-singular for V and W of different dimension 
veri cruel
made me confos for a moment
I like your proof, it works
thanc
You can, with minor adjustment, show that a linear transformation can't make a basis larger
does this apply to any UT where U and T are transformations between spaces of different dimension?
with T from V to W and U from W to V
In general Rank(A*B) ≤ Rank(A)
Yes, that's what I'm struggling to say lol
You can't get the dimension of the output higher than the dimension of the input
So the image of U can't be R³
Well no, you can Rank + Nullity = Dim
But the important thing is your Higher Dim stuff will still be in a lower dim Subspace in the Higher dim
This is talking about the higher dim from lower not the U stuff
I believe in you
what defines a vector space?
as long as two operations are valid, vector addition and scalar multiplication right?
Copy/Pasting this as I've used it already
A vector space is a set that contains:
- Vectors, that you can add and subtract
- Scalars, that you can add, subtract, multiply, divide.
- A scalar multiplication, that takes a vector and a scalar, and returns a vector
As well, for vectors v, u, and scalars a, b, you get:
- Double distributive property:
v(a + b) = av + bv
a(v + u) = av + au - Associative scalar multiplication:
a(bv) = (ab)v
vector spaces are ass
ah gotcha
is it right to say that this is like the cartesian coordinate equivalent of functions,
functions in cartesian coordinate
transformations in vector spaces
There's a proper definition that comes in 10 axioms
tf
because the way i view vector spaces is like a very special kind of place where you can do vector math
hope that isn't a completely wrong way of htinking about it
That's fair, I imagine most people think of it that way. Ultimately, we generalize this idea so you can use the results of linear algebra on things that you might not see as "vectors" at first
not all vector fields are made of pointy arrows
Polynomials fit the definition of a vector space, so we can get linear algebra results on them
yes
so many interpretations of vectors
but the math version of vectors breaks it up to like the most basic and fundamental of it, it's nuts
math version of vectors?
i.e
vectors are sets
the physics version of it is udsually denoted by a bunch of arrows, the CS version of it is usually denoted by arrays
We kept what was necessary to get the important results. All vector spaces have a basis, a dimension
They have eigens too!
vectors are n-tuples, prove me wrong
in my notes,
H is a subspace of V if
0 is in H
H is closed under vector addition
H is closed under scalar multiplication
I get this, but then on the bottom, it says that these three statements are equivalent too
H is non empty
same
same
why is
0 is in H and H is no nempty
the same
vectors are not n-tuples
or equivalent
prove yourself wrong and study more
I misunderstood
You can see that it's necessary for a vector space to have a zero vector, before we can actually call it a vector space
A subspace is just a vector space that fits in the vector space
for a vector space to be a vector space, you just need 2 things, vector additoin and scalar multiplication
So it also has that zero vector
vector spaces are just weak fields, prove me wrong
a subspace is a subset of a vector space that has one additional property, 0 is in the subspace
but how come vector spaces alone don't need the 0 vector?
subspaces do?
They all do
why don't we have to explicitly state it for vector spaces?
shit rly?
I gave the crappy sparknotes version of a vector space earlier because I didn't think you were working in this much detail oop
oh no im just curious, studying for an exam tmrw
it is bullet point D
oh in vector spaces, is it just kinda implied
All vector spaces need a zero vector. It's one of the rules that a vector space needs to follow
then how come, for example, when you have to show something is a vector space, you only show 2 things, but when you attempt to show a subspace, you have to show 3 things?
- vector addition
- scalar multiplication
- 0 is in the space
You might have had a shortcut version. It's very easy to show something is a vector space if you're using regular addition, regular multiplication
You can have much more exotic spaces if you mess with the limits though
Like a vector space where the scalars are the integers mod 3, this should work
i think i just need a bit of help with terminology, gimme a sec
Let S = {v1, v2, .., vk} be a subset of V. Then Span(S) = {c1v1 + c2v2 + ... + ckvk | c1...ck is in F} is a subset of V
wtf does this really mean
I like to think of a "set" as a jar that can contain things
uh huh
S is the name of the jar. In it, you have some vectors
V is another jar, it also has vectors
oooh
S is a subset of V, if every element in the S jar is also an element somewhere in the V jar
but how come Span(S) is a subset of V, not Span(S) is a subset of Span(V)
One might say that V has everything that S has, plus more.
i'm not understanding osmething here
like how is that logically possible
Span(S) is a subset of V
name an element of Span(S)
not Span(S) is a subset of Span(V)
and it's in V
Let's say that S = {[0, 1]}
yup
[0, k] where k can literally be any number
is [0, k] in R^2?
but then V = {[0,1], [1, 0]}
Every space is also a set of vectors
holy shit my brain this is confusing
it is the set of all two-dimensional real vectors
oh so V is the set of all two dimensional real vectors
A set is a collection of vectors that don't need to follow any rules
A space is a collection of vectors that also follow those rules I put above
(or the set of all functions from {0, 1} to R lmao)
V = Span(E), where E is the standard basis im assuming
yes
i mean it doesn't have to be the standard basis tho xd
If V contains a set of vectors S
Then V contains Span(S)
Which is to say Span can't leave vector spaces
Span is the least number of rules that you'd need to have a vector space
but
how is the 0 vector guaranteed?
wait nv
m
that was stupid
all coefficeicnts = 0
duh
bro lin alg is big brain math
Math: "How do I turn this set into a space doing as little work as possible?"
Nobody:
Math: "Oh yeah, use the span"
Let W be a subspace of V
Let v0 be a fixed vector in V
Then v0 + W = {v0 + w | w in W} is an affine subspace of V parallel to W
i want to say i get it, but i don't
cuz idk how to put this into my own words
I'm not too sure what affine means in this context, help someone
ah rip
im pretty sure affine subspace is just a 'coset' of the subspace.
like let U be a subspace of V
let v be in V
an affine space would be the coset v + U.
I think ive heard a prof using that term to describe the solutions to nonhomogeneous linear odes
wat
Know any differential equations? That's a great example of using vectors that aren't usual vectors
Or, that aren't arrows, I should say
nop dont know any DE, dont ever plan on doing that ever
We say two vectors u,v are collinear if, for some scalar k,
u = kv
uh huh
Actually, you just want this in your own words? Imagine a plane. Now imagine translating it. These planes are parallel, and there's an affine transformation between them
Let V and W be vector spaces, and Let T:V->W be a linear transformation
Why is the ker(T) a suspace of V, and Im(T) a subspace of W
do i just refer back to the definition of a subspace
- show 0 vector exists in ker(T)/Im(T)
- show vector addition holds true
- show scalar multiplication holds true
Yeah, if addition and multiplication are regular
You'll need the axioms of a linear transformation
gotcha
another question
Let U be a subspace of V
Show that the following are equivalent
(1) 0<=dim(U)<=dim(V)
(2) dim(U) = 0 <=> {0} = U
(3) If dim(V) is finite, then dim(U) = dim(V) <=> U = V
how the hell do you tkae the dimention of a vector SPACE
like
waT
So all vector spaces have a dimension
how tf
Dimension = number of elements in the basis
ohhhh
but couldnt the number of elements in a basis vary?
oh wait it can't
because if the number of elements in a basis vary, then the property of linear independence won't hold
bro this makes so much sense
there is like a sweet spot of number of elements in a basis of a vector space
That mineswell be the "fundamental theorem of linear algebra"
then the property of linear independence won't hold
what if you are short vectors in your basis?
Any two bases of a space have the same number of elements. It's an invariant to the space
if you are short vectors, then the span won't hold
And no it's not the fund thm, but it should be lol
Remember some vector spaces don't have "entries"
Actually, no forget I said that. Even a vector space with 3 "spots to put numbers" can be of dimension 2
wat
Like a plane in 3 space
Is a 2D vector space, but you can't picture it without a 3D picture
I'm using two different kinds of "D"s here oop
nice D
damn doing mathematics is almost like english holy shit
the definitions are so precise
They are lol. Sometimes it's thicc
Layers of layers of definitions. Pure math does a lot of this
i secretly like english
actually no fk this
this is torture
like
but the thing i
it's actually making a ton of sense
ah i foudn the right word
maximal linear independent set and minimal spanning set, usually means an n*n
wait another question
what does isomorphism mean in the context of linear algebra
An invertible linear transformation T:V->W is an isomorphism if V nd W are vector spaces and there is a linear transformation T:V->W that is an isomorphism, then V and W are isomorphic
@paper egret
A linear transformation that has an inverse that is also a linear transformation
"Isomorphism" is an arrow that has another arrow that undoes the first
To be general about it

bruh
nani
Isomorphism = linear transformation that has an inverse
how can a linear transformation have an inverse
Also a matrix that has an inverse
This could also be the fundamental theorem of linear algebra lol:
Every linear transformation can be represented with a matrix
finite
So if you can choose to work with a matrix, or a linear transformation any time you want
An invertible linear transformation = a matrix with an inverse
wait is that it?
so what you call
matrices invertible, you call transformations isomorphic
We say that two vector spaces are "isomorphic" if there's an isomorphism between them
This essentially means that, in terms of linear algebra, these are the same space.
same space as in
same dimensions?
i dont understand what they mean by the same space
what defines two spaces to be the sae?
same*
If there's an isomorphism between them
Oop, I'm getting circular
Basically, if an element in the first space can be matched to an element in the second space, such that algebra works the same way on each element
You're going into one probably soon, change of basis is an example of this
Take two bases. Show there's an invertible matrix that goes from one basis to the other. The space these bases span must then both be the same space
Sry, this might be getting too technical. In easier terms, if one space maps onto another with an invertible matrix, they're actually the same space
i dont get the idea of mapping onto another spae via an invertible matrix
like how tf is that supposed to work?
something like this?
v -> A -> w
w -> A^-1 -> v
?
Take a vector, use a linear transformation to map it.
OR
Take a vector, multiply it by a matrix
Both the same thing
ok yiea i understand that
that makes sense
i dont get how the invertible plays a part in ths
If that matrix/transformation is invertible, then the two spaces you're mapping between are actually the same space
We say these two spaces are "isomorphic" to make this rigourous
is there a proof for this?
Sadly it's a definition. We're defining "same space" this way
oh
a definition
no proof
gotcha
so we define invertible to be isomorphism for vector spaces, gotchu
see, i was trying to like picture the math in my head
and was like
nani
Because if you change what the elements "look like", this doesn't change what the space "is"
And an isomorphism captures this idea
You'll see much more of this if you go onto abstract algebra
There is hardly anything more mathy than abstract algebra
hmm
say U and V are isomorphic vector spaces --- Although U and V may be different sets, they may be regarded as indistinguishable
(or equivalent) algebraically. AKA U and V both represent just one underlying vector space but perhaps with different “labels” for the elements.
an excerpt from a tbook
damn that isnt confusing at all .-.
Here's an example. Let's say I'm working in R² but rather than using the vector (1, 1) I just start calling it "bob"
bob + (2, 3) = (3, 4)
uhhh okay?
I think you'd agree this didn't change anything. It's just a name
bob <-> [1,1]
wait wtf
This is still R² I'm working in
So this "new" space I made up is isomorphic to R²
like i want to say i get it, but i dont think i get it enugh to explain it to someone
uh huh
We call this the "bob space".
The bob space is isomorphic to R²
Because there's an isomorphism between them
uh huh...
bob space is very useful
at this point i'm just gonna thnk of isomorphism as same
we should use bob_2 to denote the 2-dimensional bob space
Like, 2 + 3i is the same as (2,3)
If you're ignoring that complex multiplication can happen
ignoring complex multiplication can happen?
You can't multiply two vectors in R² together
You don't need vector multiplication for a vector space anyway
(1, 1) + (2, 3) = (3, 4)
(1 + i) + (2 + 3i) = (3 + 4i)
yes
In that sense, you can choose to work in R² or C. They're isomorphic
It's different "labeling", algebraically without labels they're identical
Even though they represent very different things, they're both the same vector space
like i understnad what an isomorphism is in other contextx, in graph theory for example
but vector spaces wtf
Same idea. A way to say two graphs are the same
Without considering the unimportant stuff
wait random question, lets say you have
Ax =b
does that mean
A^-1b = x
wait no duh
im retarded
so invertible means map to each other
in both ways
Does linear independence also imply othorgonality
No it does mean that, goon
One might say that we use this to solve a system of equations
oh
Ax = b, you know A and b, find x
x = A'b
A system has a unique solution if A is invertible
is it right to say inverbiel is like inverse function
Every matrix can be thought of as a function, yeah
Specifically a linear transformation
Which is a special function!
a function has an inverse if it has a bijection
bijection inverse
i think im starting to get it
Very nice! It's true
Also, isomorphisms are bijective linear transformations
By that same logic
yes...
ok now i understand the definition
now comes the intuition]
kk ima go hang myself
Grats, this will make it much easier when you get to abstract, when isomorphisms mean everything
it's basically just saying we can just swap back and forth what kind of "labels" we put for an isomorphic vector space. a "transform"
hmmm
It's a weak condition on vector spaces, because there's very few examples where two regular spaces aren't "obviously" isomorphic. For more exotic spaces this notion is useful
do you have any more numerical examples for isomorphic vector spaces?
the one you gave R^2 to C was helpful
the span of any k linearly independent vectors in R^n and R^k, where k<n
are isomorphic
wat
Any two planes in 3 space
are isomorphic with just the xy plane
for example
it's a pretty simple thing if you think about it
Row vectors to column vectors
You can map one plane onto another
Or map backwards
OH
wait thatm akes so much sense
nani
the
fuck
how can something be so confusing, yet not confusing

You can choose which plane to do math in, they'll both give the same result
hmmm gotcha
and you can find an isomorphism of any n-dimensional vector space with R^n
And an invertible matrix takes you from one to the other
welp, this was a freakin awesome study session for me lol
thanks to everyone who helped out
Lol np. Got swept up into it. Feel free to ask if you have anything else
not relevant but I just noticed you're an emoji mod Kaynex 
my favorite emojis are all on this server
+1
I've not done like any of them oop
I probably still shouldn't have that role
Mnnip and Woog and Flimflam are responsible for a lot of them
this is one of the major reasons to do isomorphisms
you can convert a linear function between two abstract vector spaces
to a matrix
Actually pretty cool to understand why you can matrix, rather than transformation
hmmmm
[]_a and []_b we just learned that
i think
dude lin alg is such a mind fuck
lin alg is everywhere
it shows up a lot more in calculus than I thought it would
like all of it after a certain point
It's all very natural. The theorems are usually something you could guess, but the terms are the hard part for many
I like lin alg btw didn't know if you knew that
lin alg is great
if something can't be solved with lin alg, just approximate it somewhat so it can
:^)
The question asks when this matrix is invertible, but I don't think it can be inverted. How can it? A is a (n + 1) x (n + 1) matrix. a is an unknown n-vector $A = \begin{bmatrix} I & a\a^T & 0 \end{bmatrix}$
skippi:
well immediately we can see that it's not invertible if a is all 0s
so we can try to see if that's the only case or if there's more cases
What's I?
The block identity matrix of n x n
the n x n identity
Identity n-vector?
The way I've been trying to approach this problem is by finding a solution for $ A^T A = I $, but I have to be approaching it wrong 🤔
skippi:
Compile Error! Click the
reaction for details. (You may edit your message)
look at its determinant
if the kth value of a is non-zero, then the last row can only be linearly dependent on the previous rows if the kth value of a^T is 0
which cannot happen
obvious contradiction
expand along the last row or column, det = 0
Indeed. You just need to be sure the determinant is not the 0 matrix
and so I think it's invertible as long as a isn't all 0s
aa' = 0
I see. I can see the intuition for it being non-invertible when a is the zero-vector, but struggling with the rest.
I read the determinant answers as well, but I'm trying to not prove like that because this class hasn't introduced it at all.
Well, you could use guassian elimination too
But apparently we have both vectors and matrices in this matrix so idunno
when the kth value of a is non-zero, that means the final row cannot depend on the kth row of the matrix. This is because the (n+1), (n+1) value is 0, so it cannot depend on all 0s and a non-zero element. The kth row has a 1 in the kth entry (because of the identity matrix), which is the only non-zero element in that column. That means that the only way the final row is not dependent on that row is if the kth element of the last row is 0. Our premise was that the kth value was non-zero, so requiring the kth element to be 0 is a contradiction
you get the same conclusion with aa' = 0
since aa' >= 0 always
with equality only when all the values are 0
found a funny thing just playing around, I pick a constant C for the last spot:
$\begin{pmatrix} I & a \ a^T & 0 \end{pmatrix} \begin{pmatrix} a \ C \end{pmatrix} = (C+1) \begin{pmatrix} a \ C \end{pmatrix} $
Thanks @steady fiber . Need some time to consume that 😰
Merosity:
you can force this equation to be true by setting C to be one of the solutions to the quadratic:
$2a^Ta = C(C+1)$
Merosity:
when C = -1 then we have a non invertible matrix
I dunno, probably not super helpful in hindsight, but it seems natural to want to multiply it by a vector containing a with a free constant at the end and poking around
(obviously what I just said is not that useful because aside from the 0 vector no vector is perpendicular to itself)
What's the solution to the equation Ax = b when b = (0,0,1)?
Inconsistent
Oh so for every possible vector b?
Yus
Np, feel free to ask if you need anything else
Kk 😀
They're hiding a term from you. We call this transformation "surjective" or "onto" because everything in R^m is a possible output
Is an invertible matrix necessarily orthogonal?
no
omfg wait, now I understand your explanation
Trying to prove this via orthogonality is dumb because it's nonsense... so that means the sensible way to solve it would be to prove that the set of rows and columns are linearly independent.
Or actually, I only need to solve one of those because the other is implied
If a matrix A is nilpotent for $A^k = 0$, is it implied that $A^n = 0$ for all $n < k$?
skippi:
I'd assume yes because matrix product is associative, but I'm not sure why the definition of nilpotent is defined specifically in this fashion.
Why exactly k 🤔
hm what? Do you mean n>k?
uhh
for all n<k implies A is the zero matrix
n=1 tho
^ yea
🤦
So I guess it stands true for all k != 1?
Ah but that doesn't make sense 🤔
Cause k = 0...
im not sure why you would think that you can say anything about n<k
no, nilpotence is defined as the existence of a number k s.t. A^k = 0; it then follows that A^n = 0 for all n >= k
but for n < k it is impossible to say anything
Wow, that confuses me in more ways than I want
if k is the nilpotence index of A, i.e. the smallest exponent that annihilates it, then of course A^n will not be zero when n < k.
it's not that complicated a concept though is it
Just reading that, I want to figure out a counter example where A is nilpotent for, idk, k = 5 and say $A^4 \neq 0$
skippi:
💢
Yeah ig
I want a counterexample to understand why nilpotence is defined as you wrote it
try $A = \begin{pmatrix} 0 & 1 \ 0 & 0 \end{pmatrix}$
kxrider:
$\begin{bmatrix} 0&1 \ &0&1 \ &&0&1 \ &&&0&1 \ &&&&0\end{bmatrix}$
Ann:
voilà, this matrix has a nilpotence index of 5
i.e. raising it to the 4th power won't annihilate it but raising it to the 5th power will
@unkempt robin
Ah, okay I'm going to tinker with that for a bit
Do I assume the blank entries are 0?
blanks stand for 0 yes
Ok just checking, a lot of this syntax is new to me 🤣
the 0s on the diagonal are written explicitly to make clear the location of the 1s
Okay, now I see that nilpotence definition 100% makes sense
Hm. That should mean $(I - A)^{-1}$ converges for any nilpotent matrix 🤔
skippi:
Compile Error! Click the
reaction for details. (You may edit your message)
Wait... okay yeah, I think that's right. It should make sense from what I learned just now. Nilpotent matrices will always converge to 0 once they reach a certain power.
Is it wrong to say that it converges?
Hm, I guess that particular expression doesn't really converge, but it can at least exist
Convergence is something that a sequence does
A matrix has an inverse, or an inverse exists
How can I solve this?
I thought (1/2)^3 * det(A) * det(A) = 1/det(A)
det(A) = 8, but the answer sheet says it is 2
how did you get det(A) = 8
(1/2)^3 * det(A) = 1
and how did you get that
(1/x)/x = 1? are you sure of that?
nope, it will give 1/x^2
yeah so
now im more confused
the exact same thing will happen if you divide both sides by det(A) in your equation
you won't get 1/8 det(A) = 1; you'll get 1/8 det(A) = 1/det(A)^2.
are you able to solve the equation $\frac18x^2 = \frac1x$ for $x$?
Ann:
x^2 = 8/x ?
are you able to solve the equation $\frac18x^2 = \frac1x$ for $x$?
Ann:
$x = \sqrt(\frac{8}{x})$
mehmet:
do you know what it means to solve an equation for x?
to get a value for x?
no, it means to rewrite the equation in such a way that it has x (and only x) on one side, and the right hand side does not have any x's
oooh I get it lol 😄
then I get 1/8x^3 = 1
and x^3 = 8
x = 2
oh wow this is elementary school math, why was I doing such weird things lol
bruh
Kms Kaynex isomorphism was on my exam
<@&286206848099549185> I asked long time ago please help when u r free 🙏
care to repost your question?
@honest swift
$\begin{pmatrix}1&-2&-1&1-2a&1\ :2&-3&a&5&3\ :-1&1&a+1&a-1&2a\ :0&2&-2a&-2&2\end{pmatrix}$
<3 Hoodie <3:
What is the simplest way to solve this matrice?
I always manage to go the long way and increase my chances of making a mistake
what do you mean by "solve this matrix"
is this a matrix representing a 4 by 4 system of equations
ok
But I was wondering why I can’t do AA^(-1)(x1,x2) instead
wdym
AA^-1 is just the identity matrix
by definition
so like
what exactly were you going for these
uh wdym
They somehow equal two different things
okay so like
first off
$\begin{bmatrix} -9\11 \end{bmatrix} \begin{bmatrix} 1&1\-\tfrac75 &-\tfrac85 \end{bmatrix}$ isn't even defined
Ann:
Oh ya true
Ann:
especially not when A and C aren't of compatible dimensions!
@dusky epoch what did a b c correspond to
Hrm given an orthogonal matrix P = [p_1... p_n], if I square it , what happens?
i.e, if I do P * P
Then that's [p_1... p_n] * [p_1... p_n], does that equal to [p_1^2 ... p_n^2]?
what is p_1^2
more like doesn't make sense
i mean the orthogonal matrices form a group so the square of an orthogonal matrix is again orthogonal
yes
and is also guaranteed to have determinant +1
but other than that nothing of interest can be said in general
well
This is what the question says
So my idea is that uh because A is symmetric, we have that there must exist some P orthogonal, D diagonal such that $A = PDP^T = PPD$
Liria ^(;,;)^:
And I thought that maybe there'd be something to do with the properties of PP?
Is matrix multiplication just row reducing?
Because I just realized I can do this by row reducing
That's fine
So what’s the deal with this?
What’s the pattern between this and row reducing and inverse
I’m curious
You're right that they're kind of the same
At least, row reducing can be thought of as multiplying by a particular matrix
Oh
@north sierra
If you row reduce a matrix, and do the opposite steps onto an identity matrix, that gives the inverse
With a block matrix, you are computing A'b without computing A' first
@everyone i need help
@wintry steppe what the actual fuck do you think you're doing, pinging everyone in a server with literal THOUSANDS OF PEOPLE ONLINE AT ANY GIVEN MOMENT
it's disabled for a reason
i need help
yeah, go ahead and keep saying that instead of... idk, being more clear about what you need help with
can you help me
since you haven't posted any problems, no i can't, because i don't even know what you're having trouble with.
@wintry steppe lol don’t ask for help man just send the question
i'm surprised my message was apparently not something they could take as a cue to do so already
or maybe they chose not to
Wait if I have an orthogonal matrix multiplied by an orthogonal matrix, the result is orthogonal, which means that it has nullspace = {0} right?
yes all orthogonal matrices are invertible so of course the nullspace is trivial
If I have $A = PDP^T$, then I also have $A^k = PD^kP^T$ for some orthogonal P and diagonal D
Liria ^(;,;)^:
Can I go and do anything to the $PD^kP^T$
Liria ^(;,;)^:
wdym
Like I want to show that
So I'm thinking taht theres' something to do with PD^kP^T
But uh P^T is orthogonal so it's nullspace is 0 and so it's a linear mapping right?
Hrm
Do you have any hints or what direction I should be looking at instead, Ann?
i am afraid i can't say much w/o spoiling the problem but consider the minimal polynomial of A
Uh I don't know what a minimal polynomial is
Is that like the characteristic polynomial...?
yeah bc you post an incomplete problem statement. and in the wrong channel, too.
If A is symmetric, then A is diagonalizable, and the diagonal matrix that it's similar to will have values equal to the eigenvalues, so it will have a characteristic polynomial of the form
$(\lambda - \lambda_1)(\lambda - \lamda _2)... (\lambda - \lambda_n)$, where there is some $\lambda_i = \lambda_j$ for some $i \neq j$ right?
Liria ^(;,;)^:
Compile Error! Click the
reaction for details. (You may edit your message)
Given Matrix A in the question I posted
Why is it -2 -2 and -3
and not 2 -2 and 3
Isn't it + - + for the first row when using cofactor
Depends on the teacher
Some make simple concepts seem way harder than they are supposed to be and then you youtube the information and it clicks
lol i'm terrible at it. i got a 57 on my last midterm (the median was 52 but still) 🤕
RokettoJanpu:
j and k are just saying there's a left inverse and a right inverse
incidentally the left and right inverses are equal and it's about a 1 line proof
Ohhh
Would this be no because it would be linearly dependent?
Or would it be no for another reason
what's "it"
The matrix sorry
one speaks of LI sets of vectors, not single matrices
linear (in)dependence is not something that makes sense for a matrix
what set of vectors
Nvm
@north sierra just be more specific when referring to a set of vectors or a matrix whose columns consist of those vectors
there are many ways to explain why a 5 by 5 matrix whose cols don't span R^5 cannot be invertible
Hey! I'm trying to do a ellipse regression on a curve in 3D space. I suppose I should apply some kind of least square's method, but I'm sure how to do this in 3D-space. Should I first apply a change of basis to the plane's coordinate system that the ellipse lies in, and then do the least square in that plane? Any help is appreciated! =)
Does this make sense so far? I just want to double check, I think it makes sense but I'm not sure
graphically speaking, is the vector -u just the vector +u except flipped?
how does one express $\mathbb{R}^4$ verbally
mike0x81:
R is a set of numbers in real space with 4 numbers?
I say "R four"
okay ty
I think most people do too, in my mind I can hear other people saying "R two" and "R three" much more often though
oh okay its just my first time seeing it so i didnt know if theres a specific way
thanks for ur help
R tesseracted 
It is just R 4
Im working with the Leontief Equation and could someone please explain how we calculated (I-C)^-1
its
1 / det(Matrix) * adj(Matrix)
its divided 1 by the determinant of the orignal matrix
then multiplying that by the adjucate matrix
thats how u find inverse
with determinant
anytime
If we have matrix A multiplex by matrix B (mxm matrix) and it equals to the identity matrix can we say that A and B are both linearly independent
Like for this equation how do we know that ax=b has a solution for any b
Is there a quick way of checking if i^(n), where n is a even number , how do I know if its +1 or -1
I can't figure this out
if the transpose of a is an n x m matrix and b is in R^m then transpose b is an n x m matrix right, but that implies it equals y which is an element of R^n
if E*F = I then F = E^-1 and E = F^-1
so E * F = E * E^-1 = I
and F * E = F * F^-1 = I
they are each others inverses
i dont want the answer, just to clarify, to change bases
here's what I got
P_(E <- B) = [[v1]_E | [v2]_E | [v3]_E]
how do i evaluate each of those individual vectors
nvm
im dumb
are stirling numbers an actual thing 👀
in order to find vector equation of a line why does the formula involve the vector of two points rather than just two points
q = R + t(P-R)
is k a constant
That's the line between two points. Between the two lines is 0 ≤ k ≤ 1
I don't know what you're asking though, Mike
me neither kinda, i was just introduced to the topic of "Vector Equation of a Line"
and it seems more complex than necessary
the formula given is q = P + t(R-P), where q, P and R are vectors
with space R^3
It is more complex than necessary, yeah. The common one is
L = P + tR
That's a line that passes through a point P, and has direction R
I can't say I really know how to answer that without saying something circular
"It goes that way"
Like, in 2 space, (1,1) goes diagonally up and to the right
do we assume the tail is at origin
L = (0,1) + t(1,1)
Is a line that goes diagonally up-right (or down-left) and passes through (0,1)
Yes, vectors start at the origin here
You can find any point on it by choosing a value for t and simplifying
OH mb I see what your form is now
Yours is the line that passes through two vectors P and R
Mine is the line that passes through a vector, and has the direction of another vector
In yours, if you let t = 0, you get q = R
If you let t = 1, you get q = P
That's a good interpretation, yeah. Our two equations are very similar
Ah I see I guess i should plug in some values for t and play around and see what I get
to learn general behaviour
awesome, thank you
Np, feel free to let me know if there's anything else
🙂
Idk if my brain is not working or what
But how did they get from 2nd last eqn to last one
Let's say you want to multiply rref(A) by [x, y, z], and get [0,0]. What equations do x, y, and z need to satisfy?
See im confused becausw now theres lesd than 3 rows
Are you having trouble with the multiplication?
No I just dont understand whats going on here to reach that end point
So you're having trouble getting to the second last part as well?
Yea maybe im not understanding whats going on here in the second part either
Wait no I do
Its really is just the third part Idk the steps they took to get there
Do you see how they got rref(A)?
Yes, they just row reduced the matrix which is the column picture of the system
