Visual explanations of mathematics (2020)
11–20 of 28 posts
Re: Visual explanations of mathematics (2020)
#12> We have lots of tools to write better mathematics: LaTeX, markdown, Jupyter Notebooks, and so on. But it feels like nothing has really converged yet. Technology that seamlessly mixes symbolic equations, illustrative-and-explicative annotation, and runnable code is, I am sure, not far off. [2020; emphasis added] Back in the 1990's, we had lots of tools to write better mathematics: LaTeX, HTML, Mathematica notebooks,…
I mean, there are a ton of math libraries available for most programming languages, but symbolic solving is pretty important here, because presumably people would want to (for example) show the integral or summation symbols and use algebraic notation rather than, say, Mathematica functions.
Re: Visual explanations of mathematics (2020)
#13https://images.squarespace-cdn.com/content/v1/549dcda5e4b0a4...
into https://yandex.com/images/
Or, the URL into https://www.bing.com/images -> "[o] Search using an Image"
Unfortunately, Google Images is too smart. Even, search by image or image URL yields results about the Fourier transform :P
Re: Visual explanations of mathematics (2020)
#14link to the book in the website takes you here https://lacathospital.com/ ?
Which link did you follow, by the way? I clicked a few, and the link to https://www.edwardtufte.com/tufte/books_visex is broken, but none took me to your link.
Re: Visual explanations of mathematics (2020)
#15Re: Visual explanations of mathematics (2020)
#16There is also Joyce's Java Version of Euclid's Elements: https://mathcs.clarku.edu/~djoyce/java/elements/elements.htm... and I'm still impressed by the custom Unity tools which Freya Holmér uses for her videos: https://www.youtube.com/watch?v=jvPPXbo87ds Wish Geogebra was both more capable and widely used: https://www.geogebra.org/ That said, these days if I need to plot out something I just use OpenSCAD: https://ope…
Speaking of Unity... What blew my mind making a 3D interactive system using it was Quaternions[0]. It makes sense to me now, but that's after many discussions with a coworker having a PhD in mathematics.
Re: Visual explanations of mathematics (2020)
#17> We have lots of tools to write better mathematics: LaTeX, markdown, Jupyter Notebooks, and so on. But it feels like nothing has really converged yet. Technology that seamlessly mixes symbolic equations, illustrative-and-explicative annotation, and runnable code is, I am sure, not far off. [2020; emphasis added] Back in the 1990's, we had lots of tools to write better mathematics: LaTeX, HTML, Mathematica notebooks,…
Notation is a concise format optimized for reading by a familiar audience. It's especially helpful when notation starts to be composed.
Re: Visual explanations of mathematics (2020)
#18Re: Visual explanations of mathematics (2020)
#19I am teaching intro stats and would love to have a textbook that introduces equations in this manner. I have been trying to incorporate this style into my slides but it is not as easy as it looks. (Same issue with syntax highlighting in PowerPoint/Google Slides.)