uSquaring a Matrix

 

 

[x2]

Example

To square the following matrix:

 

Matrix A =

 

1

2

 

 

 

 

 

 

 

 

4

 

 

 

 

 

3

 

 

 

 

 

 

 

K2(MAT)1(Mat)av(A)xw

uRaising a Matrix to a Power

[^]

Example

To raise the following matrix to the third power:

 

 

Matrix A =

 

1

2

 

 

 

 

 

 

 

 

 

4

 

 

 

 

 

 

3

 

 

 

 

 

 

 

 

 

K2(MAT)1(Mat)av(A)

Mdw

• For matrix power calculations, calculation is possible up to a power of 32766.

uDetermining the Absolute Value, Integer Part, Fraction Part, and Maximum
Integer of a Matrix

 

 

[OPTN]-[NUMERIC]-[Abs]/[Frac]/[Int]/[Intg]

Example

To determine the absolute value of the following matrix:

 

Matrix A =

 

1

–2

 

 

 

 

 

 

 

 

4

 

 

 

 

 

–3

 

 

 

 

 

 

 

K6(g)4(NUMERIC)1(Abs)

K2(MAT)1(Mat)av(A)w

2-56