Linear Algebra › Matrix-Vector Product
Rewrite the system of equations:
into a matrix vector product:
where is a 3x3 matrix and
are vectors in
.
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
Multiply
To multiply, add:
Multiply:
To multiply, add:
Let and
.
Find .
is not defined.
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,
Let be a matrix and
be a vector defined by
Find the product .
The product does not exist because the dimensions do not match.
The matrix has 3 columns and the vector
has 5 rows. The dimensions do not match and the product does not exist.
Compute AB.
None of the other answers.
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: