A=(4 -2 2
-5 7 -5
-6 6 -4)
i want to know if i did the computation right, especially for finding out the eigenvalues and solving the system when lamda=3, because it looks a bit sus
101 messages · Page 1 of 1 (latest)
A=(4 -2 2
-5 7 -5
-6 6 -4)
i want to know if i did the computation right, especially for finding out the eigenvalues and solving the system when lamda=3, because it looks a bit sus
usually we write it in my linear algebra class as Ax=(lambda)x
where lambda is a scalar
yeah i see the connection, but i think it's different
Y`=AY and i'm looking for solutions of the form Y(t)=(e^lamda*t)v
where lamda are the eigenvalues of the matrix A and v is the corresponding eigenvector
so you're basically trying to find values of lambda and the corresponding vectors x right?
yes
do you use matlab?
are you allowe matlab on exams?
nope, only writing
there is a command in matlab to give you the coefficients of that polynomial
note that matlab always make the leading coefficient 1
i got different
yeah it's different matrix
so this is correct to the original post
now im working on a new matrix which i cant find the eigenvalue at all xD
and apprently in the program it's with complex number
so that means that the original exercise is wrong?
the eigen values of the problem you posted oriignally was 3 and 2 which you got
yes
so what is this new problem?
complex eigenvalues just means that the polynomial has complex roots
its jsut 1 and -1
oops, you put in a 2 when it should be a -2
ah lol
that last entry should be -2
yeah i got it now
thank you
anyways, at the first problem
at this system exactly, where i tried to find the geometric multiplicity of lamda=3
did i do it right?
aren't you suppose to use matrix
so solve it using either matrix inversion or rref
isn't it only -1?
oh yea i don't know why i saw a 1 there
hmm
i got -1/3, 5/6, 1
weird
maybe the program doesnt take into account that c is arbitrary
that scorrect
because that's saying that a + 1/3c = 0 so when c is 1 a=-1/3
and b-5/6c = 0 so when c is 1 b = 5/6
so (-1/3, 5/6, 1) is a solution
yeah
perfect
cool that i can correct with matlab
thats a good idea
ill try to use from now on
can u send me the program?
your universe paid for matlab?
just search up matlab and log into your account
idk how im so stupid
yeah i mean im logged in right now
i just havent used it in a very long time
you're ysing the script?
i just use the command window for temporary stuff
oh
i use the scripts for projects