@@ -221,27 +221,26 @@ we refer to this real number as a <term>scalar</term>.
221221 </p >
222222 </task >
223223 <task >
224- <p component =" html" >
225- Correct the SageMath code cell below to generate
226- an illustration of several vectors belonging to
227- <me >\vspan\left\{\left[\begin{array}{c}1\\2\end{array}\right],
228- \left[\begin{array}{c}-1\\1\end{array}\right]\right\}=
229- \setBuilder{a\left[\begin{array}{c}1\\2\end{array}\right]+
230- b\left[\begin{array}{c}-1\\1\end{array}\right]}{a, b \in \IR}</me >
231- in the <m >xy</m > plane.
232- </p >
233- <sage component =" html" >
234- <input >
235- <xi : include href =" ./code/ev1-planar-span.sage" parse =" text" />
236- </input >
237- </sage >
238- <p component =" html" >
239- Based on this illustration, which of these geometrical objects
240- best describes the span of these two vectors?
224+ <p >
225+ In addition to the combinations above, use the interactive below to graph an additional
226+ 5 or more vectors belonging to
227+ <me >\vspan\left\{\left[\begin{array}{c}1\\2\end{array}\right],
228+ \left[\begin{array}{c}-1\\1\end{array}\right]\right\}=
229+ \setBuilder{a\left[\begin{array}{c}1\\2\end{array}\right]+
230+ b\left[\begin{array}{c}-1\\1\end{array}\right]}{a, b \in \IR}</me >
231+ in the <m >xy</m > plane.
241232 </p >
242- <p component =" print" >
243- Which of these geometrical objects
244- best describes the span of these two vectors?
233+ <interactive label =" EV1-interactive-span" platform =" doenetml" width =" 100%" >
234+ <slate surface =" doenetml" >
235+ <xi : include parse =" text" href =" doenet/EV1-span-two-vectors.xml" />
236+ </slate >
237+ <description >
238+ <p >An interactive that graphs linear combinations of the vectors <m >\left[\begin{array}{c}1\\2\end{array}\right]</m > and
239+ <m > \left[\begin{array}{c}-1\\1\end{array}\right]</m >.</p >
240+ </description >
241+ </interactive >
242+ <p >
243+ Which of these geometrical objects best describes the span of these two vectors?
245244 </p >
246245 <ol marker =" A." cols =" 4" >
247246 <li >A line</li >
@@ -525,15 +524,15 @@ It is important to remember that
525524 </p >
526525 <p >
527526For example,
528- <me >
527+ <me >S=
529528\setList
530529{
531530\left[\begin{array}{c} 1 \\ -1 \\ 2 \end{array}\right],
532531\left[\begin{array}{c} 1 \\ 2 \\ 1 \end{array}\right]
533532}
534533</me >
535534is a set containing exactly two vectors, while
536- <me >
535+ <me >\vspan S =
537536\vspan\setList
538537{
539538\left[\begin{array}{c} 1 \\ -1 \\ 2 \end{array}\right],
@@ -546,15 +545,34 @@ b\left[\begin{array}{c} 1 \\ 2 \\ 1 \end{array}\right]
546545a,b\in\IR
547546}
548547</me >
549- is a set containing infinitely-many vectors. </p >
550- <p component =" html" >See the below
551- Sage cell for an illustration.
552- </p >
553- <sage language =" sage" component =" html" >
554- <input >
555- <xi : include href =" ./code/ev1-remark-span.sage" parse =" text" />
556- </input >
557- </sage >
548+ is a set containing infinitely-many vectors.
549+ </p >
550+ <figure >
551+ <sidebyside widths =" 45% 45%" >
552+ <image >
553+ <sageplot variant =" 3d" aspect =" 1.0" >
554+ <xi : include href =" ./code/ev1-remark-span1.sage" parse =" text" />
555+ </sageplot >
556+ <description ><p >An interactive 3-D plot showing the two vectors in <m >S</m ></p ></description >
557+ </image >
558+ <image >
559+ <sageplot variant =" 3d" aspect =" 1.0" >
560+ <xi : include href =" ./code/ev1-remark-span2.sage" parse =" text" />
561+ </sageplot >
562+ <description ><p >An interactive 3-D plot showing the vectors in <m >\vspan S</m ></p ></description >
563+ </image >
564+ </sidebyside >
565+ <caption >
566+ <p component =" html" >
567+ Two interactive 3-D plots showing the two vectors in <m >S</m > on the
568+ left and <m >\vspan S</m > on the right.
569+ </p >
570+ <p component =" print" >
571+ Two plots showing the two vectors in <m >S</m > on the
572+ left and <m >\vspan S</m > on the right.
573+ </p >
574+ </caption >
575+ </figure >
558576</remark >
559577
560578 </subsection >
0 commit comments