Types: N/A
Examples: N/A
Constructions: N/A
Generalizations: 2A The Nonsingular Linear-Systems Problem

Properties: N/A
Sufficiencies: N/A
Questions: N/A

Problem 1: The Matrix-Vector Multiplication Problem

Let m,nN. Let ARm×n be a given matrix and xRn be a given vector. Then the matrix-vector multiplication problem is to find an unknown vector bRm such that

Ax=b
[A]mrows×ncolumns[x]n×1=[b]m×1

When doing matrix-vector multiplication, the inner dimensions must agree! This is a "forward problem." Let's define the function

f:RndomainRmcodomain

given by

f(x)=Ax.

The range of f is contained in Rm but may not be equal to Rm depending on the entries in the columns of matrix A.