From 0825d7075b12f03f1b4ad358b5ccfe4e57787c9c Mon Sep 17 00:00:00 2001 From: WhiteBlackGoose Date: Sat, 15 May 2021 20:11:39 +0300 Subject: [PATCH] Create articles.md --- articles.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 articles.md diff --git a/articles.md b/articles.md new file mode 100644 index 0000000..58e2d1f --- /dev/null +++ b/articles.md @@ -0,0 +1,9 @@ +## Articles + +Here will be collected maintainers' articles related to AngouriMath. + +1. [Symbolic algebra in C#](https://habr.com/en/post/486496/) +2. [Jupyter in .NET](https://habr.com/en/post/528816/) +3. [Math in Jupyter for .NET](https://www.reddit.com/r/dotnet/comments/jv7qqt/net_jupyter_math_looks_awesome/) +4. [Lazy properties in C#](https://habr.com/en/post/545936/) +5. [Compilation of symbolic expressions](https://habr.com/en/post/546926/)