(CB)Transpose....
C==http://www3.mediafire.com/imgbnc.php...d2393b6f6g.jpg
B==http://www0.mediafire.com/imgbnc.php...f67788fc6g.jpg
thanks in advance
Printable View
(CB)Transpose....
C==http://www3.mediafire.com/imgbnc.php...d2393b6f6g.jpg
B==http://www0.mediafire.com/imgbnc.php...f67788fc6g.jpg
thanks in advance
Hi
you should find that CB is the following 3x2 matrix
CB=[2 -9, 0.5 -1, 5 -5]
where a comma denotes the different rows of the matrix
Now CB transposed is the following 2x3 matrix
[2 0.5 5, -9 -1 -5]
again, where a comma denotes a new row of the matrix