Matrix-Vector Product

Help Questions

Linear Algebra › Matrix-Vector Product

Questions 1 - 10
1

Rewrite the system of equations:

into a matrix vector product:

where is a 3x3 matrix and are vectors in .

Explanation

To write

into matrix vector form, we recall that matrix multiplication with a vector is done such that the first element in the resulting vector is the dot product of the first row of with the vector , the second element is the dot product of the second row with , and so on. The first row is thus , the second row is , and the third row is . So the left side of the equality is

The right side is the vector , so the final answer is

which is equivalent to

2

Explanation

3

Multiply

Explanation

To multiply, add:

4

Multiply:

Explanation

To multiply, add:

5

Explanation

6

Let and .

Find .

is not defined.

Explanation

First, it must be established that is defined. This is the case if and only if has as many columns as has rows. Since has two columns and has two rows, is defined.

Matrices are multiplied by multiplying each row of the first matrix by each column of the second - that is, by adding the products of the entries in corresponding positions. Thus,

7

Explanation

8

Let be a matrix and be a vector defined by

Find the product .

The product does not exist because the dimensions do not match.

Explanation

The matrix has 3 columns and the vector has 5 rows. The dimensions do not match and the product does not exist.

9

Explanation

10

Compute AB.

None of the other answers.

Explanation

Because the number of columns in matrix A and the number of rows in matrix B are equal, we know that product AB does in fact exist. Matrix AB should have the same number of rows as A and the same number of columns as B. In this case, AB is a 2x3 matrix:

Page 1 of 3
Return to subject