remove readthedocs references

This commit is contained in:
jverzani
2022-08-21 10:34:49 -04:00
parent 0d5c2b4ee9
commit 46c2028c32
6 changed files with 11 additions and 13 deletions

View File

@@ -321,7 +321,7 @@ log
### Built-in functions
`Julia` has numerous built-in [mathematical](http://julia.readthedocs.io/) functions, we review a few here:
`Julia` has numerous built-in [mathematical](https://docs.julialang.org/en/v1/manual/mathematical-operations/) functions, we review a few here:
#### Powers logs and roots
@@ -631,5 +631,3 @@ plot(64 - (1/2)*32 * x^2, 0, 2)
* SymPy has functions for manipulating expressions: `simplify`, `expand`, `together`, `factor`, `cancel`, `apart`, $...$
* SymPy has functions for basic math: `factor`, `roots`, `solve`, `solveset`, $\dots$
* SymPy has functions for calculus: `limit`, `diff`, `integrate`, $\dots$