Skip to content

Commit abc16b8

Browse files
authored
add activities
1 parent 18b1817 commit abc16b8

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

  • source/linear-algebra/source/05-GT

source/linear-algebra/source/05-GT/03.ptx

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,19 @@ Thus the characteristic polynomial of <m>A</m> is
294294
</me>
295295
and its eigenvalues are the solutions <m>-1,6</m> to <m>\lambda^2-5\lambda-6=0</m>.
296296
</p>
297+
<p>
298+
In particular, we can see by
299+
<md>
300+
\left[\begin{array}{cc}1 &amp; 2 \\ 5 &amp; 4\end{array}\right]
301+
\left[\begin{array}{c}1 \\-1\end{array}\right]
302+
=
303+
\left[\begin{array}{c}-1 \\1\end{array}\right]
304+
=
305+
-1\left[\begin{array}{c}1 \\-1\end{array}\right]
306+
</md>
307+
that <m>\left[\begin{array}{c}1 \\-1\end{array}\right]</m> is an eigenvector
308+
associated with the eigenvalue <m>-1</m>.
309+
</p>
297310
</statement>
298311
</definition>
299312

@@ -304,14 +317,44 @@ Let <m>A = \left[\begin{array}{cc} 5 &amp; 2 \\ -3 &amp; -2 \end{array}\right]</
304317
</p>
305318
</introduction>
306319
<task>
320+
<statement>
307321
<p>
308322
Compute <m>\det (A-\lambda I)</m> to determine the characteristic polynomial of <m>A</m>.
309323
</p>
324+
</statement>
325+
<answer>
326+
<p>
327+
<m>\lambda^2-3\lambda-4</m>
328+
</p>
329+
</answer>
310330
</task>
311331
<task>
332+
<statement>
312333
<p>
313334
Set this characteristic polynomial equal to zero and factor to determine the eigenvalues of <m>A</m>.
314335
</p>
336+
</statement>
337+
<answer>
338+
<p>
339+
Solve <m>\lambda^2-3\lambda-4=(\lambda-4)(\lambda+1)=0</m>
340+
to find <m>\lambda=4,-1</m>.
341+
</p>
342+
</answer>
343+
</task>
344+
<task>
345+
<statement>
346+
<p>
347+
Use technology to calculate <m>\left[\begin{array}{cc} 5 &amp; 2 \\ -3 &amp; -2 \end{array}\right]\left[\begin{array}{c} 2 \\ -1 \end{array}\right]</m> to determine
348+
which of these eigenvalues is associated to the eigenvector <m>\left[\begin{array}{c} 2 \\ -1 \end{array}\right]</m>.
349+
</p>
350+
</statement>
351+
<answer>
352+
<p>
353+
Since
354+
<md>\left[\begin{array}{cc} 5 &amp; 2 \\ -3 &amp; -2 \end{array}\right]\left[\begin{array}{c} 2 \\ -1 \end{array}\right]=\left[\begin{array}{c} 8 \\ -4 \end{array}\right]=4\left[\begin{array}{c} 2 \\ -1 \end{array}\right]</md>
355+
the associated eigenvalue is <m>\lambda=4</m>.
356+
</p>
357+
</answer>
315358
</task>
316359
</activity>
317360

0 commit comments

Comments
 (0)