I thought it’d be useful to have some starting point for analyzing mathematical functions in Julia, so I wrote a post sharing some of my experience. It goes from plotting to symbolic differentiation.
Julia packages are very convenient for this problem, but I still hit too many walls trying to do some basic things. (mostly since there are too few basic examples in docs)
Here’s the post:
https://zdroid.github.io/blog/2020/06/analyze-mathematical-functions-interactively/
(You may be interested to see the previous post about making a Julia package, too.)