Numerical Linear Algebra Class in Julia TUM

96 darboux 4 5/3/2025, 9:22:28 PM venkovic.github.io ↗

Comments (4)

me3meme · 2m ago
I am reading lecture 07, QR factorizacion and Householder reflections. The author proves how to construct a reflection to make zeros in the first column and then say that following this procedure for the other columns finish the proof. But he should prove or justify why the other reflections do not destroy the zeros of previous reflection. I thank the author for the slides, but this little proof need some more care.
staplung · 9h ago
Not exactly the same material but U. Michigan has their Robotics 101 course up as well: Computational Linear Algebra, also in Julia.

https://github.com/michiganrobotics/rob101/tree/main

stabbles · 1h ago
A good resource is Gerard Sleijpen's course: https://webspace.science.uu.nl/~sleij101/Opgaven/NumLinAlg/
ted_dunning · 4h ago
This is a nicely comprehensive course, but it looks like it is pretty fast paced, especially in the last few lectures (some of those later slides definitely aren't finished).

As a reference, it looks very useful.