Random
Inverses
Vocab / Properties
Addition and Subtraction
Matrix Multiplication
100

Identify element a23 from A =

2

100

How do you know if two matrices are inverses?

When you multiply them together, their product equals an Identity matrix.

100

The term used to refer to the number of roes and columns in a matrix

Dimensions

100

What is the rule for determining if two matrices can be added or subtracted together?

The matrices have to be the exact same dimensions (equal number of rows and columns)

100

Can the following matrices be multiplied together? How do you know? 

[[1,2],[3, 4],[5, 6]] [[1,2, 3],[4, 5, 6]]

Yes, because the first matrix is a 3x2, and the second matrix is a 2x3. Since the second matrix has the same number of rows, as the first one has columns (2), these matrices can be multiplied together.

200

Find the determinant:

[[6,4],[-9,3]]

54

200

Will the following matrix have an inverse? How do you know?

[[3, 3],[-1, -1]]

No it will not have an inverse. You know because the determinant is zero.

200

A is a 2x3 matrix

A * I3x3 = B

Make 2 statements about matrix B

Matrix B is a 2 x 3
Matrix B is the same as Matrix A

200

Simplify the following matrices based problem:


200

Solve the following operations:

2[[1,-2],[-3, 4],[5, -6]] + [[-7,8],[9, -10],[-11, 12]] 

[[-5,4],[3,-2],[-1,0]]

300

This matrix has the same number of rows as columns.

Square Matrix

300

What is the inverse of 

[[3,2],[4,1]]

[[-1/5,2/5],[4/5,-3/5]]

300


Matrix A is a 3 x 3
Describe Matrix C  
(not just it's dimensions!)
A-1 * A = C

c is a 3x3 identity matrix

1 0 0
0 1 0
0 0 1

300

Given Matrix X and Matrix Y. What is Y-X?

Matrix X=

[[2,-3],[-1,4]]

Matrix Y=

[[-4,1],[3,-2]]

[[-6,4],[4,-6]]

300

What is AxB?

Matrix A=

[[1,1],[1,1]]

Matrix B= 

[[0,3],[4,4]]

[[4,7],[4,7]]

400

Find all three separate determinants:

[[-4,3],[-1,2]] , [[6,4],[-2,3]], and [[-8,-5],[3,0]]

-5, 26, and 15

400

Find the inverse of the following matrix:

[[3, 4],[-2, -1]]

[[-1/5, -4/5],[2/5, 3/5]]

400

In the equation 3A + B, where A and B are matrices, what is the correct name for the operation of 3*A

scalar multiplication

400

Subtract:

[[1,-2, -1],[-3, 4, 3],[5, -6, -5]] - [[-2, 1, 2], [4, 3, -4], [-6, -5, 6]] 

[[3,-3,-3],[-7,1,7],[11,-1,-11]]

400

What is AxB?

matrix A=

[[4,3],[9,7]]

matrix B=

[[6,3],[9,4]]

[[51,24],[117,55]]

500

What is the determinant?

1   2   3
0   -1  2
3   0   4

Bottom -4+12+0 = 8
Top -9+0+0 = -9
Determinant = 8 - (-9) = 17

500

Are the following matrices inverse? How do you know?

[[12, 4, -7],[-2, -1, 5],[3, -8, 6]] and [[-12, -4, 7],[2, 1, -5],[-3, 8, -6]]


No, because when you multiply them together, it will not make an Identity matrix.

500

Write the 4 x 4 identity matrix



[[1,0, 0,0],[0,1, 0,0],[0,0,1,0],[0,0,0,1]]

500


1/2C - A

What is 

|-7  -8.5|

|5     5|

500

Solve the following multiplication:

[[1,2, -2, -1],[-3, -4, 4, 3]] xx [[5],[6],[7],[8]] 

[[-5],[13]]