Section 1.4: The Matrix Equation tex2html_wrap_inline391

Abstract:

We encounter yet another representation for a system of linear equations - will it never end?! This is the last we'll examine, and probably the most important. Theorem four pulls all these forms together: spans, pivots, linear combinations, and matrix equations collide!

``A fundamental idea in linear algebra is to view a linear combination of vectors as the product of a matrix and a vector.'' p. 40

Matrix/vector multiplication is defined. One form that I find particularly useful is the so-called ``row-vector rule'': a row of the matrix slams into the variable vector tex2html_wrap_inline393 , to produce a single entry in the tex2html_wrap_inline395 vector.

Definition: product of matrix A and vector tex2html_wrap_inline393

If A is an m x n matrix, with columns tex2html_wrap_inline407 , tex2html_wrap_inline409 , tex2html_wrap_inline411 , and if tex2html_wrap_inline393 is in tex2html_wrap_inline415 , then the product of A and tex2html_wrap_inline393 is the linear combination of the columns of A using the corresponding entries in tex2html_wrap_inline393 as weights; that is,

displaymath383

Example: #4, p. 47

tex2html_wrap_inline425

We now have four ways of writing a system of equations(!), as given in

Theorem Three (p. 42): If A is an m x n matrix, with columns tex2html_wrap_inline407 , tex2html_wrap_inline409 , tex2html_wrap_inline411 , and if tex2html_wrap_inline393 is in tex2html_wrap_inline415 , the matrix equation

displaymath384

has the same solution set as the vector equation

displaymath385

which, in turn, has the same solution set as the system of linear equations whose augmented matrix is

displaymath386

Example: #9, p. 47

tex2html_wrap_inline443

Existence of solutions is given by the following theorem:

Theorem Four (p. 43): Let A be an m x n matrix. Then the following statements are logically equivalent. That is, for a particular A, either they are all true statements or they are all false.

  1. For each tex2html_wrap_inline395 in tex2html_wrap_inline455 , the equation tex2html_wrap_inline391 has a solution.

  2. Each tex2html_wrap_inline395 in tex2html_wrap_inline455 is a linear combination of the columns of A.

  3. The columns of A span tex2html_wrap_inline455 .

  4. A has a pivot position in every row.

Example: #14, p. 48

A handy way to think about matrix multiplication: Row-Vector rule for computing tex2html_wrap_inline471

If the product tex2html_wrap_inline471 is defined, then the ith entry in the vector tex2html_wrap_inline471 (yes, it's a vector!) is the sum of the products of corresponding entries from row i of A and from the vector tex2html_wrap_inline393 .

Example: Revisit #4, p. 47

Theorem Five (p. 45): If A is an m x n matrix, tex2html_wrap_inline491 and tex2html_wrap_inline493 are vectors in tex2html_wrap_inline415 , and c is a scalar, then:

  1. tex2html_wrap_inline499
  2. tex2html_wrap_inline501

Example: #35, p. 49



Mon Jan 28 12:31:16 EST 2008