Zulip Chat Archive
Stream: general
Topic: Talk by Trefethen: Continous Linear Algebra
Joh-Tob Schäg (Mar 22 2023 at 17:38):
I just wanted to share this neat talk about a piece of math (without any proofs).
https://youtu.be/AjSeOdCbSlk?t=1756
The TL;DW:
What if we interpret linear operators as a kind of quasi matrix? Matrix decompositions which have meaningful analogs in the space. We can also define block operators which have sub-matrices and sub operators.
Eric Wieser (Mar 22 2023 at 18:01):
This looks like quite a well-designed software library, and using chebyshev series truncated at machine precision seems like a clever approach.
Eric Wieser (Mar 22 2023 at 18:02):
You could argue that docs#matrix supports what is referred to as a "quasimatrix" there
Eric Wieser (Mar 22 2023 at 18:07):
But you'd need to be careful that your 'continuous vectors' (aka functions) are suitably integrable
Last updated: Dec 20 2023 at 11:08 UTC