Other Operations
Other Operations. Given an





Transpose of Matrix.
Given an matrix
,
we can define the transpose
of
.
For example,


Properties of transpose.
If and
are appropriately defined,
we have
and
.
Matlab/Octave. Matlab/Octave can compute the power A^k and the transpose A' of A as follows.
> A^5
> A'
EXAMPLE 4.
Let
and
.
Compute
and
.
EXAMPLE 5.
Write the function rmatrix() that will create an
matrix with random entries.
Then create a
matrix with random entries between
and
.
© TTU Mathematics