aboutsummaryrefslogtreecommitdiffstats
path: root/2020/10/2020-10-28.md
diff options
context:
space:
mode:
Diffstat (limited to '2020/10/2020-10-28.md')
-rw-r--r--2020/10/2020-10-28.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/2020/10/2020-10-28.md b/2020/10/2020-10-28.md
new file mode 100644
index 0000000..98cc79c
--- /dev/null
+++ b/2020/10/2020-10-28.md
@@ -0,0 +1,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>