#linear-algebra
2 messages · Page 51 of 1
Ah yes! Sorry I’m trying to work out the math quickly as we speak. Making algebraic mistakes! It’s [ 0 0 1]^t [2 0 0]^t [ -1 1/2 1]^t
And just want to confirm part c is A^-1*[T]B?
If you’re using the matrix TB from part b, then it does actually have the form A^-1[T]A since you have to correct for the TB inputs AND outputs in beta. When you first posted you q, I wasn’t looking at it in the context of part b. Sorry if that causes confusion...
any ideas on how to show they form a basis for R^N?
I found the determinant of this matrix to be 3a-3 but why do I get a solution when a=1, shouldn't there be no solutions when det=0?
@quartz compass Show they're independent?
That was my first thought, but I'm not sure how to show it
yeah
they'll be linearly independent if you can find nonzero scalars that sum to make 0
$c_1 \vec v_1 + \cdots +c_N \vec v_N = \vec 0$
Merosity:
suppose you have it
now take a dot product with one of the vectors with nonzero coefficient and see what happens
almost
they're orthogonal, but I don't think they said they were necessarily orthonormal did they
oh then you're fine
otherwise it'd just by multiplied by the length squared
weird, I wonder what they had in mind, I basically did part d to solve part c, oh well
if you're using gram scimdt for a set of 3 vectors
v1 is easy
but is there a way to check if my work is right for v2 before moving onto v3?
cause like messing up one step will mess up the rest since its recursive
any idea
#multivariable-calculus @undone garnet
use the hint
well
do you know the relationship between how many solutions a system has and the det of its coefficient matrix
surely you must have gone over that in class
yes so what must det(B) be then
and det(AB)?
why
yup
so how many sols does ABX = 0 have
so which is it
well there you have it then
you have a solution, more specifically the zero solution
and you can't have only one
so you must have infinitely many
in 2d space, is there a special name for the linear transformation that makes i and j linearly dependent?
singular?
A matrix is singular iff it has determinant 0.
for a square matrix with a col of 0s, what do you think?
cool
why don't you try expanding along that col to work out the det
or use something about linear dependence of the matrix's cols
Ok guys I need a concept check
So if a matrix is singular
Then one eigenvalue is 0
So the kernel is a subset of eigenspace right?
But if the matrix is non singular
The kernel is NOT a subset of the eigenspace
But can we say that the kernel is the eigenvectors for eigenvalue of 0? Just following from the definition of an eigenvalue
yes. yes we can.
Even tho there is technically no eigenvalue of 0?
well if 0 isn't an eigenvalue then your kernel is trivial
If an eigenvalue is zero, then its eigenspace = the kernel
If I want to find a line through 2 lines in R^3, do I just take a point on each line and calculate it from there?
Sure
Cool, thanks!
"prove that every square matrix can be expressed as a sum of a symmetric and skew-symmetric matrix"
would appreciate h e l p
I didn't know that. Cool.
hmm
wonder if eigendecomposition will help
we're assuming real entries, yes?
yes
wikipedia says
Add it with its transpose and subtract it with its transpose
the eigenvalues of a skew-symmetric matrix are purely imaginary
icy's method is probably more straightforward
hmm could you elaborate a bit more?
I was actually thinking I gave too big of a hint
Here’s another hint: the same is true for even and odd functions
How does the proof work there?
I think I can do it, I'll try it out
oh wow that was... easier than I thought
matrix + transpose gives one while matrix - transpose gives the other
@gleaming knot this way seems obtuse after your hint but can we say that by density we consider diagonalizable matrices and write the real and imaginary parts of the JNF eigenvalues?
thxthx
Well a matrix with real eigenvalues isn’t necessarily symmetric
oh right, it's necessary but not sufficient
Yep you can conjugate a matrix by a non symmetric matrix and it doesn’t change its eigenvalues
and conjugation by such doesn’t preserve the symmetric property
what do you mean by conjugate a matrix by a non symmetric
More than once I've had to yell at the demon in my head that whispers to make a density argument for lin alg proofs by considering the space of symmetric matrices
It's the devil on my shoulder
tempting me to sin
You can cast it away by telling the devil that the dimension of the space of symmetric matrices is strictly smaller than the dimension of the space of all matrices
or I can just pull out an airhorn
doesn't work well on an exam though
the airhorn
hm. what's the dimension of the space of symmetric matrices? 
give me aclue, don't tell me the answer
Count how many independent entries you can put in the slots
n(n+1)/2 ?
Yep
😱
one day lin alg, one day multi, one day complex analysis
3 hours each
I'm scared
I failed the first time but you can take it more than once
oh let me post one I was having trouble with
practice problems from previous years
Part 1 :
Let $A$ be a $3 \times 3$ matrix with all $0 \le a_{ij} \le 1$
gfauxpas:
Show that $\det A \le 2$ and find such matrices with $\det A = 2$
gfauxpas:
so uh
I figured I'd approach this using a greedy algorithm
on the signs of the cofactor matrix:
$\begin{bmatrix} + & - & + \ - & + & - \ + & - & + \end{bmatrix}$
gfauxpas:
Just fix the first row then consider 2x2 minors from then on
Instead of recording
Recursing*
gfauxpas:
Compile Error! Click the
reaction for details. (You may edit your message)
uh
what went wrong
in the latex
$1 \begin{vmatrix} + & - \ - & + \end{vmatrix} + 0 + 1 \begin{vmatrix} + & - \ - & + \end{vmatrix}$
gfauxpas:
gfauxpas:
gfauxpas:
so that's an example of a matrix with det(A) = 2
but I didnt really prove you can't get higher
but i wanted to use uihh what's it called
linear programming
not the algorithm, just the theorem that linear programming works
I need help formalizing my thoughts
that to maximize a matrix with entries between 0 and 1, you consider only the "simplices" where entries are 0 and 1
you cna ask Eddy I'm not in a rush
Given these 2 lines, if I want to find a vector orthogonal to them both can I just use s,t=0&1 and get a vector from that and take the cross product or am I supposed to use their directions vectors? https://gyazo.com/5e73acd8098dddc9b72060ce7ed50ff3
why not go one step further with your question. Can you just take s = t = 0?
You mean cross product of (1,0,-2) x (2,5,-1) ?
If taking s = 0 t = 1 would work, then I think taking s = t = 0 would also work. I'm just making your question more extreme
Oh sorry I might have been unclear
I meant to take both s and t equal to 0 and 1 to get 2 points on the line to get a vector
But not sure if that is right
aah
well
because lines through the origin are subspaces
you only need to get a basis vector for each line
and then take the cross product
yes?
Those lines aren’t through the origin though
oh, so they're not
Vectors on the line aren’t gonna be parallel to the direction vectors
I read it too quickly
Sorry what do you mean Icy
what are direction vectors, unit vectors at the origin?
$\ell_1(t)$ for some random $t$ isn’t gonna be parallel to the direction of $\ell_1$
Icy001:
If it's in the line how is it not or am I understanding you wrong?
The vector represented by $\ell_1(t)$ is the vector from the origin to that point
Icy001:
Sure, so if t=1 I get (3,2,1)-(1,0,-2) right? Which gives me the vector (2,2,3)?
So say I do this, does the cross product give me the vector which is orthogonal to both the lines?
S=(3,2,1)-(1,0,-2)
T=(3,6,0)-(2,5,-1)
S x T
You can check the orthogonality yourself if you aren’t sure
Ugh, why didn't I think of that, thanks.
:)
Okay back to my problem if you are still willing to help.me icy?
This is only part 1 btw
I can’t spend too long thinking about it but first consider when one of the top entries is 0
Mm hmm
Oo I got something
The three 2x2 minors (with appropriate sign) can’t all be positive
Simple algebra inequality manipulation
That solves it
No the determinant is cubic in the entries not linear
So you can’t use linear programming
the answer key reduces it to entries 0 and 1 only but I dont understand its reasoning. the answer key is by students so it might be wrong
Oh hold on
It’s linear in each entry if you fix everythjng else
So fixing 8 of the 9 numbers
The determinant is linear in the last number
so you can use linear programming?
So reducing it to 0 or 1 does work
okay great, that makes it more tractable 🙂
My way is simpler and doesn’t require reducing it to 0 and 1
Prove at most two of the three minors with the appropriate sign can be positive at the same time
You’re basically done then
if all 3 were positive you wouldn't be at a maximum?
It’s impossible to have all 3 positive is what I’m saying
hmmmm 
oh
because if all entries are between 0 and 1
uh
then the product of them is also betwen 0 and 1
no, I dont think Im going the right way
$\begin{vmatrix} a & b & c \ d & e & f \ g & h & i \end{vmatrix} = $
gfauxpas:
$a(ei-hf)-b(di-gf)+c(dh-ge)$
gfauxpas:

yep and I’m talking about the terms ei-hf and so on
I think that’s all the hints i will give
I guess I'll come back to this in an hour or so because I'm not seeing it. Thanks for your time icy
Let's say I have an orthogonal matrix
But it isn't square
Call it V
Would V.T * V = I?
I being the identity matrix
"orthogonal matrix" is a term used to describe a type of square matrix
k
But
Instead of NxN
It’s Nx(N-1)
That’s the trick for this problem
Any ideas?
I think it’ll end up being I
The entries of $V^TV$ have a neat description in terms of the columns of $V$, just derive it from the definition of matrix multiplication
Icy001:
You’ll find the problem pretty tautological once you do this
elementary matrices represent row operations
they did the row operations for you
now just find the elementary matrix representation
Basically
You can do row operations on the identity matrix
And multiply it
To get the same thing
iirc
Someone correct me if I’m wrong
I remember this being a homework problem for me once
@gleaming knot 1 > 1 is the contradiction?
I simplify the inequalities and all the variables end up being 1
assuming all three equalities hold
so I get 1 > 1
I don’t understand very well
I have a set of three inequalities
$\begin{cases} ei > hf \ di > gf \ dh > ge \ 0 \le a,b,c,d,e,f,g,h,i \le 1 \end{cases}$
gfauxpas:
yes?
and when I simplify this, am I uspposed to get a = b= c= d = e =f = g = h = i = 1?
Oooh
Because the coefficient of that is negative so to maximize it need to make it negative
Yep
So then 2 is a crude upper bound
I need to make it sharp
Oh i do that by my example
Okay great :) part 2 is much harder , ill do it later. Can i @ you when i try it?
Thanks icy
Sure
I don't get what to do here
ik how to do
regular simplex
but idk about unbound
when you perform the algorithm did you get a non-positive column under an entering basic variable?
@rose grotto
what u mean
I assume you've tried performing simplex on the program?
nvm dw ty
yall niggas useless
no u
maybe if you weren't so useless and posted in the correct channel
could've got answers
y=mx+b is not what #linear-algebra is for
you need #prealg-and-algebra
can someone explainnannn
<@&286206848099549185> Is anyone available to help me with my study guide, its involving linear transformations
hey
what dimension is this space
i know on M2x2(R), its 4 but idk about complex
would it be the same?
You have to say over what field
For example, $\bC$ is 1-dimensional over $\bC$ (example basis: ${1}$) but it's 2-dimensional over $\bR$ (example basis: ${1,i}$)
Icy001:
oh uh
could you explain the first bit?
C being 1 dimensional over C
i think i get why its 2-dimensional over R because you can express a complex number as a+bi -- so the basis is {1,i}
but im not too sure about the first bit?
@gleaming knot
Every complex number can be expressed as a complex number times 1
So {1} serves as a basis
When we say "over C" it means the field of scalars is C
i think ur question is more linear programming
ya its apart of linear algebra tho
Can i say that det(A+B)=det(A) + det(B)
Icy001:
Do you mean compute the determinant of a sum?
I know that $\begin{vmatrix} a+x & b+y \ c & d \end{vmatrix} = \begin{vmatrix} a & b \ c & d \end{vmatrix} + \begin{vmatrix} x & y \ c & d \end{vmatrix}$
CoolShot:
i mean the sum of two determinants @gleaming knot
I don't understand, what's stopping you from adding the determinants?
Well I can't exactly add them like matrices, right?
Determinants are 1-dimensional matrices so you can add them
like you'd add two 1-dimensional matrices together
if $\func A V V$ thne $\func{\det A}{\det V}{\det V}$ where $\det V:=\Lambda^n V$ where $n=\dim V$
Icy001:
$\begin{vmatrix} a & b \ c & d \end{vmatrix} + \begin{vmatrix} p & q \ r & s \end{vmatrix} = \begin{vmatrix} a+p & b+q \ c+r & d+s \end{vmatrix}$?
CoolShot:
That's just the same as your claim that $\det(A+B)=\det A+\det B$
Icy001:
yes that is why i am confused
I don't think there's a way to represent the sum of two determinants as a determinant of some formula in terms of the two matrices
$det\left(A+B\right)\ne det\left(A\right)+det\left(B\right)$
The-Elite:
The-Elite:
\det
oops lol thx!
Icy001:
I've never used this notation before
mop:
it's swapped in the book tho
I feel like upper index should represent duals too
it's preference i guess
Ok so it looks like the only thing you are asked to check is that the trace of a sum of two functions is the sum of the traces of the two functions?
huh
Seems like it was defined for you with no issues, the domain and codomain are right, so you just have to check linearity?
i don't really get what the trace is doing here
is it identifying the trace of a tensor with an endomorphism and taking the normal trace of that
but then wouldn't that be a map from $T^{k+1}_{l+1}(V) \to T^1_1 (V)$
mop:
No, it's still a function of the other variables
what stopped me from understanding this is m
m
Hm let's consider the simplest case
If $M\in V^*\otimes V$ nad so we write it as $\sum_{k=1}^n \lambda_k\otimes v_k$
Icy001:
The trace should take $M$ to $\sum_{k=1}^n\lambda_k(v_k)$
Icy001:
So $F^{m}_m$
Icy001:
that's gotta be special notation for "evaluation" or something
it's Einstein notation
like combine the indices labeled m with the <V^*, V> canonical pairing
$\sum^n_{m=1} F_{mm} = F^m_m$
mop:
oh so m is a dummy variable
indeed
what does $F_{11}$ mean for example (taking the first term in the sum)
Icy001:
Wasn't $F$ an element of $V^*\otimes V$
Icy001:
$F = F(\varphi^{j_1}, \hdots, \varphi^{j_{l+1}}, E_{i_1}, \hdots E_{i_{k+1}})\varphi^{j_1} \otimes \hdots \otimes \varphi^{j_{l+1}} \otimes E_{i_1} \otimes \hdots \otimes E_{i_{k+1}}$
mop:
Hm shouldn't it be the dual basis for the simple tensor
Well I understood what you wrote as defining how to understand an element of $(V^)^m\otimes V^n$ as a function on $V^m\otimes (V^)^n$
Icy001:
Just take the function which when evaluated on $w$ is the component of $w^*$ in its expansion as a tensor
Icy001:
uuuuh notation
Yep I'm using math notation
indeed
ok wait
if $F \in T^{l+1}_{k+1} (V)$, then $\tr F$ is identified with the trace of an $\Bar{F} \in \text{End}(V)$, since for finite dimensional $V$, $\text{End}(V)$ is iso to $T^1_1 (V)$
mop:
I feel like the phrase "fixing the rest of the variables" needs to be in there somewhere
ya
so $\tr: T^{l+1}{k+1} (V) \to T^1_1 (V) \to T^{l}{k} (V)$
That doesn't make sense
wait no that's dumb
A map like that would lose so much information
I don't see any possible issues that could prevent it from being well defined o_O
ok
lemme do latex
$(tr Q)^{j_1, \hdots, j_l }{i_1, \hdots i_k} = Q^{j_1, \hdots, j_l m}{i_1, \hdots i_k, m}$
fuck i need tensor in my preamble
mop:
Let me express it in math notation

