Matrix Definitions
Let A be a matrix with m rows and n columns. The element
of A from the i'th row and j'th column is written aij
-
The matrix A is called square if
m = n.
-
If A is a m by n matrix with general element aij
and B is a m by n matrix with general element bij then we define
the sum of A and B by A + B having the ijth element aij
+ bij.
-
If A is a m by n matrix with general element aij
and B is a m by n matrix with general element bij then we define
the difference of A and B by A - B having the ijth element
aij - bij.
-
If A is a matrix and c is a constant then the matrix cA has
general element caij
-
If A is a m by n matrix the the transpose
of A, written AT (read "A
transpose") is the n by m matrix with general element aTij
= aji. In other words the rows of the transpose are the
columns of the original matrix.
-
A matrix is called square if n
= m, that is, the number of rows equals the number of columns.
-
A matrix square matrix A is called a diagonal
matrix if aij = 0 for i not equal to j. In other word a
diagonal matrix is zero everywhere off the diagonal.
-
A square matrix A is called upper
triangular if aij = 0 for i > j. An upper
triangular matrix has all zeros below the diagonal.
-
A square matrix A is called lower
triangular if aij = 0 for i < j. A lower
triangular matrix has all zeros above the diagonal.
-
A matrix A is called a scalar matrix
if it is diagonal and all the diagonal entries are equal to each other.
-
A matrix is called the identity matrix
(written as I) if it is a scalar matrix with diagonal entry 1.
Matrices and The TI 85 Calculator
To enter a matrix into the calculator
-
Hit the Matrix button which is
second 7.
-
Hit Edit which is F2.
-
Type a name such as "A" and hit enter.
-
Type in the number of rows for the matrix and hit enter.
-
Type in the number of columns for the matrix and hit enter.
-
Now type in the entries of the matrix. For example 1,3
= 2 means that 2 is in the first row and the third column.
-
Hit the Exit key.
Some Operations of matrices.
-
To Multiply matrices, use the multiplication key. A*B
-
To add or subtract, use the + and - keys as with real
numbers.
-
To find the inverse of a matrix use the x-1
key. A-1
-
To find the determinate of a matrix, hit the Matrix
key, then hit F3 (Math), then hit F1 (det), then hit the name of the matrix.
|