Interactive Linear Algebra Dan Margalit, Joseph Rabinoff
textbooks.math.gatech.edu
Interactive Linear Algebra Dan Margalit, Joseph Rabinoff
1–10 of 14 posts
Re: Interactive Linear Algebra Dan Margalit, Joseph Rabinoff
#2Re: Interactive Linear Algebra Dan Margalit, Joseph Rabinoff
#3If you want to double down on the nerd-snipe, Immersive Linear Algebra http://immersivemath.com/ila/index.html
Re: Interactive Linear Algebra Dan Margalit, Joseph Rabinoff
#4If you want to double down on the nerd-snipe, Immersive Linear Algebra http://immersivemath.com/ila/index.html
I'm insufficiently nerd-sniped - what I'd really want is a book where every single mathematical expression is written in code, which I could manipulate. I'm thinking essentially of a book version of a Scrimba[0] course. I personally would love it to be in SymPy code, but I'd be happy with anything. [0] https://v2.scrimba.com/
Re: Interactive Linear Algebra Dan Margalit, Joseph Rabinoff
#5https://textbooks.math.gatech.edu/ila/determinants-definitio...
Re: Interactive Linear Algebra Dan Margalit, Joseph Rabinoff
#6Looking at the determinant section... I am so glad I got to learn linear algebra separate from matrices because oof this is hard to grok for me. Real "makes esnse if you already know the thing" stuff. But interesting to see that form of determinant definition! https://textbooks.math.gatech.edu/ila/determinants-definitio...
None of those mathy steps occur in this book. There are just statements in boxes like "remember: all methods of computing the determinant give the same answer".
Honestly, looking at that section I'm having a hard time understanding how they justify the name "interactive linear algebra". The extent of my interactions is clicking on the arrow to expose the example.
The graphics are fine, but they aren't interactive like it says on the cover.
I do respect this, a lot:
> This textbook is exclusively targeted at Math 1553 at Georgia Tech. As such, it contains exactly the material that is taught in that class; no more, and no less: students in Math 1553 are responsible for understanding all visible content.
Re: Interactive Linear Algebra Dan Margalit, Joseph Rabinoff
#7Earlier quoted context omitted.
I'm insufficiently nerd-sniped - what I'd really want is a book where every single mathematical expression is written in code, which I could manipulate. I'm thinking essentially of a book version of a Scrimba[0] course. I personally would love it to be in SymPy code, but I'd be happy with anything. [0] https://v2.scrimba.com/
YES please. I'm really terrible at math, and even more terrible at trying to convert equations into code whenever I ask a math expert for help.
Give me some math code, where the end result has to compile. No sneaky tricks allowed.
Re: Interactive Linear Algebra Dan Margalit, Joseph Rabinoff
#8Earlier quoted context omitted.
YES please. I'm really terrible at math, and even more terrible at trying to convert equations into code whenever I ask a math expert for help.
Something that drives me up the wall is just how sloppy math notation can be. Supposedly this pure discipline, but many authors use custom conventions all over the place, shorthand, skip steps, etc. Give me some math code, where the end result has to compile. No sneaky tricks allowed.
They skip steps in writing because they can generally do them and it obscures the flow of the argument to have every thing spelled out.
There is also a book on mechanics by the authors of SICP: https://mitpress.mit.edu/9780262028967/structure-and-interpr...
Re: Interactive Linear Algebra Dan Margalit, Joseph Rabinoff
#9Earlier quoted context omitted.
Something that drives me up the wall is just how sloppy math notation can be. Supposedly this pure discipline, but many authors use custom conventions all over the place, shorthand, skip steps, etc. Give me some math code, where the end result has to compile. No sneaky tricks allowed.
You want mathlib, the lean library of established results: https://github.com/leanprover-community/mathlib4 They skip steps in writing because they can generally do them and it obscures the flow of the argument to have every thing spelled out. There is also a book on mechanics by the authors of SICP: https://mitpress.mit.edu/9780262028967/structure-and-interpr...
They do that in lean too; that's the idea of simp.
Re: Interactive Linear Algebra Dan Margalit, Joseph Rabinoff
#10Looking at the determinant section... I am so glad I got to learn linear algebra separate from matrices because oof this is hard to grok for me. Real "makes esnse if you already know the thing" stuff. But interesting to see that form of determinant definition! https://textbooks.math.gatech.edu/ila/determinants-definitio...