Matrix Operations

Matrix Operations

Assessment

Flashcard

Mathematics

11th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What are the dimensions of a matrix with 3 rows and 2 columns?

Back

3 x 2

2.

FLASHCARD QUESTION

Front

What must be true in order to ADD two matrices?

Back

The dimensions must be equal.

3.

FLASHCARD QUESTION

Front

What is the product of the following matrices? A = [[-1, 2], [3, 4]], B = [[5, 6], [7, 8]]

Back

A * B = [[-1*5 + 2*7, -1*6 + 2*8], [3*5 + 4*7, 3*6 + 4*8]] = [[9, 10], [43, 54]]

4.

FLASHCARD QUESTION

Front

Find A + B if A = [[1, 2], [3, 4]] and B = [[5, 6], [7, 8]]

Back

A + B = [[1+5, 2+6], [3+7, 4+8]] = [[6, 8], [10, 12]]

5.

FLASHCARD QUESTION

Front

What is the result of adding the following matrices? A = [[2, 3], [4, 5]], B = [[1, 1], [1, 1]]

Back

A + B = [[2+1, 3+1], [4+1, 5+1]] = [[3, 4], [5, 6]]

6.

FLASHCARD QUESTION

Front

What is the determinant of a 2x2 matrix A = [[a, b], [c, d]]?

Back

det(A) = ad - bc

7.

FLASHCARD QUESTION

Front

What is the condition for matrix multiplication to be defined?

Back

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?