Eigen Values
Posted: Tue Oct 06, 2015 9:54 pm
Hello Moderator,
I am new to RATS. and I am struggling with one very basic thing. I could get and see the Eigen values of a matrix (say, x) by writing the following code
eigen x y
dis y
where y is a matrix of (350*3) dimension.
But i don't know how to store this element of y. for example: i want to store the first column of y as A, second column as B, and third column as C. Each of them will be (350*1) in dimension.
Thanks in advance.
I am new to RATS. and I am struggling with one very basic thing. I could get and see the Eigen values of a matrix (say, x) by writing the following code
eigen x y
dis y
where y is a matrix of (350*3) dimension.
But i don't know how to store this element of y. for example: i want to store the first column of y as A, second column as B, and third column as C. Each of them will be (350*1) in dimension.
Thanks in advance.