EricDarve / numerical_linear_algebra

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

Jacobi formula p. 31 #209

Closed joachimsasson closed 4 years ago

joachimsasson commented 4 years ago

On page 31 of the reader, I think there is a little error on Jacobi’s formula. The given formula is true for t s.t det(T(t))>0 but non defined else. Maybe it would be more clear if we got rid of the log and multiplied by det(T(t)) inside the trace.

EricDarve commented 4 years ago

Yes that's right. Thank you.