Chapter 1 Definitions Flashcards

1
Q

What is a matrix?

A

A matrix is a rectangular array of objects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a reduced matrix?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are equal matrices?

A

Two matrices are equal if and only if they contain precisely the same entries

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Row equivalent?

A

When one of the elementary row operations is used, we say the resulting matrix is row equivalent. Denoted by ~

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a homogeneous system?

A

All constants(c) are 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Theorem 1

A

Every homogeneous system is consistent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Theorem 2

A

A homogeneous system has an infinite number of solutions if n>m (unknowns>equations)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a square matrix?

A

where the number of rows equals the number of columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a main diagonal?

A

(read L-R) the diagonal of a square matrix consists of the following entries (a[11], a[22],…,a[nm].

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is an Identity Matrix?

A

An identity matrix of order n is a matrix with 1’s on the main diagonal and zeros elsewhere, denoted by I[n]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Communative

A

A and B are called communative (AB=BA) if and only if AB=BA.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Zero Matrix

A

a matrix consisting entirely of zeros

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Involutory

A

A is called involutory if and only if A^2 = I

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Idempotent

A

A is called idempotent if and only if A^2 = A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Nilpotent

A

A called nilpotent if A^k = 0 matrix, for some positive integer k, the smallest such value of k is called index of nilpotency.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Diagonal Matrix

A

An n-square matrix is called diagonal if the entries above and below the diagonal are zeros.

17
Q

Upper Triangular

A

An n-square matrix is called upper triangular if the entries below the main diagonal are zeros.

18
Q

Lower Triangular

A

a lower triangular matrix consists of all zero entries above the main diagonal

19
Q

Triangular

A

the matrix is upper and lower triangular

20
Q

Theorem 3

A
i. A+0=A
II.0A=0
III.Commutative Law for matrix addition
IV.Associative law for matrix addition
V.Distributive law for scalar multiplication
VI. 1A = A
VII.(a+b)A=aA+bA
21
Q

Commutative Law for matrix addition

A

A + B = B + A

22
Q

Associative Law for matrix addition

A

(A+B)+C= A + (B+C)

23
Q

Distributive Law for Scalar Multiplication

A

a(A+B)=aA+aB

24
Q

Nonsingular

A

If the inverse of A exists, A is called invertible, or nonsingular. A^-1

25
Q

Theorem 4

A

Suppose A and B are nxn invertible matrices.

Then AB is invertible and (AB)^-1 = B^-1A^-1

26
Q

Theorem 5

A

Suppose a sequence of matrices are all nxn invertible matrices. The inverse of the sequence is the inverses of all the matrices in reverse order

27
Q

Theorem 6

A

Suppose A is invertible. Then A^-1 is also invertible, and (A^-1)^-1=A

28
Q

Trace

A

Let A be an n-square matrix. The trace of A is the sum of the diagonal entries, denoted by tr(A).

29
Q

Transpose

A

Let A be an mxn matrix. The transpose of A is the matrix obtained by making each row of A a column, while preserving the order, denoted by A^t

30
Q

Theorem 7

A

Let A and B be mxn matrices.

(i) (A^t)^t = A
(ii) (A+B)^t = A^t + B^t
(iii) (AB)^t = B^tA^t
(iv) If A is invertible, then (A^-1)^t = (A^t)^-1

31
Q

Symmetric

A

Let A be n-square matrix. A is called symmetric if A^t=A

32
Q

Skew-Symmetric

A

A is called skew-symmetric if A^t=-A

33
Q

Theorem 8

A

Let A and B be n-square symmetric matrices. AB is symmetric if and only if A and B commute

34
Q

Elementary Matrix

A

An n-square matrix is called an elementary matrix if it can be obtained from the Identity matrix by means of a single elementary row operation.

35
Q

Theorem 9

A

Every elementary matrix is invertible

36
Q

Theorem 10

A

An n-square matrix is invertible if and only if it is the product of elementary matrices.