EricDarve / numerical_linear_algebra

Julia code for the book Numerical Linear Algebra
110 stars 40 forks source link

Typo on Page 33 #207

Closed ghost closed 3 years ago

ghost commented 4 years ago

Hi Prof. Darve, The textbook for CME 302 is great so far! I think there might be a slight typo in chapter 3. On page 33, the last sentence reads: "They are very easy to compute with accurately, making them the favorite tool of the numerical analyst."

However, I think "accurately" should be replaced with "accuracy."

Thanks, Miles

EricDarve commented 3 years ago

I rewrote the sentence to remove the ambiguity. The original sentence is correct though. The verb is "compute with" and accurately is the adverb. It means that doing computation with orthogonal matrices typically gives accurate results. But the grammar is twisted.