EricDarve / numerical_linear_algebra

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

p. 60, A^H instead of A^T #211

Closed joshoch7 closed 3 years ago

joshoch7 commented 4 years ago

On p. 60, in Theorem 3.14, A^T is used in two equations. But, since A is a complex matrix, I think this should instead be A^H.

EricDarve commented 3 years ago

You are correct. Thank you.