Matrix transform due to reorder of the equation row number, for AX=b
Show older comments
Hi,
I'd like to solve equation AX=b, e.g., [a11, a12, a13; a21, a22, a23; a31, a32, a33]*{x1, x2, x3}'={b1,b2,b3}'
However, I'd like to reorder X vector by {x2, x1, x3}', so is there any matlab code can do the row and column transform for matrix A?
Thanks.
3 Comments
Azzi Abdelmalek
on 25 Sep 2013
David commented
i.e., is there any matlab code can get a transformation matrix B, then the transformed one can be calculated by C=A*B?
Jan
on 25 Sep 2013
This is not clear.
David Zhang
on 25 Sep 2013
Accepted Answer
More Answers (0)
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!