ABSTRACT

In MATLAB, the multiplication of matrices A and B is entered as A * B.

◾ 

◾ Transpose: e transpose of a matrix is the operation of exchanging the rows and columns. If

=

2 5 1 7 3 8 4 5 21 16 3 10

A

then

= 2 7 4 16 5 3 5 3 1 8 21 10

AT

In MATLAB, the transpose of matrix A is entered as A’.