You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>
Copy file name to clipboardExpand all lines: source/linear-algebra/source/01-LE/02.ptx
+82-50
Original file line number
Diff line number
Diff line change
@@ -644,64 +644,96 @@ in many applications we use it for in <xref ref="EV"/>.
644
644
</statement>
645
645
</remark>
646
646
647
-
<activityestimated-time='8'>
648
-
<statement>
647
+
648
+
649
+
<commentarycomponent="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>
649
656
<p>
650
-
Consider the matrix
651
-
<me>\left[\begin{array}{cccc}2 & 6 & -1 & 6 \\ 1 & 3 & -1 & 2 \\ -1 & -3 & 2 & 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
+
<activityestimated-time='15'>
665
+
<task>
666
+
<p>
667
+
Consider the matrix:
668
+
<me>\left[\begin{array}{cccc}2 & 6 & -1 & 6 \\ 1 & 3 & -1 & 2 \\ -1 & -3 & 2 & 0 \end{array}\right].</me>
669
+
Which row operation is the best choice for the first move in converting to RREF?
670
+
</p>
671
+
<olmarker="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>)
<me>\left[\begin{array}{cccc} \markedPivot{1} & 3 & -1 & 2 \\ 2 & 6 & -1 & 6 \\ -1 & -3 & 2 & 0 \end{array}\right].</me>
687
+
Which row operation is the best choice for the next move in converting to RREF?
653
688
</p>
654
-
<olmarker="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>)
<li> Add row 2 to row 1 (<m>R_1+R_2 \rightarrow R_1</m>)
715
+
</li>
716
+
</ol>
717
+
</task>
686
718
687
-
<activityestimated-time='5'>
688
-
<statement>
719
+
<task>
689
720
<p>
690
-
Consider the matrix
691
-
<me>\left[\begin{array}{cccc}\markedPivot{1} & 3 & -1 & 2 \\ 0 & 0 & 1 & 2 \\ 0 & 0 & 1 & 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 & 6 & -1 & 6 \\ 1 & 3 & -1 & 2 \\ -1 & -3 & 2 & 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?
693
725
</p>
694
-
<olmarker="A.">
695
-
<li> Add row 1 to row 2 (<m>R_2+R_1 \rightarrow R_2</m>)
0 commit comments