Matrices

Matrices

Assessment

Flashcard

Mathematics

11th - 12th 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?

Back

The dimensions of a matrix are defined by the number of rows and columns it contains, expressed as 'rows x columns'. For example, a 3x2 matrix has 3 rows and 2 columns.

2.

FLASHCARD QUESTION

Front

How do you subtract two matrices?

Back

To subtract two matrices, subtract corresponding elements. For example, if A = [[3, -8], [0, -1]] and B = [[1, 3], [4, 5]], then A - B = [[3-1, -8-3], [0-4, -1-5]] = [[2, -11], [-4, -6]].

3.

FLASHCARD QUESTION

Front

How do you multiply two matrices?

Back

To multiply two matrices, the number of columns in the first matrix must equal the number of rows in the second matrix. The element in the resulting matrix is the dot product of the corresponding row and column.

4.

FLASHCARD QUESTION

Front

What is the number of rows in a 7 x 3 matrix?

Back

A 7 x 3 matrix has 7 rows.

5.

FLASHCARD QUESTION

Front

What is the result of subtracting the matrices [[-5], [-8], [3], [10]] and [[-9], [8], [3], [2]]?

Back

The result is [[-5 - (-9)], [-8 - 8], [3 - 3], [10 - 2]] = [[4], [-16], [0], [8]].

6.

FLASHCARD QUESTION

Front

What is a zero matrix?

Back

A zero matrix is a matrix in which all the elements are zero. It is denoted as O and can be of any size.

7.

FLASHCARD QUESTION

Front

What is the identity matrix?

Back

An identity matrix is a square matrix with ones on the diagonal and zeros elsewhere. It acts as the multiplicative identity in matrix multiplication.

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?