Matrices Flashcards

1
Q

What is a matrix?

A

A rectangular array of elements arranged in rows and columns to represent some specific information

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

Describe how a matrix A with three rows and four columns is generalized

A

𝐴 = (𝑎𝑖𝑗) 𝑖[𝑟𝑜𝑤𝑠] = 1,2,3; 𝑗[𝑐𝑜𝑙𝑢𝑚𝑛𝑠] = 1,2,3,4

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

Define Equal Matrices

A

Two matrices A and B are said to be equal if they have the same order and if aij=bij for every i and j. ie elements in the corresponding locations in the two matrices are the same

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

Describe how a transpose of a matrix is obtained

A

A transpose of a matrix is obtained by interchanging the rows and columns of the given matrix

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

Describe diagonal matrices

A

A matrix whose elements are 0 except for at least one element in the principal diagonal

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

Describe an identity or unity matrix

A

A diagonal matrix in which all of the diagonal elements are positive one

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

Describe a sub matrix

A

A matrix obtained by deleting row(s) and/or column(s) of a given matrix

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

Describe a singular matrix

A

A matrix whose determinant is zero

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

Define the inverse of a matrix

A

If A is a non-singular, square matrix and there exists another square matrix denoted by A-1 for which the product of A-1 and is an identity matrix, then A-1 is said to be the inverse of A and vice versa

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

What is a matrix of minors

A

A matrix whose elements are the determinants of all 2*2 matrices obtained from a given matrix

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

What is a cofactor matrix

A

A matrix whose elements are signed elements of the matrix of minors. The signs alternate both vertically and horizontally from + to - form m11

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