typos,start giac notes

This commit is contained in:
jverzani
2026-06-03 14:22:34 -04:00
parent 395697be28
commit 53a2d9865b
6 changed files with 2602 additions and 7 deletions

View File

@@ -2,7 +2,8 @@
These notes use a particular selection of packages. This selection could have been different. For example:
* The symbolic math is provided by `SymPy`. [Symbolics](./alternatives/symbolics.html) (along with `SymbolicUtils` and `ModelingToolkit`) provides an alternative.
* The symbolic math is provided by `SymPy`. [Giac](./alternatives/giac.html) and
[Symbolics](./alternatives/symbolics.html) (along with `SymbolicUtils` and `ModelingToolkit`) provide alternatives.
* The finding of zeros of scalar-valued, univariate functions is done with `Roots`. The [NonlinearSolve](./alternatives/SciML.html#nonlinearsolve) package provides an alternative for univariate and multi-variate functions.