EricDarve / numerical_linear_algebra

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

Typo on page 382 #204

Closed jgaeb closed 4 years ago

jgaeb commented 4 years ago

It looks like you have if-elseif-else instead of if-else on the first line of page 382.

jgaeb commented 4 years ago

Also, the links to Spencer Lyon's PlotlyJS documentation appear to be broken, e.g.,

EricDarve commented 4 years ago

Thanks for the spencerlyon links; they have been fixed.

Regarding your first comment, if-elseif-else seems correct; that's what the code demonstrates. Maybe the name of the function f_if_then_else could be changed although it seems fine to me.