A vector equation breaks down the multiplication process of a matrix by a vector into simpler, individual computations for each row. Each resulting component of the solution vector is a sum calculated from corresponding elements in the rows of the matrix and the vector.
Let’s take a closer look at our example, where we turn the matrix equation into a vector equation:
- The first component is calculated as: \( 7(-2) + (-3)(-5) = 1 \)
- The second component is calculated as: \( 2(-2) + 1(-5) = -9 \)
- The third component is calculated as: \( 9(-2) + (-6)(-5) = 12 \)
- The fourth component is calculated as: \( -3(-2) + 2(-5) = -4 \)
Turning a matrix equation into a vector equation makes it easier to verify the individual operations performed for each row. As seen here, each component of the output vector results from calculations involving sums of products, also known as scalar multiplications. This clearer step-by-step illustration helps in checking and understanding each value in the resulting vector.