Skip to content

Commit 126a0b5

Browse files
jkostiukStevenClontzcg2wilsonsiwelwerdmlamich1
committed
Suggestion for LE2 #334 (#460)
* Suggestion for LE2 #334 * Merge in main (#473) * made PS2 notation to be consistent with PS1; addresses PS2 vs PS1 notation for power series #41 (#454) * Update presentations on website (#456) * Format presentations, update citation * Add posters * Update site/pages/about.md Co-authored-by: Drew Lewis <30658947+siwelwerd@users.noreply.github.com> --------- Co-authored-by: jkostiuk <kostiuk.jordan@gmail.com> * Added answers for Calculus LT1 MCQs (#458) * Added Answer for first Calc activity * Answers added to Calculus 1.1 Limits Graphically LT1 * Update ti8 check it (#465) Co-authored-by: Drew Lewis <drew.lewis@gmail.com> Co-authored-by: Drew Lewis <30658947+siwelwerd@users.noreply.github.com> * make second colophon a preface (#464) * Quicker PR previews (#455) * begin refactor: build/deploy are just for full builds * use gitpython to see changed files * get accurate list of changed files * grab changed ptx files * build changed PTX files * add preview action * fix cloudflare requirement * get full history in source checkout * update pretext version * try GitDB fix * specify origin/main * try adding safe directory * try safe directory again * try setting permission in action * try abspath * clean up cruft * try default fetch_depth * restore fetch-depth * use main function * share markdown output * multiline output * check output * write to output file * try backtick interpolation * use single-line markdown * fix quote * smaller test content * try using javascript template * escape ticks * don't escape newline * undo chnages to main * try another xml ID * add base URL to preview message * remove checkit build deletion since we will never send full checkit there * fix string formatting * remove placeholder foo.ptx * Small edit to EL1 (#410) * Precalculus TE1 (#397) Co-authored-by: Drew Lewis <30658947+siwelwerd@users.noreply.github.com> * FN5 addition (#469) * Add more description of TBIL (#467) --------- Co-authored-by: Cory Wilson <40644848+cg2wilson@users.noreply.github.com> Co-authored-by: Drew Lewis <30658947+siwelwerd@users.noreply.github.com> Co-authored-by: jkostiuk <kostiuk.jordan@gmail.com> Co-authored-by: mlamich1 <139090918+mlamich1@users.noreply.github.com> Co-authored-by: TienChih <tien.chih@emory.edu> Co-authored-by: Drew Lewis <drew.lewis@gmail.com> Co-authored-by: Abby Noble <85640990+AbbyANoble@users.noreply.github.com> Co-authored-by: tdegeorge <143553140+tdegeorge@users.noreply.github.com> * added instructor note explaining repetition * moved and expanded instructor's note --------- Co-authored-by: Steven Clontz <steven.clontz@gmail.com> Co-authored-by: Cory Wilson <40644848+cg2wilson@users.noreply.github.com> Co-authored-by: Drew Lewis <30658947+siwelwerd@users.noreply.github.com> Co-authored-by: mlamich1 <139090918+mlamich1@users.noreply.github.com> Co-authored-by: TienChih <tien.chih@emory.edu> Co-authored-by: Drew Lewis <drew.lewis@gmail.com> Co-authored-by: Abby Noble <85640990+AbbyANoble@users.noreply.github.com> Co-authored-by: tdegeorge <143553140+tdegeorge@users.noreply.github.com>
1 parent e83b85e commit 126a0b5

File tree

1 file changed

+82
-50
lines changed
  • source/linear-algebra/source/01-LE

1 file changed

+82
-50
lines changed

source/linear-algebra/source/01-LE/02.ptx

+82-50
Original file line numberDiff line numberDiff line change
@@ -644,64 +644,96 @@ in many applications we use it for in <xref ref="EV"/>.
644644
</statement>
645645
</remark>
646646

