Matrices Flashcards

1
Q

What is a matrix?

A

A matrix is a rectangular array of numbers arranged in rows and columns.

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

How is a matrix typically denoted?

A

A matrix is typically denoted by a capital letter, such as A, B, or C.

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

What is the order of a matrix?

A

The order of a matrix is defined by the number of rows and columns it has, expressed as ‘m x n’ where m is the number of rows and n is the number of columns.

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

True or False: A matrix can have different numbers of elements in each row.

A

False.

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

Fill in the blank: A matrix with only one row is called a _______.

A

row matrix.

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

Fill in the blank: A matrix with only one column is called a _______.

A

column matrix.

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

What is a square matrix?

A

A square matrix is a matrix that has the same number of rows and columns.

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

Define a zero matrix.

A

A zero matrix is a matrix in which all elements are zero.

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

What is the identity matrix?

A

The identity matrix is a square matrix with ones on the diagonal and zeros elsewhere.

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

True or False: The determinant of a 2x2 matrix can be calculated as ad - bc for a matrix [[a, b], [c, d]].

A

True.

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

What is the transpose of a matrix?

A

The transpose of a matrix is obtained by swapping its rows and columns.

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

How do you denote the transpose of a matrix A?

A

The transpose of a matrix A is denoted as A^T.

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

What is matrix addition?

A

Matrix addition is the operation of adding two matrices by adding their corresponding elements.

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

True or False: Matrices can only be added if they have the same dimensions.

A

True.

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

What is scalar multiplication in matrices?

A

Scalar multiplication involves multiplying each element of a matrix by a scalar (a single number).

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

What is matrix multiplication?

A

Matrix multiplication is the operation of multiplying two matrices by taking the dot product of rows and columns.

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

True or False: The order of multiplication matters in matrix multiplication.

A

True.

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

What is a diagonal matrix?

A

A diagonal matrix is a square matrix where all elements outside the main diagonal are zero.

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

What is an upper triangular matrix?

A

An upper triangular matrix is a square matrix where all the elements below the main diagonal are zero.

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

What is a lower triangular matrix?

A

A lower triangular matrix is a square matrix where all the elements above the main diagonal are zero.

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

Define an invertible matrix.

A

An invertible matrix, or non-singular matrix, is a square matrix that has an inverse, meaning there exists another matrix such that their product is the identity matrix.

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

What is the rank of a matrix?

A

The rank of a matrix is the maximum number of linearly independent row or column vectors in the matrix.

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

True or False: The rank of a matrix can be greater than the number of its rows.

A

False.

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

What is a singular matrix?

A

A singular matrix is a square matrix that does not have an inverse.

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

Fill in the blank: The process of finding the inverse of a matrix is called _______.

A

matrix inversion.

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

What is a block matrix?

A

A block matrix is a matrix that is divided into smaller matrices called blocks.

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

Who introduced the term matric8

A

It was introduced by the mathematician arther cayley in 1860

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

What are Rows denoted by

A

m

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

What are columns denoted by

A

n

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

When are two matrices equal

A

Two matrices are equal when they have the same order ie the same number of rows and columns and the elements in the corresponding positions are equal

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

What is a diagonal matrix?

A

A diagonal matrix is a square matrix in which all the elements outside the main diagonal are zero.

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

True or False: A scalar matrix is a special type of diagonal matrix.

A

True

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

Fill in the blank: An identity matrix is a diagonal matrix where all the diagonal elements are _____ .

A

1

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

What is the transpose of a matrix?

A

The transpose of a matrix is obtained by interchanging mutually the rows and columns.

35
Q

True or False: A symmetric matrix is equal to its transpose.

36
Q

What is the main characteristic of a scalar matrix?

A

A scalar matrix is a diagonal matrix where all the diagonal elements are equal.

37
Q

Multiple Choice: Which of the following is an identity matrix? A) [[1, 0], [0, 1]] B) [[1, 2], [3, 4]] C) [[0, 1], [0, 0]]

A

A) [[1, 0], [0, 1]]

38
Q

What is the result of transposing a 1x1 matrix?

A

The result is the same 1x1 matrix.

39
Q

Fill in the blank: A symmetric matrix must satisfy the condition _____ .

40
Q

True or False: All diagonal matrices are symmetric.

41
Q

What happens when you multiply a scalar matrix by a scalar?

A

The result is another scalar matrix where each diagonal element is multiplied by that scalar.

42
Q

Multiple Choice: Which of the following matrices is not a diagonal matrix? A) [[3, 0], [0, 4]] B) [[0, 1], [0, 0]] C) [[5, 0], [0, 5]]

A

B) [[0, 1], [0, 0]]

43
Q

What is the size of an identity matrix of order n?

44
Q

Fill in the blank: The transpose of a matrix A is denoted as _____ .

45
Q

True or False: A matrix can be both diagonal and symmetric.

46
Q

What is a skew symmetric matrix?

A

A skew symmetric matrix is a square matrix A such that A^T = -A, where A^T is the transpose of A.

47
Q

True or False: All diagonal elements of a skew symmetric matrix are zero.

48
Q

Fill in the blank: If A is a skew symmetric matrix, then for any elements a_{ij}, it holds that a_{ij} = _____ .

49
Q

Which of the following matrices is skew symmetric? A) [[0, 2], [-2, 0]] B) [[1, 0], [0, 1]] C) [[1, 2], [3, 4]]

A

A) [[0, 2], [-2, 0]]

50
Q

What is the property of the eigenvalues of a skew symmetric matrix?

A

The eigenvalues of a skew symmetric matrix are either zero or purely imaginary.

51
Q

What is the condition for two matrices A and B to be conformable for multiplication AB?

A

The number of columns of matrix A must equal the number of rows of matrix B.

52
Q

What does the associative law of matrices state for three matrices A, B, and C?

A

A(BC) = (AB)C.

53
Q

True or False: The commutative law of multiplication holds for matrices in general.

54
Q

What is the left distributive law of matrices?

A

A(B + C) = AB + AC.

55
Q

What is the right distributive law of matrices?

A

(A + B)C = AC + BC.

56
Q

What is a determinant of a square matrix A denoted as?

A

det A or |A|.

57
Q

What does it mean for a square matrix A to be singular?

A

It means |A| = 0.

58
Q

What does it mean for a square matrix A to be non-singular?

A

|A| ≠ 0.

59
Q

What is the adjoint of a square matrix A denoted as?

60
Q

If matrices A and B satisfy AB = BA = I, what is B called?

A

B is called the inverse of A.

61
Q

If B is the inverse of A, how is it denoted?

A

B = A⁻¹.

62
Q

Fill in the blank: A square matrix A is called ______ if |A| = 0.

63
Q

Fill in the blank: A square matrix A is called ______ if |A| ≠ 0.

A

non-singular.

64
Q

What is a matrix?

A

A matrix is a rectangular array of real numbers enclosed in brackets.

65
Q

How do the rows and columns of a matrix run?

A

The rows of a matrix run horizontally, and the columns of a matrix run vertically.

66
Q

What is the order of a matrix with m rows and n columns?

A

A matrix with m rows and n columns has order m X n (read ‘m by n’).

67
Q

What is each number in a matrix called?

A

Each number in a matrix is called an element or entry of the matrix.

68
Q

When are two matrices considered equal?

A

Two matrices of the same order are equal if their corresponding elements are equal.

69
Q

What is a row matrix?

A

A matrix is said to be a row matrix if it has only one row.

70
Q

What is a column matrix?

A

A matrix is said to be a column matrix if it has only one column.

71
Q

What is a square matrix?

A

A matrix in which the number of rows is equal to the number of columns is called a square matrix.

72
Q

What is a rectangular matrix?

A

A matrix in which the number of rows is not equal to the number of columns is called a rectangular matrix.

73
Q

What is a zero matrix?

A

A matrix is said to be a zero matrix or null matrix if all its elements are zero.

74
Q

What is a diagonal matrix?

A

If all the elements of a square matrix except the diagonal elements are zero, then the matrix is called a diagonal matrix.

75
Q

What is a scalar matrix?

A

A diagonal matrix, whose all the diagonal elements are equal, is called a scalar matrix.

76
Q

What is an identity matrix?

A

A scalar matrix of order n in which each diagonal element is 1 (unity) is called an identity matrix of order n.

77
Q

What is the transpose of a matrix?

A

A matrix obtained by interchanging rows and columns of a matrix A is called the transpose of the matrix A and is denoted by A’.

78
Q

What is a symmetric matrix?

A

If a square matrix A = A’, then A is called a symmetric matrix.

79
Q

What is a skew-symmetric matrix?

A

A square matrix A is said to be skew-symmetric if A’ = -A.

80
Q

What is the rule for the transpose of the sum of matrices?

A

(A + B)’ = A’ + B.

81
Q

What is the rule for the transpose of the difference of matrices?

A

(A - B)’ = A’ - B’.

82
Q

What does it mean for two matrices to be conformable for addition/subtraction?

A

Two matrices are said to be conformable for addition/subtraction if they are of the same order.

83
Q

What is the null matrix in terms of matrix addition?

A

The null matrix is the additive identity for matrix addition.

84
Q

What is the additive inverse of a matrix A?

A

If A is a matrix, then -A is the additive inverse of A.