Bug in EIGENVV in combination with built-in matrices M0..M9 in 10077
|
05-06-2016, 07:03 PM
Post: #4
|
|||
|
|||
RE: Bug in EIGENVV in combination with built-in matrices M0..M9 in 10077
You can get exact eigenvalues inside the CAS, even more jordan will return the Jordan normal form (not available on the ti).
Code: p,j:=jordan([[2,0,0,0],[2,2,0,0],[1,-1,2,-1],[0,1,0,2]]); p*j*inv(p); |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Bug in EIGENVV in combination with built-in matrices M0..M9 in 10077 - Arno K - 05-04-2016, 10:24 PM
RE: Bug in EIGENVV in combination with built-in matrices M0..M9 in 10077 - parisse - 05-05-2016, 05:08 AM
RE: Bug in EIGENVV in combination with built-in matrices M0..M9 in 10077 - compsystems - 05-06-2016, 06:32 PM
RE: Bug in EIGENVV in combination with built-in matrices M0..M9 in 10077 - parisse - 05-06-2016 07:03 PM
RE: Bug in EIGENVV in combination with built-in matrices M0..M9 in 10077 - Arno K - 05-06-2016, 09:21 PM
RE: Bug in EIGENVV in combination with built-in matrices M0..M9 in 10077 - parisse - 05-07-2016, 06:51 AM
|
User(s) browsing this thread: 2 Guest(s)