EricDarve / numerical_linear_algebra

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

V_k not defined in Problem 48, p.320 #236

Closed slnader closed 3 years ago

slnader commented 3 years ago

You can guess that V_k = Q_k from Lanczos, but might be good to define it since the rest of the chapter uses Q_k.

Screen Shot 2020-11-20 at 10 41 22 AM
EricDarve commented 3 years ago

I fixed the notations; this problem was written years ago and we have changed some of the notations in the meantime.

image