647-
<activity estimated-time='8'>
648-
<statement>
647+
648+
649+
<commentary component="instructor">
650+
<paragraphs>
651+
<title>Instructor Note</title>
652+
<p>
653+
In the following 4-part activity, students make decisions about which row operations are most helpful for them in producing the RREF.
654+
The matrices appearing in parts (b) and (c) are obtained by applying specific choices of row operations to the matrix appearing previously; the matrix in part (d) is the one that we started with.
655+
</p>
649656
<p>
650-
Consider the matrix
651-
<me>\left[\begin{array}{cccc}2 &amp; 6 &amp; -1 &amp; 6 \\ 1 &amp; 3 &amp; -1 &amp; 2 \\ -1 &amp; -3 &amp; 2 &amp; 0 \end{array}\right].</me>
652-
Which row operation is the best choice for the first move in converting to RREF?
657+
Our experience in facilitating these activities is that student reasoning in part (a) is largely grounded in the production of zeroes, no matter how they appear; because of this, all of the choices in part (a) may appear to be equally valid to them.
658+
In contrast, choices made in parts (b) and (c) are more constrained as our students recognize the utility of using the marked pivot intentionally to clear entries above and below.
659+
By revisiting the original matrix in part (d) after marking the pivot position, the instructor can highlight how choices are more intentionally guided by the pivots.
660+
In turn, this helps students develop a more strategic approach, which is codified in the observation following the activity.
661+
</p>
662+
</paragraphs>
663+
</commentary>
664+
<activity estimated-time='15'>
665+
<task>
666+
<p>
667+
Consider the matrix:
668+
<me>\left[\begin{array}{cccc}2 &amp; 6 &amp; -1 &amp; 6 \\ 1 &amp; 3 &amp; -1 &amp; 2 \\ -1 &amp; -3 &amp; 2 &amp; 0 \end{array}\right].</me>
669+
Which row operation is the best choice for the first move in converting to RREF?
670+
</p>
671+
<ol marker="A.">
672+
<li> Add row 3 to row 2 (<m>R_2+R_3 \rightarrow R_2</m>)
673+
</li>
674+
<li> Add row 2 to row 3 (<m>R_3+R_2 \rightarrow R_3</m>)
675+
</li>
676+
<li> Swap row 1 to row 2 (<m>R_1 \leftrightarrow R_2</m>)
677+
</li>
678+
<li> Add -2 row 2 to row 1 (<m>R_1-2R_2 \rightarrow R_1</m>)
679+
</li>
680+
</ol>
681+
</task>
682+
683+
<task>
684+
<p>
685+
Consider the matrix:
686+
<me>\left[\begin{array}{cccc} \markedPivot{1} &amp; 3 &amp; -1 &amp; 2 \\ 2 &amp; 6 &amp; -1 &amp; 6 \\ -1 &amp; -3 &amp; 2 &amp; 0 \end{array}\right].</me>
687+
Which row operation is the best choice for the next move in converting to RREF?
653688
</p>
654-
<ol marker="A.">
655-
<li> Add row 3 to row 2 (<m>R_2+R_3 \rightarrow R_2</m>)
656-
</li>
657-
<li> Add row 2 to row 3 (<m>R_3+R_2 \rightarrow R_3</m>)
658-
</li>
659-
<li> Swap row 1 to row 2 (<m>R_1 \leftrightarrow R_2</m>)
660-
</li>
661-
<li> Add -2 row 2 to row 1 (<m>R_1-2R_2 \rightarrow R_1</m>)
662-
</li>
663-
</ol>
664-
</statement>
665-
</activity>
689+
<ol marker="A.">
690+
<li> Add row 1 to row 3 (<m>R_3+R_1 \rightarrow R_3</m>)
691+
</li>
692+
<li> Add -2 row 1 to row 2 (<m>R_2-2R_1 \rightarrow R_2</m>)
693+
</li>
694+
<li> Add 2 row 2 to row 3 (<m>R_3+2R_2 \rightarrow R_3</m>)
695+
</li>
696+
<li> Add 2 row 3 to row 2 (<m>R_2+2R_3 \rightarrow R_2</m>)
697+
</li>
698+
</ol>
699+
</task>
666700

667-
<activity estimated-time='7'>
668-
<statement>
701+
<task>
669702
<p>
670-
Consider the matrix
671-
<me>\left[\begin{array}{cccc} \markedPivot{1} &amp; 3 &amp; -1 &amp; 2 \\ 2 &amp; 6 &amp; -1 &amp; 6 \\ -1 &amp; -3 &amp; 2 &amp; 0 \end{array}\right].</me>
672-
Which row operation is the best choice for the next move in converting to RREF?
703+
Consider the matrix:
704+
<me>\left[\begin{array}{cccc}\markedPivot{1} &amp; 3 &amp; -1 &amp; 2 \\ 0 &amp; 0 &amp; 1 &amp; 2 \\ 0 &amp; 0 &amp; 1 &amp; 2 \end{array}\right].</me>
705+
Which row operation is the best choice for the next move in converting to RREF?
673706
</p>
674-
<ol marker="A.">
675-
<li> Add row 1 to row 3 (<m>R_3+R_1 \rightarrow R_3</m>)
676-
</li>
677-
<li> Add -2 row 1 to row 2 (<m>R_2-2R_1 \rightarrow R_2</m>)
678-
</li>
679-
<li> Add 2 row 2 to row 3 (<m>R_3+2R_2 \rightarrow R_3</m>)
680-
</li>
681-
<li> Add 2 row 3 to row 2 (<m>R_2+2R_3 \rightarrow R_2</m>)
682-
</li>
683-
</ol>
684-
</statement>
685-
</activity>
707+
<ol marker="A.">
708+
<li> Add row 1 to row 2 (<m>R_2+R_1 \rightarrow R_2</m>)
709+
</li>
710+
<li> Add -1 row 3 to row 2 (<m>R_2-R_3 \rightarrow R_2</m>)
711+
</li>
712+
<li> Add -1 row 2 to row 3 (<m>R_3-R_2 \rightarrow R_3</m>)
713+
</li>
714+
<li> Add row 2 to row 1 (<m>R_1+R_2 \rightarrow R_1</m>)
715+
</li>
716+
</ol>
717+
</task>
686718

687-
<activity estimated-time='5'>
688-
<statement>
719+
<task>
689720
<p>
690-
Consider the matrix
691-
<me>\left[\begin{array}{cccc}\markedPivot{1} &amp; 3 &amp; -1 &amp; 2 \\ 0 &amp; 0 &amp; 1 &amp; 2 \\ 0 &amp; 0 &amp; 1 &amp; 2 \end{array}\right].</me>
692-
Which row operation is the best choice for the next move in converting to RREF?
721+
Consider the matrix:
722+
<me>\left[\begin{array}{cccc}2 &amp; 6 &amp; -1 &amp; 6 \\ 1 &amp; 3 &amp; -1 &amp; 2 \\ -1 &amp; -3 &amp; 2 &amp; 0 \end{array}\right].</me>
723+
Mark the position where the first pivot should be.
724+
Which row operation is the best choice for the first move in converting to RREF?
693725
</p>
694-
<ol marker="A.">
695-
<li> Add row 1 to row 2 (<m>R_2+R_1 \rightarrow R_2</m>)
696-
</li>
697-
<li> Add -1 row 3 to row 2 (<m>R_2-R_3 \rightarrow R_2</m>)
698-
</li>
699-
<li> Add -1 row 2 to row 3 (<m>R_3-R_2 \rightarrow R_3</m>)
700-
</li>
701-
<li> Add row 2 to row 1 (<m>R_1+R_2 \rightarrow R_1</m>)
702-
</li>
703-
</ol>
704-
</statement>
726+
<ol marker="A.">
727+
<li> Add row 3 to row 2 (<m>R_2+R_3 \rightarrow R_2</m>)
728+
</li>
729+
<li> Add row 2 to row 3 (<m>R_3+R_2 \rightarrow R_3</m>)
730+
</li>
731+
<li> Swap row 1 to row 2 (<m>R_1 \leftrightarrow R_2</m>)
732+
</li>
733+
<li> Add -2 row 2 to row 1 (<m>R_1-2R_2 \rightarrow R_1</m>)
734+
</li>
735+
</ol>
736+
</task>
705737
</activity>
706738

707739
<observation>

0 commit comments

Comments
 (0)