EricDarve / numerical_linear_algebra

Julia code for the book Numerical Linear Algebra
114 stars 41 forks source link

pg. 21, Matrix-matrix product, grammar issue #219

Closed joshoch7 closed 4 years ago

joshoch7 commented 4 years ago

In the blue box labeled "Matrix-matrix product", it says "if the number of columns of A must be equal to the number of rows of B". Should either get rid of "if", or replace "must be" with "it".

EricDarve commented 4 years ago

Good catch; thank you.