diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-06-24 19:49:48 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-06-24 19:50:42 -0700 |
commit | 7335d44275f9ed1df03be14af5bb550e66602ccc (patch) | |
tree | 4afd68eac8491a8268eaf38fafc10e39a703d5eb /2020/10 | |
parent | 1f335d0e893b65ff96729fb10471b24670209a8c (diff) | |
download | modelthought-7335d44275f9ed1df03be14af5bb550e66602ccc.tar.gz modelthought-7335d44275f9ed1df03be14af5bb550e66602ccc.zip |
Diffstat (limited to '2020/10')
-rw-r--r-- | 2020/10/2020-10-28.md | 14 |
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> |