MATH 323 Lecture 18

From Notes
Jump to navigation Jump to search

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


Announcements

  • Test 2 will be November 13
  • Math Club meeting Monday, November 5, 19:00 BLOC 117 — Dr. Frank Sotile on hyperbolic soccerballs.
  • Office hours this week are 14:20–15:20

Similarity

Let be the transformation matrix for .

  1. if is the matrix representing w.r.t.
  2. if is the matrix representing w.r.t.
  3. is the transition matrix corresponding to the change of basis from to

Then . [1]

is similar to iff the above equation holds for some nonsingular

Example

Consider

Let be another basis

Transition matrix from to is

Transition matrix from to is


The matrix represents w.r.t.

Theorem 4.3.1

Let and be two ordered bases for a vector space , and let be a linear operator on .

Let be the transition matrix representing the change from to .

If is the matrix representing w.r.t. and is the matrix representing w.r.t. , then .

Proof

, , and .

Let , , , where is transition matrix from to and is transition matrix from to .

,

Finding new Bases

represents w.r.t

Suppose we haeve through . Then gives us a new basis.

Example

find representing w.r.t. Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle [1,x,x^2]} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A} representing Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle D} w.r.t. Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle [1, 2x, 4x^2-2]} .

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align} D(1) &= 0 & D(x) &= 1 & D(x^2) &= 2x \\ B &= \begin{bmatrix}0&1&0\\0&0&2\\0&0&0\end{bmatrix} \\ D(1) &= 0 & D(2x) &= 2 & D(4x^2-2)&= 8x \\ A &= \begin{bmatrix}0&2&0\\0&0&4\\0&0&0\end{bmatrix} \end{align}}

Write as a linear combination of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle [1,x,x^2]} to find Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle S} :

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align} 1 &= 1 \cdot 1 + 0 \cdot x + 0 \cdot x^2 \\ 2x &= 0 \cdot 1 + 2 \cdot x + 0 \cdot x^2 \\ 4x^2-2 &= -2 \cdot 1 + 0 \cdot x + 4 \cdot x^2\\ S &= \begin{bmatrix}1&0&-2\\0&2&0\\0&0&4\end{bmatrix} \\ S^{-1} &= \begin{bmatrix}1&0&\frac{1}{2}\\0&\frac{1}{2}&0\\0&0&\frac{1}{4}\end{bmatrix} \end{align}}

Thus it holds that Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle B = S^{-1} \, A \, S} .


Chapter 5: Orthogonality

Scalar Product

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \vec{x},\vec{y} \in \mathbb{R}^n}

Scalar product (also called dot product) is defined as

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align} \vec{x} \cdot \vec{y} &= \sum_{i=1}^n x_i \, y_i = x_1 \, y_1 + \dots + x_n \, y_n \\ &= \vec{x}^T \vec{y} = (x_1, \ldots, x_n) \begin{pmatrix}y_1\\\vdots\\y_n\end{pmatrix} \end{align}}

Length

The length of an Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n} -dimensional vector is given by

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\| \vec{x} \right\| = \sqrt{\sum_{x=1}^n x_i^2}}

The distance between two vectors Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \vec{x}} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \vec{y}} can be found from Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \|\vec{x}-\vec{y}\|}

Theorem 5.1.1

If Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \vec{x}, \vec{y} \in \mathbb{R}^n} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \theta} is the angle between them, then

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \vec{x} \cdot \vec{y} = \| \vec{x} \| \| \vec{y} \| \cos{\theta}}

Footnotes

  1. For Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle B = U^{-1} \, A \, U} , we say that Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle B} are conjugate by Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle U} .