Skip to main content
Master

Multiplying a Vector by a Matrix

Master multiplying a vector by a matrix with interactive lessons and practice problems.

Understanding Multiplying a Vector by a Matrix

Choose your learning level

Watch & Learn

Video explanation of this concept

concept. Use space or enter to play video.
Beginner

Start here! Easy to understand

Now showing Beginner level explanation.

Beginner Explanation

Multiplying a 2×2 matrix A by a 2×1 column vector v produces a 2×1 vector. Check that A has 2 columns and v has 2 rows. For example, $A=\begin{bmatrix}1 & 2\\3 & 4\end{bmatrix}$, $v=\begin{bmatrix}5\\6\end{bmatrix}$. Compute entry 1: 1×5+2×6=17; entry 2: 3×5+4×6=39. Result: $\begin{bmatrix}17\\39\end{bmatrix}$.

Practice Problems

Test your understanding with practice problems

1

Quick Quiz

Single Choice Quiz
Beginner

What is the result of $\begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} \cdot \begin{bmatrix} 5 \\ 6 \end{bmatrix}$?

Please select an answer for all 1 questions before checking your answers. 1 question remaining.
2

Real-World Problem

Question Exercise
Intermediate

Teenager Scenario

Imagine a robot arm being controlled by vectors and matrices to move accurately. How does $\begin{bmatrix} 2 & 3 \\ 1 & 0 \end{bmatrix} \cdot \begin{bmatrix} x \\ y \end{bmatrix}$ change the movement?
Click to reveal the detailed solution for this question exercise.
3

Thinking Challenge

Thinking Exercise
Intermediate

Think About This

Challenge: If $\mathbf{A}$ is a 3x3 matrix and $\mathbf{v}$ is a 3x1 vector, what must be true for $\mathbf{A} \cdot \mathbf{v} = \mathbf{0}$?

Click to reveal the detailed explanation for this thinking exercise.
4

Challenge Quiz

Single Choice Quiz
Advanced

Given $\begin{bmatrix} a & b \\ c & d \end{bmatrix} \cdot \begin{bmatrix} x \\ y \end{bmatrix} = \begin{bmatrix} 0 \\ 0 \end{bmatrix}$, what can be inferred?

Please select an answer for all 1 questions before checking your answers. 1 question remaining.

Recap

Watch & Learn

Review key concepts and takeaways