Skip to content

clarify how to show computation of inverse (MX2 checkit) #731

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions source/linear-algebra/exercises/outcomes/MX/MX2/template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ discussing its corresponding linear transformation.
</p>
<p>
<!-- {{#invertible}} -->
<m>{{label}}</m> is invertible.
<m>{{label}}</m> is invertible because it is a bijective transformation.
<!-- {{/invertible}} -->
<!-- {{^invertible}} -->
<m>{{label}}</m> is not invertible.
<m>{{label}}</m> is not invertible because it is not a bijective transformation.
<!-- {{/invertible}} -->
</p>
</outtro>
Expand Down Expand Up @@ -62,9 +62,8 @@ be done without using technology.)
<outtro>
<p>
<!-- {{#invertible}} -->
Show how to compute each column of the inverse matrix
by solving an appropriate vector equation (that is, computing RREF
of an appropriate augmented matrix).
Explain and demonstrate how to solve <m>{{label}} \vec x = \vec e_i</m> for <m>i=1,2,3,4</m> to obtain
each column <m>{{label}}^{-1}\vec e_i</m> of the inverse matrix <m>{{label}}^{-1}</m>.
<!-- {{/invertible}} -->
<!-- {{^invertible}} -->
N/A
Expand Down