MATH 323 Lecture 14

From Notes
Jump to navigation Jump to search

« previous | Tuesday, October 16, 2012 | next »


Conversion of Bases

Coordinates of x w.r.t. basis E=[v1,,vn] are written as [x]E.

Conversion from basis E to basis F takes on following notation:

[x]F=S[x]E


For E=[e1,,en] (standard basis), V=[v1,,vn], and U=[u1,,un]

Transformation matrix S takes following values:

  1. VE:V
  2. VU:U1V
  3. EU:U1


Row Space and Column Space

Span of row vectors or column vectors of matrix.

Theorem 3.6.1: Two row equivalent matrices have the same row space.

Rank of a Matrix

rank(A)=dim(row space of A)

Example

A=[123251147][123015000]

  • the rank of A is 2
  • the vectors 1,2,3 and 0,1,5 are linearly independent
  • they form a basis for the row span of A

Solving Linear System of Equations

Theorem 3.6.2: The system Ax=b has a solution iff b is contained in the column space of A.

Theorem 3.6.3

Let A be a m×n matrix.

  • The linear system Ax=b is consistent for every bn iff the column vectors of A span n.
  • The system Ax=b has at moste one solution for every bn iff the column vectors of A are linearly independent.