Matrix1

Matrix1

University

6 Qs

quiz-placeholder

Similar activities

Output Devices

Output Devices

University

6 Qs

หน่วยการเรียนรู้ เรื่อง กราฟ (Graph)

หน่วยการเรียนรู้ เรื่อง กราฟ (Graph)

University

10 Qs

Big data

Big data

University

9 Qs

Database | Entity Relationship Model

Database | Entity Relationship Model

University

10 Qs

Quiz 2

Quiz 2

University

10 Qs

CMP128 Java Ch. 07 Arrays

CMP128 Java Ch. 07 Arrays

University

10 Qs

Easiest Science Comp Quizz :)

Easiest Science Comp Quizz :)

University

10 Qs

COMP130_Intro

COMP130_Intro

University

6 Qs

Matrix1

Matrix1

Assessment

Quiz

Computers

University

Hard

Created by

Mr. Ashwin Perti

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You can multiply a 2X3 matrix by which matrix?
2X2
2X12
3X12
2X3

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Find the product of the two matrices.
1   2
6   -8
-3   -5
-5   -11
-2     8
-6   -12
2  -3
5   -2

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given matrices A & B: 
A is a (4x33) matrix
B is a (33x1) matrix
 What are the dimensions of the product of A times B?
4x1
4x33
33x1
Matrix does not exist

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What do m, n, p and q equal in this scalar matrix multiplication?
m=8, n=9, p=-4, q=4 
m=15, n = -45, p=20, q=-5
m=20, n=-5, p=15, q=-45
m=-5, n=20, p=-45, q=15

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What are the dimensions of this matrix?

4x3

3x4

3

4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would a scalar multiplication be carried out for a matrix?
Add the Scalar to every element in the matrix
Dot product the rows of one matrix with the columns of the other matrix
Multiply every element with the scalar to create a new matrix
subtract the elements in the first matrix from the elements of the second matrix