Matrices Flashcards

1
Q
# define:
matrix
A

A

  • *rectangular arrangement** of
  • *numbers** into
  • *rows and columns**.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In plainspeak,
what is a
matrix?

A

A
compact representation of numbers.

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

What are the
dimensions
of matrix B?

A

3 x 2

Pronounced “three by two.”

Rows x Columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  • *Envision** a
  • *2 x 3 matrix**.
A

Rows x Columns

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

What is

  • *another word** for a
  • *matrix entry**?
A

Matrix element

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

How could you

  • *identify** the
  • *entry −7** in
  • *matrix G**?
A

g1,3

It’s the entry in the first row and the third column.

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

What is
element g2,1?

A

18

It’s in the second row and the first column.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
# _define_:
augmented matrix
A

A matrix that

  • *represents** a
  • *system of equations**.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In an
augmented matrix,
what does each
row represent?

A

One equation
in the system of equations

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

In an
augmented matrix,
what does each
column represent?

A

A
variable
or the
constant terms
in the system of equations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  • *Envision** the
  • *augmented matrix** that
  • *represents** the
  • *system below**.
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  • *Envision** the
  • *augmented matrix** that
  • *represents** the
  • *system below**.
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  • *Envision** the
  • *augmented matrix** that
  • *represents** the
  • *system below**.
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the

  • *three** elementary
  • *matrix row operations**?
A

Switch any two rows

Add one row to another

Multiply a row by a
nonzero constant

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

Why can you
switch any two rows in an
augmented matrix?

A

The

  • *order** of the equations
  • *doesn’t matter**.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Why can you
add one row to another in an
augmented matrix?

A

Because you can

  • *add two equal quantities** to
  • *both sides** of an equation.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Why can you
multiply a row by a nonzero constant in an
augmented matrix?

A

Because you can

  • *multiply both sides** of an equation by the
  • *same nonzero constant**.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

How do you

  • *notate**
  • *interchanging rows 1 and 2**?
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

How do you

  • *notate**
  • *multiplying row 2 by three**?
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

How do you

  • *notate**
  • *replacing row 2** with the
  • *sum of rows 1 and 2**?
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q
A

Just add the corresponding entries.

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

Just subtract the corresponding entries.

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

Undefined

Cannot add or subtract matrices with different dimensions.

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

When working with
matrices,
how do you
refer to
real numbers?

A

Scalars

Any real number that is
not a part of the matrix is a
scalar.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q
# _define_:
matrix equation
A

An

  • *equation** in which the
  • *variable** stands for a
  • *matrix**.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q
# _define_:
zero matrix
A

A

  • *matrix** in which
  • *all entries are 0**.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

When working with
matrices,
what does
O mean?

A

A zero matrix

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

What are the
dimensions of the
zero matrix in the equation
B + O = B
given that:

A

2 x 3

If the dimensions of a zero matrix aren’t given, it’s understood that the dimensions match the dimensions of matrix B.

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

How would you
notate a
zero matrix with
two rows and four columns?

A

O2x4

A zero matrix is indicated by O,
and a subscript can be added to indicate the dimensions of the matrix if necessary.

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

Given

matrices A and O,

AO = _____?

A

A

When we add the
m x n zero matrix to
any m x n matrix A, we get
matrix A back.

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

Given

matrix A,

A + −A = _____?

A

O

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

What is the
commutative property of addition?

(applied to matrices)

A

A + B = B + A

You can
add two matrices in any order and
get the
same result.

34
Q

What is the
associative property of addition?

(applied to matrices)

A

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

You can
change the grouping in matrix addition and get the
same result.

For example, you can add matrix A to B first, and then add matrix C or you can add matrix B to C and then add this result to A.

35
Q

What is the
additive identity property?

(applied to matrices)

A

A + O = A

The
sum of
any matrix A and the
appropriate zero matrix is the
matrix A.

36
Q

What is the
additive inverse property?

(applied to matrices)

A

A + (−A) = O

The sum of a
real number and its opposite is
always 0, and so the
sum of any matrix and its opposite gives a
zero matrix.

37
Q

What is the
closure property of addition?

(applied to matrices)

