Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Add a hint to matrix_transpose
Browse files Browse the repository at this point in the history
Fix #37394

Test plan: Local

Auditors: stephanie
  • Loading branch information
beneater committed Jan 23, 2013
1 parent 104989b commit ecc814e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions exercises/matrix_transpose.html
Expand Up @@ -27,9 +27,12 @@
</p>

<div class="hints">
<div>
<p>
To find the transpose, swap the rows and columns.
</p>
<p>
<code><var>PRETTY_MAT_ID</var>^{T}</code> = <code><var>PRETTY_SOLN_MAT</var></code>
</div>
</p>
</div>

<div class="solution" data-type="multiple">
Expand Down

0 comments on commit ecc814e

Please sign in to comment.