Skip to content
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