A
  • A* + B is a matrix of the
  • *same dimensions** as
  • A* and B.
38
Q

Due to what
property,
applied to the matrices below,
do we know that

A + B = B + A?

A

The
commutative property of addition

You can
add two matrices in any order and
get the
same result.

39
Q

Due to what
property,
applied to the matrices below,
do we know that

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

A

The
associative property of addition

You can
change the grouping in matrix addition and get the
same result.

40
Q

Due to what
property,
applied to the matrices below,
do we know that

A + O = A?

A

The
additive identity property

The
sum of
any matrix A and the
appropriate zero matrix is the
matrix A.

41
Q

Due to what
property,
applied to the matrices below,
do we know that

A + (−A) = O?

A

What is the
additive inverse property?

The sum of a
real number and its opposite is
always 0, and so the
sum of any matrix and its opposite gives a
zero matrix.

42
Q

Due to what
property,
applied to the matrices below,
do we know that

  • A* + B is a matrix of the
  • *same dimensions** as
  • A* and B.
A

The
closure property of addition

43
Q

What is the
associative property of multiplication?

(applied to matrices and scalars)

A

(cd)A = c(dA)

If a matrix is multiplied by
two scalars, you can
multiply the scalars together first,
and then
multiply by the matrix
OR
you can multiply the matrix by one scalar,
and then
the resulting matrix by the other.

44
Q

What are the
distributive properties?

(applied to matrices and scalars)

A

c(A + B) = c**A + c**B
and
(c + d)A = cA + dA

A
scalar can be
distributed over
matrix addition.

45
Q

What is the
multiplicative identity property?

(applied to matrices and scalars)

A

1A = A

Because 1 • a = a for any real number a, the scalar 1 will always be the multiplicative identity in scalar multiplication.

46
Q

What are the
multiplicative properties of zero?

(applied to matrices and scalars)

A

0 • A = 0
and
c • O = O

  • In scalar multiplication, 0 times any m x n matrix A is the m x n zero matrix.*
  • This is derived from the multiplicative properties of zero in the real number system.*
47
Q

What is the
closure property of multiplication?

(applied to matrices and scalars)

A
  • cA* is a matrix of the
  • *same dimensions** as
  • A*.
48
Q

Due to what
property,
applied to the matrices and scalars below,
do we know that

(cd)A = c(dA)?

A

The
associative property of multiplication

If a matrix is multiplied by
two scalars, you can
multiply the scalars together first,
and then
multiply by the matrix
OR
you can multiply the matrix by one scalar,
and then
the resulting matrix by the other.

49
Q

Due to what
property,
applied to the matrices and scalars below,
do we know that

c(A + B) = c**A + c**B
and
(c + d)A = cA + dA?

A

The
distributive properties

A
scalar can be
distributed over
matrix addition.

50
Q

Due to what
property,
applied to the matrices and scalars below,
do we know that

1A = A?

A

The
multiplicative identity property

Because 1 • a = a for any real number a, the scalar 1 will always be the multiplicative identity in scalar multiplication.

51
Q

Due to what
property,
applied to the matrices and scalars below,
do we know that

0 • A = O
and
cO = O

A

The
multiplicative properties of zero

  • In scalar multiplication, 0 times any m x n matrix A is the m x n zero matrix.*
  • This is derived from the multiplicative properties of zero in the real number system.*
52
Q

Due to what
property,
applied to the matrices and scalars below,
do we know that

  • cA* is a matrix of the
  • *same dimensions** as
  • A*?
A

The
closure property of multiplication

53
Q
# _define_:
scalar multiplication

(applied to matrices)

A

The

  • *product** of a
  • *real number** and a
  • *matrix**

Each entry in the matrix is
multiplied by the given
scalar.

54
Q
A
55
Q
# _define_:
*n*-tuple
A

An

  • *ordered list** of
  • n* numbers
56
Q
# _define_:
dot product
A

A

  • *single number** obtained from
  • *two n-tuples** by
  • *summing the products** of the
  • *respective entries**

Also called
scalar product

57
Q

How do you

  • *notate** an
  • n*-tuple using a
  • *variable**?
A

By a

  • *variable** with an
  • *arrow on top**
58
Q
A

The
product of
two n-tuples of
equal length is
always a
single real number

59
Q
A

Take the

  • *dot product** of the respective
  • *rows of matrix A** and the
  • *columns of matrix B**

Specifically, the entry
ci,j is the
dot product of
<strong>→</strong> <strong>→</strong>
ai & bj

For example . . .

60
Q

Generally,
how do you know whether
matrix multiplication is
defined?

A

The
number of columns in the first matrix
must be equal to the
number of rows in the second matrix

61
Q

Generally,
how do you know the
dimensions of the product of
matrix multiplication?

A

It will have
first matrix’s number of rows
and the
second matrix’s number of columns

(m x n) (n x k):
product is m x k

62
Q

Is this operation
defined?

If so,
what are the
dimensions of the
product?

A

Yes,
it’s defined

3 x 2
are the dimensions of the product

63
Q

Is this operation
defined?

If so,
what are the
dimensions of the
product?

A

No,
it’s undefined

The would-be factors are
3 x 4 and 3 x 2,
and because the
inside dimensions aren’t the same,
multiplication is undefined.

64
Q
# _define_:
identity matrix
A

A

  • *square matrix** with
  • *1’s along the diagonal** from the
  • *upper left to bottom right** and
  • *0’s everywhere else**
65
Q

Envision
the matrix
I4.

A

The n x n identity matrix, denoted
In,
is a matrix with n rows and n columns.

66
Q
A

The
product of
any square matrix and the
appropriate identity matrix is always the
original matrix,
regardless of the order in which the
multiplication was performed

67
Q
A

The
product of
any square matrix and the
appropriate identity matrix is always the
original matrix,
regardless of the order in which the
multiplication was performed

68
Q

Applied to the matrices below,
which of the following
is not true?

A
69
Q
# _define_:
transformation
A

The
same thing as a
function
(something which
takes in a number and
outputs a number)

BUT while
functions are typically visualized with graphs,
“transformations” are typically visualized as some object moving, stretching, squashing, etc.

70
Q

How do you represent a
two-dimensional linear transform
with a
matrix?

A

These are the respective
x- and y-coordinates where the points

(1, 0) and (0, 1)
end up

Note the relationship with I2

71
Q

How do

  • *two dimensional linear transformations**
  • *relate** to
  • *I2**?
A

These

  • *transformation matrices** are
  • *scaled** forms of
  • *I2**
72
Q

Given a
two-dimensional linear transformation,
how do you
determine where a
given vector
ended up?

A

(x, y) = the vector before transform

(a, c) = where (1, 0) ended

(b, d) = where (0, 1) ended)

73
Q

Given
matrix A,
what does
| A | mean?

A

The
determinant of matrix A

74
Q

Given
matrix A2x2,
how do you
calculate the
determinant of A?

A
75
Q

What is the

  • *adjugate** of
  • *matrix A** below?
A

Values in the

  • descending diagonal are swapped
  • ascending diagonal are made opposite
76
Q

Given
matrix A,

___ • A = I

A

A−1 • A = I

Also . . .

A • A−1 = I

(Pronounced
“the inverse of matrix A”)

77
Q

Given
matrix A,
how do you determine
A−1?

A

A−1 = 1 • adj(A)
| A |

One over the determinant of A
times the
adjugate of A

78
Q

How do you
know whether a
matrix is
invertible?

A

A
matrix is invertible
unless the
determinant equals zero

This would require you to divide by zero when determining the inverse, which is an undefined operation

79
Q

Is
matrix A
invertible?

A

No

A matrix is invertible
unless its
determinant equals zero

Here . . .

A | = 2•6 − 4•3 = 0

80
Q

Is
matrix A
invertible?

A

Yes

A matrix is invertible
unless its
determinant equals zero

Here . . .

A | = 2•6 − 5•3 = −3

81
Q

What are the

  • *steps** to
  • *solving a linear system** with
  • *matrix equations**?

i.e.

2s – 5t = 7
–2s + 4 = –6

A
  1. Represent the system as a matrix
  2. Multiply each side by the inverse of the matrix, which isolates the variables
  3. Simplify