This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
Good morning
I'm often interested in digital applications of mathematically-founded algorithms, but when I go to read about them in some paper or Wikipedia or whatever, I give up because I can't read the mathematical notation. I was not good at advanced maths in school, but I feel like I could understand the reasoning now, if only I could parse the arguments. Is there a good lookup guide for mathematical notation? Or a good tutorial or whater. Examples of the notation I'm talking about; https://wikimedia.org/api/rest_v1/media/math/render/svg/c392e9197f93e4385350c862d6b9df90de376173 the big E type symbol here
there is definitely an excellent "math notation in javascript" github repo out there
i can't look at the project without thinking it would be cool to see it in a lisp
To make things harder, math notation can sometimes be ambiguousâyou have to guess a bit from context to understand whatâs meant. Sussman and Wisdom write a bit about this in Structure and Interpretation of Classical Mechanics. Attached screenshot is from https://tgvaughan.github.io/sicm/preface.html. Perhaps not super relevant to your questionâjust a note that if you approach the notation with a âprogramming-language-like rigorâ, you may be disappointed that a piece of notation was just vague and impossible to interpret!
If you want more Clojure-flavoured math, https://emmy.mentat.org/ is also worth looking into!
Guy Steele has a talk about this, from a conj? Yup https://youtu.be/dCuZkaaou0Q?feature=shared
Thanks for the tip on vagueness, @U3X7174KS . I will blame any confusion on my part on bad notation hygiene in the math papers đ
Imagine being Professor Wisdom đ§
@U3X7174KS thank you for the reminder about Emmy, I was amazed at the talk about it and never got around to doing anything with it.
I feel like this is especially perilous for programmers. Other creative domains are much more constricted by physical limitations, but our playgrounds and array of implementable "business" domains, even on lowly consumer grade laptops, are virtually infinite.

Plus, you can expand into the physical domain with electronics, robotics, 3d printing, plotting etc
The FOMO is real đŹ đ¤
@U05092LD5 the project seems abandoned, I wrote the creator about his feelings re: forking/copying

https://wikimedia.org/api/rest_v1/media/math/render/svg/2d8ec705f00169c8ea3c0daa2d2669fdc623f403 Square brackets (a set of things, maybe?)
There are more examples, I don't have them at hand