Section 1.7 Homework

From Grad Wiki
Revision as of 13:10, 9 November 2015 by Grad (talk | contribs) (Created page with "'''3.''' Find the matrix representation for <math> D^2 + 2D+1_{P_3}: P_3 \to P_3</math> with respect to the basis <math>1, t, t^2, t^3</math>.<br /> <br /> ''Solution'' In or...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

3. Find the matrix representation for with respect to the basis .

Solution In order to calculate the matrix representation, we evaluate the function on each of the basis elements and then write the coordinate vector for the output of the function in terms of the same basis. In particular if we let then:

Fixed error here


Which gives the matrix representation:

6. Let and consider the map defined by . Compute the matrix representation of this linear map with respect to the basis:

Solution As before we evaluate the function on the basis elements and represent the outputs as coordinate vectors.




This gives the matrix representation of as
Which gives the matrix representation:


7. Compute a matrix representation 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 L: \text{Mat}_{2 \times 2}(\mathbb{F}) \to \text{Mat}_{1 \times 2}(\mathbb{F})} defined 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 L(X) = \begin{bmatrix} 1 & -1 \end{bmatrix} X} using the standard bases.

Solution We again calculate:
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 L(E_{11}) = \begin{bmatrix} 1 & -1 \end{bmatrix} E_{11} = \begin{bmatrix} 1 & -1 \end{bmatrix}\begin{bmatrix} 1 & 0 \\ 0 & 0 \end{bmatrix} = \begin{bmatrix} 1 & 0 \end{bmatrix} = \begin{bmatrix} 1 \\ 0 \end{bmatrix}}
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 L(E_{12}) = \begin{bmatrix} 1 & -1 \end{bmatrix} E_{12} = \begin{bmatrix} 1 & -1 \end{bmatrix}\begin{bmatrix} 0 & 1 \\ 0 & 0 \end{bmatrix} = \begin{bmatrix} 0 & 1 \end{bmatrix} = \begin{bmatrix} 0 \\ 1 \end{bmatrix}}
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 L(E_{21}) = \begin{bmatrix} 1 & -1 \end{bmatrix} E_{21} = \begin{bmatrix} 1 & -1 \end{bmatrix}\begin{bmatrix} 0 & 0 \\ 1 & 0 \end{bmatrix} = \begin{bmatrix} -1 & 0 \end{bmatrix} = \begin{bmatrix} -1 \\ 0 \end{bmatrix}}
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 L(E_{22}) = \begin{bmatrix} 1 & -1 \end{bmatrix} E_{22} = \begin{bmatrix} 1 & -1 \end{bmatrix}\begin{bmatrix} 0 & 0 \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} 0 & -1 \end{bmatrix} = \begin{bmatrix} 0 \\ -1 \end{bmatrix}}
This gives the matrix representation: 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{bmatrix} 1 & 0 & -1 & 0 \\ 0 & 1 & 0 & -1 \end{bmatrix}}