Chapter 1 Definitions Flashcards
What is a matrix?
A matrix is a rectangular array of objects
What is a reduced matrix?
A matrix is said to be reduced if each of the following conditions holds:
(i) the first nonzero entry in each row is 1, and in the column where this leading 1 occurs, all other entries are zero.
(ii) the leading one in each row lies to the right of the leading one in the preceding row
(iii) all rows consisting entirely of zeros lies at the bottom of the matrix
What are equal matrices?
Two matrices are equal if and only if they contain precisely the same entries
Row equivalent?
When one of the elementary row operations is used, we say the resulting matrix is row equivalent. Denoted by ~
What is a homogeneous system?
All constants(c) are 0
Theorem 1
Every homogeneous system is consistent
Theorem 2
A homogeneous system has an infinite number of solutions if n>m (unknowns>equations)
What is a square matrix?
where the number of rows equals the number of columns
What is a main diagonal?
(read L-R) the diagonal of a square matrix consists of the following entries (a[11], a[22],…,a[nm].
What is an Identity Matrix?
An identity matrix of order n is a matrix with 1’s on the main diagonal and zeros elsewhere, denoted by I[n]
Communative
A and B are called communative (AB=BA) if and only if AB=BA.
Zero Matrix
a matrix consisting entirely of zeros
Involutory
A is called involutory if and only if A^2 = I
Idempotent
A is called idempotent if and only if A^2 = A
Nilpotent
A called nilpotent if A^k = 0 matrix, for some positive integer k, the smallest such value of k is called index of nilpotency.