Skip to content

Add answers with RREF for EV5 activity#929

Open
StevenClontz wants to merge 1 commit intomainfrom
StevenClontz/20260213/EV5-show-rref-answers
Open

Add answers with RREF for EV5 activity#929
StevenClontz wants to merge 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

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.

1 participant