$\sum_{1\leq i,j\leq d}e_i\otimes e_j^\otimes A_{ij}$ represents a general element of $V^{\otimes n}\otimes (V^)^{\otimes m}$
where I picked out a basis $e_i$ of one of the $V$ factors and the dual basis $e_j^$ of one of the $V^$ factors
ok and $d$ is the dimension of $V$
And trace takes that to $\sum_{1\leq i\leq d} A_{ii}$
Icy001:
looks like a pumped up matrix
Icy001:
well $A_{ij}$ is a tensor of rank $(m-1,n-1)$
Icy001:
I combined the remaining components together
I wrote $V^{\otimes n}\otimes (V^)^{\otimes m}$ as $V\otimes V^\otimes (V^{\otimes(n-1)}\otimes(V^*)^{\otimes(m-1)})$
i mean
Icy001:
in order to pick out the factors being traced out
I'm writing a tensor product of vector spaces itself
They're isomorphic
like I'm just reordering the factors for convenience
I'm not changing anything
i think my knowledge of tensor products is screwing me here
this is how it was defined
So in the last representation, a generic element is of the form $\sum_{1\leq i,j\leq d}e_i\otimes e_j^\otimes A_{ij}$ for $(e_i)$ a basis of $V$, $(e_i^)$ the dual basis to $(e_i)$, and $A_{ij}\in V^{\otimes(n-1)}\otimes(V^*)^{\otimes(m-1)}$
Icy001:
Ah yes I view elements of a tensor product as linear combinations of pure tensors
If $V$ and $W$ are vector spaces, then $V\otimes W$ is the vector space spanned by symbols $v\otimes w$ for $v,w\in V$ subject to relations $(v_1+v_2)\otimes w=v_1\otimes w+v_2\otimes w$ and so on
Icy001:
ah
With these relations, a basis of $V\otimes W$ is obtained by tensoring each pair of basis element of $V$ with a basis element of $W$
this makes sense
Icy001:
Icy001:
but them commuting would mean all bilinear maps are symmetric
ok no
wait so then what was the reordering thing above
sorry ee
Commuting means $v\otimes w=w\otimes v$ which isn't true
Icy001:
like
I'm just rearranging the function's arguments so to speak
I wrote that to show that it's self-evidently a linear map
because if I add it to another similar expression but with $B_{ij}$ then it just takes it to the sum of $A_{ii}$ + $B_{ii}$
Icy001:
well defined means basis independent tho
how would i show that that is basis independent
ooo
Oh I have it
Write a generic element as $\sum_{1\leq i,j\leq n}a_i\otimes b_j\otimes A_{ij}$ for any arbitrary basis $a_i$ and $b_i$ of $V$ and $V^*$
Icy001:
The formula is that it takes it to $\sum_{1\leq i,j\leq n}\langle a_i,b_j\rangle A_{ij}$
Icy001:
before, we had a basis and the dual basis so the only surviving terms were the diagonal terms
Hm
Let's take it one step further
Treat $V\otimes V^*$ as $\End(V)$
Icy001:
We take $f\otimes A\mapsto \tr(f)\otimes A$ and extend by linearity
Icy001:
what if i just proved $F^{j_1, \hdots, j_l m}{i_1, \hdots, i_k m} = F^{g_1, \hdots, g_l m}{q_1, \hdots, q_k m}$ by means of F's transformation rule
mop:
Hm you could do that
I was doing it the mathy way which is to provide a description of the map that doesn't refer to any basis at all whatsoever
you do your thing first
Icy001:
no basis in sight
$f\in\End(V)\cong V\otimes V^*$ and $A$ is an arbitrary rank $(n-1,m-1)$ tensor
Icy001:
Yey
Dam this brought to explicit knowledge something I had always "known" but never actually known
i need to be better at maff
That $\tr\colon\End(V)\to F$ \textbf{is} the same thing as the canonical pairing $\langle\cdot,\cdot\rangle\colon V\otimes V^*\to F$
Icy001:
Is the eigendecomposition of a PD matrix always it’s SVD?
I wanna say yes, SVD of a diagonalizable square matrix is the same thing as the eigendecomposition
can someone please suggest a video teaching QR factorization? There are a lot of math videos on youtube and I don't know which channels are the best or most liked
Does anyone know any good books on conics and quadrics in linear algebra?
if two matrices are row equivalent, are they the same matrix? and in turn, have the same RREF?
if two matrices are row equivalent, are they the same matrix?
no not necessarily
and in turn, have the same RREF?
yes
Is there a condition that tells us when the inverse of a 3 x3 matrix satisfies the characteristic equation?
????
Maybe you're saying that
If Chi(A) is the characteristic polynomial of A
When is Chi(A-¹)=0
That's my best guess
yeah thats what im saying
I dunno how to tell by looking at the mtx
you have to ask a question to get an answer :p
From the given equations, it’s not clear at all what the solution is, or if there is one.
Instead we’ll write the system in matrix form, and tack on the solutions in the augmented matrix
Then we perform elimination
We get to our upper triangular form and now we can see what the solutions are
The formal procedure is called Gaussian elimination
No, upper triangular form means there are zeros below the entries of the main diagonal
another option would be, without any elimination (this is a more thoeretical approach):
- find the rank of the matrix made by just the coefficients of the equations
- find the rank of the matrix made by that matrix + the constants
3)the difference in rank between the original matrix and the starting space represents the number of solutions
- this is true if the rank of both matrices is the same
How would you be able to tell the rank by just looking at the coeff. matrix?
finding the determinant
if 0, try find a smaller 2x2 matrix with non zero determinant
How can I tell between rank of 1 or 2? That’s possible for a 3x3
Oh, you said it above
But for the moment, he’s not there yet, lol. So elimination it is.
yeah, thing is they never taught us elimination xd
For the first column you’ll have to zero out the all entries below it, since the first entry of column 1 is on the main diagonal.
Yes
There’s no other choice
when you're trying to find the determinant of a matrix, is it advisable to row reduce and make some 0 elements and then apply cofactor expansion?
@charred stirrup ri->ri+crj doesn't change the determinant but the other operations do
Replacing a row with a row+constant times another row
Switching 2 rows changes the sign of the determinant
i know interchanging a row makes adds a (-1), but there is more?
Multiplying a single row by a constant multiplies the determinant of that constant
Nonzero constant of course
yup
Lastly
what is the rule for scaling the whole matrix?
Since det(A)=det(A^t), you can do column operations too
Good question. You tell me.
But i wont make you do induction lol
Yeah "that k+1 stuff"
Hah, it's not a calc thing
It comes up a lot
Hmm, can you do it without induction? Thinking
the only proof i know other than induction is proof by necessity
I don't know that term
if it weren't true someone smarter than me would have noticed it before me
-_-
btw, is my c^n guess wrong? I really dont know if im missing a factor somewhere
good
in stats they sneak in a -1 somewhere and it always messes me up
but thank you alot
i still cant find the website
The volume of aparallelipiped is scaled in each of its dimensions when you grow or shrink the whole thing
What website
it has all the properties of the determinant for matrix
my geometric interpretation only goes as far as the basic parallelepiped made from e1, e2, and e3
So go to 3d
If i have 1 liter of air in a balloon
And i double the air in the balloon i blow air into the balloon until the diameter is twice as wide
What happens to the volume?
,w volume of a sphere
The radius doubles
So the volume grows by 2^3
Because of the a^3
Wait
Aaaahhhh
I thought litres of air is V
That's not how balloons work i meant
You blow air into it until its diameter is twice as long
Sorry sorry sorry
Fixed, sorry to confuse you
That's related to why ants can carry things so much heavier than themselves
hey
I think I am realizing what u were trying to teach me earlier
i didnt even know
for the c^n thing
Good to know i occassionally teach things successfully
if you were to multiply each row by k, one at a time
it really is the same effect as c^n
i feel like there is a mathematician rolling in their grave because i dont know the name of that property
nice
if someone brilliant like u dont know then nobody needs to
literally feel my brain cell count growin
another way to prove it is
det(cA)=det(c*I*A) = det(c*I)*det(A) = c^n det(A)
since det(c*I) is just multiplied by the cs on the diagonal
I guess in some sense you could call factoring out a c from each column or row as one aspect of the determinant being a multilinear operator, being linear in each of the columns, if you are super desperate to name it haha
Homogeneity of order n
if i have a matrix
and i want to say like U1 = the first column of the matrix, U2 = second column of the matrix
how do i write the first column of the matrix... mathematically ?
hmm i could write like am1 maybe
am2
am3
...
@north sierra U1 = [1st entry, 2nd entry, .... , nth entry]
and by entries i mean the entries down the column you want to write out
@charred stirrup nooo this is Patrick
trying to prove $\Phi: \text{End}(V) \to T^1_1 (V): A \to \Phi A(\omega, X) := \omega(AX)$ is an isomorphism
mop:
Got the linear part
got to $(A-B)(X) = 0$ when I was trying to prove it was injective
mop:
So here's a really sticker for me
My girlfriend gave me a situation and I'm having a hard time figuring it out
Wait this isn't where I ask
<@&286206848099549185> ^ been >15 mins
but wait is $\dim T^1_1 (V) = \dim \text{End}(V)$
mop:
Find an inverse
Ok it reduces to constructing a vector from a functional $\func f {V^*} k$
Icy001:
Which is only possible if $\dim V<\infty$
Icy001:
so that suggests you have to invoke a basis to construct this vector
well anyway
$\dim(V^*\otimes V)=n^2=\dim(\End(V))$ so you're done
Icy001:
Wait how
I'm using $n$ as the dimension of $V$
Icy001:
ye but why $n^2$
mop:
which side are you unsure of equaling $n^2$?
Icy001:
both
ok the left side is a result of the fact that dimensions multiply when you take tensor product
Ah yes
the right side is a result of the fact that the space of $n\times n$ matrices has dimension $n^2$
Icy001:
is $\End(V)$ a vector space?
mop:
Compile Error! Click the
reaction for details. (You may edit your message)
Yes
whoa that's weird
How do you not have \End in your commands
Do you have a messed up preamble?
over what field
over the same field as the one V is over
idk I’ve never touched my preamble
I only touched mine to add \usepackage[shortlabels]{enumitem}
which I'm sure does not have \End in it
forgive me for sounding nooby but isn’t commutativity of multiplication a vs axiom
wait no it’s not
that’s on the field right
Vector spaces only have scalar multiplication but not multiplication of two vectors
@wintry steppe
Are you sure you're a scientist
You seem pretty mathy ;)
Come to the light side
The dark side is quicker and easier to make money with,but it ultimately will cost you your soul
is this a set of vectors ?
Why is $\dim(\bR^{10})$ at least 10? Why can't it be less than 10?
Icy001:
👀
I would say something like since there are only 6 vectors in the set, it'd be impossible to have 10 pivot rows. thus it wont span R^10
what the heck
I think you can prove this statement: If $a_1,\dots,a_n$ are linearly independent in $V$ and $b_1,\dots,b_m$ span $V$, then $n\leq m$. Then apply it to this situation by taking $n=10$ and $a_i$ the standard basis vector, and $m=6$ and $b_i$ your chosen 6 vectors
Icy001:
damn this is tough
rank nullity is op
I feel.like you should choose a 10x4 matrix of the 6 vectors chosen
You claim the image of the matrix has dim>=10
Then nullity has a negative dimension
Impossible
?
👌
any theorem about matrices seems like it rests on the shoulders of the basic facts about vector spaces
of which this is one
Using a super powerful theorem to solve a simple problem is called nuking the problem
\begin{Theorem}If $a_1,\dots,a_n$ are linearly independent in $V$ and $b_1,\dots,b_m$ span $V$, then $n\leq m$.\end{Theorem}
Icy001:
ok I worked out the proof
Of?
This is an exercise in arguing that you can replace the supposed spanning set of 6 vectors one by one with 6 standard basis vectors
Did you not like my nuke
at which point you get a contradiction because 6 standard basis vectors obviously don't span $\bR^{10}$
Icy001:
Depends what's written on the notes already 
Well I personally wouldn't accept a proof of the fact that every number is divisible by some prime number using the fundamental theorem of arithmetic
But presumably you'd know what prime numbers are
The fundamental theorem says every number has a unique decomposition in terms of primes, and therefore even to state it requires you to know that every number has a prime factor
Whereas saint "doesn't know" what a vector space is
Well you can still work out the proof I have in mind using $\bR^{10}$ only
Icy001:
No the replacing preserves the hypothesis that the 6 vectors span $\bR^{10}$
Icy001:
Start with writing each standard basis vector $e_1,\dots,e_{10}$ as a linear combination of the 6 hypothetical vectors
Icy001:
No no no
uh can i send a question here
It's a proof by contradiction where you assume that there is a set of 6 vectors which span $\bR^{10}$
Icy001:
Suppose this set exists and then write each of $e_1,\dots,e_{10}$ in terms of this set. Then you say, ok $e_1$ can replace something, $e_2$ can replace something else, and so on up to $e_6$ then you realize that your assumption turned into the statement that ${e_1,\dots,e_6}$ spans $\bR^{10}$ which is obviously false
Icy001:
just write out the formula for double prime explicitly
do i write it in polynomial form
yes
so since it is going from P3 to P1
write it as a subscript 3 cubed a subscript 2 squred such and such
and double derivative that
Yes 123brocklee exactly
for orthogonl
just find dot product
of u and v
and if that equals to 0
it is going to be mutually orthogonal i believe
2 b)
You gonna have to solve some equations
one might suggest "cross product" but you need to write down the equations to prove that the space of such vectors is 1-dimensional
😆
r u guys talkign about my Q?
ya
np!
i dont think ive learnt cross product
You can write down the condition that a vector $(x,y,z)$ is orthogonal to both of the given vectors with 2 linear equations in $x,y,z$
Icy001:
just solve them
im assuming i did this right
which came out as not being a linear transformation for 1b
uh
shit yea mb
ill send a better pic
Or does the constant in the end matter if it doesnt equal
is anyone a lin alg tutor here?
derivative should be linear
so should second derivative
You probably made a silly mistake somewhere
Answering the other guy's questions
oh
what even was your question?
thought that pic was answering my Question lol
im so lost
but i couldn't read it
u guys know how to diagonlize a matrix
MIT RES.18-009 Learn Differential Equations: Up Close with Gilbert Strang and Cleve Moler, Fall 2015 View the complete course: http://ocw.mit.edu/RES-18-009F...
if you want to blow your mind with an application of this, see (or do yourself) the linear algebraic derivation of the closed form of the Fibonacci sequence
last question
how the fuck do you the find the distance of x^3 plus x^4
for 2a
how do you show that is a kernel of the linear transformation though
because i need to show that kernel is 0 which is a nullspace
The words in your question don't make sense
im just trying to ask, how do you find the kernel of T given that polynomial of P4
find which matrices get sent to the zero polynomial
alright
im taking the class rn and u seem to know more than me
did you already take it or are you taking it rn
so pretty much my entire class got the last question on our exam wrong
which is funny because it was basically
sups A is invertible, find the basis for the null space of A
wtf that seems to say more about the teacher
did the people who got it wrong put {0}?
Essentially yea
the book apparently never went over the fact that null is a basis for a point
I mean
this teacher was not a great person to teach intro to linear
so I think a good portion of the students didnt even understand what a basis was
what's a basis lol
a minimal spanning set, or alternatively, a maximal linearly independent set
is the only elementary row operation that doesnt affect the determinant the operation where you add a multiple of another row?
yes
nice thank you
is this because you make a row/col of 0s, and then if you expand along there you will get a 0 determinant?
well that's one way of establishing it yes
I was looling at this linear algebra textbook
Why does it say that the set {0,1} is a field with respect to addition and multiplication?
Doesnt a field need an opposite element eg -1?
in the field with two elements, -1 is 1
Im not sure i get what you mean
0 and 1 shouldn't be taken as representing the real numbers 0 and 1
not in this context
Ok so what is it representing exactly?
they don't represent anything
it's just a set with two elements
one of which we write with the symbol 0, and the other with the symbol 1
So the symbol 1 includes its opposite?

yes.
the set {0,1} forms a field if it is equipped with the following addition and multiplication operations:
0+0 = 1+1 = 0; 0+1 = 1+0 = 1
0*0 = 1*0 = 0*1 = 0; 1*1 = 1
P is the parallelogram spanned by vectors a & b. P has side lengths of ||a|| & ||b||. to fill in all the points in P, you make a set of linear combos of a & b, ie sa+tb where s & t are real scalars. to make sure you don't include points outside P, you limit s & t to between 0 to 1
ooo
and the vectors a and b can be of any length, but the scalar [0,1] ensures it stays within the span(a,b)
span{a,b} is an infinitely big plane, equivalent to letting s & t take on ALL real values
limiting s & t to between 0 to 1 restricts the linear combos to points inside P
why dont we bother interchanging the 1st column with the 3rd?
You don't swap colunns in gaussian elimination

i know D is the diagonal of A's eigenvalues, but what property relates them in this way? A^n makes D^n
consider explicitly multiplying out AA, AAA, AAAA, etc
I guess I can see the matrix getting bigger if our entries are positive
that affects the eigen values by that factor?
This is simpler than you think
As Ann said, for example:
$A^3 = AAA = (PDP^{-1})(PDP^{-1})(PDP^{-1}) = \ldots$
Fέliχ:
^
$A^3 = AAA = (PDP^{-1})^3 = \ldots$
is this the krusty krab:

