Skip to content

Add answers with RREF for EV5 activity#929

Merged
jkostiuk merged 1 commit intomainfrom
StevenClontz/20260213/EV5-show-rref-answers
Feb 16, 2026
Merged

Add answers with RREF for EV5 activity#929
jkostiuk merged 1 commit intomainfrom
StevenClontz/20260213/EV5-show-rref-answers

Conversation

@StevenClontz
Copy link
Contributor

Adding the RREFs for this activity. I often find that it's helpful (when time is short) to skip reinforcing the RREF calculation skill with students and just show them the calculation. Putting it in the answers makes that convenient.

@StevenClontz StevenClontz changed the title Add answers with RREF for activity Add answers with RREF for EV5 activity Feb 13, 2026
@StevenClontz
Copy link
Contributor Author

Aside: I used sage code to export all the matrix calculations:

latex.matrix_delimiters('[', ']')
latex.matrix_column_alignment('c')

M = matrix([
    [5,3,0,-1],
    [-2,1,0,3],
    [4,5,1,3],
]).transpose()

print(latex(M) + "\\sim" + latex(M.rref()))

@github-actions
Copy link

🚀 Preview available 🚀

https://61689ea0.tbil.pages.dev

@jkostiuk
Copy link
Contributor

about to approve, but a follow up question @StevenClontz : are these answers then visible to students during class, or only in the instructor version?

@jkostiuk jkostiuk merged commit ea760c5 into main Feb 16, 2026
4 checks passed
@StevenClontz
Copy link
Contributor Author

Answers are only in instructor version.

<exercise-inline statement="yes" hint="yes" answer="yes" solution="yes" />

vs

<exercise-inline statement="yes" hint="yes" answer="no" solution="no" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments