Skip to content

Commit

Permalink
Addresses format command in Octave #477 in EV5 when matrices get large.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbunn3 committed Dec 17, 2024
1 parent 224c058 commit 2257f91
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion source/linear-algebra/source/02-EV/05.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,12 @@ In particular, the standard basis for <m>\mathbb R^3</m> is <m>\{\vec e_1,\vec e
<introduction>
<p>
Take the RREF of an appropriate matrix to determine
if each of the following sets is a basis for <m>\IR^4</m>.
if each of the following sets is a basis for <m>\IR^4</m>. When using Octave on these large matrices, try first typing "format rat" at the top before you
enter the matrices. What do you notice about the formatting? Is this helpful?
<commentary component="instructor">
<title>Instructor Note</title>
<p> Using format rat aligns the columns nicely and actually converts decimals to fractions, when applicable.</p>
</commentary>
</p>
</introduction>
<task>
Expand Down

0 comments on commit 2257f91

Please sign in to comment.