Characterizing a matrix (The matrix NORM menu)

The matrix NORM (NORMALIZE) menu is accessed through the keystroke sequence „´. This menu is described in detail in Chapter 10 of the calculator’s user's guide. Some of these functions are described next.

Function DETFunction DET calculates the determinant of a square matrix. For example,Function TRACE

Function TRACE calculates the trace of square matrix, defined as the sum of the elements in its main diagonal, or

n

tr(A) = aii .

i=1

Examples:Solution of linear systemsA system of n linear equations in m variables can be written as

a11x1

+ a12x2+ a13x3+ …+ a1,m-1x m-1+ a1,mx m= b1,

a21x1

+ a22x2+ a23x3+ …+ a2,m-1x m-1+ a2,mx m= b2,

a31x1

+ a32x2+ a33x3+ …+ a3,m-1x m-1+ a3,mx m= b3,

.

.

.

.

.

.

an-1,1x1 + an-1,2x2 + an-1,3x3 + …+ an-1,m-1xm-1 + an-1,mxm

= bn-1,

an1x1 + an2x2 + an3x3 + …+ an,m-1xm-1 + an,mx m

= bn.

Page 9-7