
Find Eigen Vector ,eigen Space For Matrix?
#1
Posted 09 August 2008 - 04:40 PM
need program or e-act ? name ?
#2
Guest_Guest_kamlungji_*_*
Posted 10 August 2008 - 07:05 PM
#3
Posted 11 August 2008 - 07:44 AM
#4
Guest_Zwei9_*
Posted 12 August 2008 - 01:16 AM
Once you have that function you can go ahead and enter the matrix and do the matrix operations to solve for the eigenvalues, eigenvectors, and the rest of the stuff you want to handle, by following the basics. I know it's kind of a pain in the a$$ BUT it's better than programing the whole thing.
Hope that helps

#5
Guest_Guest_kamlungji_*_*
Posted 12 August 2008 - 04:15 AM
#6
Guest_Guest_kamlungji_*_*
Posted 12 August 2008 - 04:39 AM
ans (x^2-4x+4)
#7
Guest_Sami_*
Posted 05 March 2009 - 07:55 PM
can you slove (x^3-x^2-8x+12)/(x+3) = ?
ans (x^2-4x+4)
#8
Posted 08 March 2009 - 03:07 PM
can you slove (x^3-x^2-8x+12)/(x+3) = ?
ans (x^2-4x+4)
Im afraid that the CFX series do not come with the capacity to do polynomial division. You must either buy a CAS calculator or download the addin 'Symbolix CAS', which was programmed by kucalc
#9
Posted 20 April 2009 - 04:27 AM
#10
Posted 23 April 2009 - 04:07 AM
Symbolix v0.45:
polydiv(x^3-x^2-8x+12,x+3 x^2-4*x+4
#11
Posted 01 October 2009 - 03:08 PM
E F
G H
ax^2 + bx + c:
a = 1
b = -(E+H)
c = ExH - FxG
You do the same for 3x3 Matrix using ax^3 + bx^2 + cx + d:
E F G
H I J
K L M
a = -1
b = E + I + M
c = JL + FH + GK - EI - EM - IM
d = EIM + FJK + GHL - EJL - FHM - GIJ
It will all be automatic in the spreadsheet. Try it out in Excel (I did this very fast, you may have to do your own maths >

Once you have eigenvalues you can ofcourse find the -vectors easily by setting up an extended matrix -> Rref
Hope this helps!
#12
Guest_Matt_*
Posted 20 December 2009 - 09:37 PM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users