aboutsummaryrefslogtreecommitdiffstats
path: root/2020/10/2020-10-28.md
blob: 98cc79cc49be557a3bda703d8dc7b61a39584236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

## Interactive Web Stuff

Lots of good examples linked from: <https://distill.pub/2020/communicating-with-interactive-articles/>

Eg, "econ graphs": <http://www.econgraphs.org/>

## mathjs

mathjs.org is a simple expression parser and evaluator. Allows function
definitions in expressions.

Has some very simple intro CAS simplification and derivative descriptions:
<https://mathjs.org/docs/expressions/algebra.html>