Hi.
Does anyone know a way to extract just part of a matrix, say one or two rows?
One example of what I'm looking for would be:
Enter a 2x3 matrix which represents a system of 2 eq. and 2 vars. Run rref([A]) on it.
Now, I want to use the last column of the answer, and I want to multiply it by the first two columns of [A] (yes, I know I'll get the third column of [A] - this is just an example). Is there an easy way to extract column 3? Is there a way to extract the 2x2 matrix in the top right of [A]?
Thanks.


LinkBack URL
About LinkBacks
