Lesson 2: Matrix Flashcards

1
Q

A set of mn numbers (real or complex), arranged in a rectangular formation (array or table) having m rows and n columns and enclosed by a square bracket [ ] is called m n matrix (read “m by n matrix”) .

A

Matrix

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

The _________ or dimension of a matrix is the ordered pair having as first component the number of rows and as second component the number of columns in the matrix.

A

order

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

Some Types of Matrices

A matrix consisting of a single row is called a ___________ or a row vector.

A

row matrix

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

Some Types of Matrices

A matrix having single column is called a _________ or a column vector.

A

column matrix

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

Some Types of Matrices

A matrix in which each element is ‘0’ is called a ____ or Zero matrix. Zero matrices are generally denoted by the symbol O. This distinguishes zero matrix from the real number 0.

A

Null

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

Some Types of Matrices

A matrix A having same numbers of rows and columns is called a _________________. A matrix A of order m x n can be written as Amxn. If m = n, then the matrix is said to be a square matrix. A square matrix of order n x n, is simply written as An.

A

square matrix

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

Some Types of Matrices

The _________________ of a square matrix is the ordered set of elements aij, where i = j, extending from the upper left-hand corner to the lower right-hand corner of the matrix. Thus, the principal diagonal contains elements a11, a22, a33 etc.

A

principal diagonal

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

Some Types of Matrices

Particular cases of Square Matrix

A square matrix in which all elements are zero except those in the main or principal diagonal is called a __________________. Some elements of the principal diagonal may be zero but not all.

A

Diagonal matrix

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

Some Types of Matrices

Particular cases of Square Matrix

A diagonal matrix in which all the diagonal elements are same, is called a _________________.

A

Scalar matrix

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

Some Types of Matrices

Particular cases of Square Matrix

A scalar matrix in which each diagonal element is 1(unity) is called a ___________. An identity matrix of order n is denoted by _____.

A

Unit matrix, In

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

Some Types of Matrices

Particular cases of Square Matrix

Two matrices A and B are said to be equal if and only if they have the same order and each element of matrix A is equal to the corresponding element of matrix B i.e for each i, j, aij = bij.

A

Equal matrices

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

Some Types of Matrices

Particular cases of Square Matrix

The negative of the matrix Amxn, denoted by –Amxn, is the matrix formed by replacing each element in the matrix Amxn with its additive inverse.

A

Negative of a matrix

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

Operations on matrices

If A is a matrix and k is a scalar (constant), then kA is a matrix whose elements are the elements of A , each multiplied by k

A

Multiplication of a Matrix by a Scalar

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

Operations on matrices

If A and B are two matrices of same order m n then their sum A + B is defined as C, m n matrix such that each element of C is the sum of the corresponding elements of A and B .

A

Addition and subtraction of Matrices

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

Operations on matrices

Two matrices A and B are said to be conformable for the product AB if the number of columns of A is equal to the number of rows of B.

A

Product of Matrices

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

Operations on matrices

Product of Matrices NOTES:

  1. Multiplication of matrices is not ______________. AB is not equal to BA in general.
A

commutative

17
Q

Operations on matrices

Product of Matrices NOTES:

  1. For matrices A and B if AB is equal to BA then A and B ___________ to each other.
A

commute

18
Q

Operations on matrices

Product of Matrices NOTES:

  1. A matrix can be multiplied by itself only if it is a __________ matrix. The product A.A is equal to A^2.
A

square

19
Q

Operations on matrices

Product of Matrices NOTES:

  1. In the product AB, A is the pre-multiple of B and B is the ________________ of A.
A

post-multiple