updates after up

This commit is contained in:
jverzani
2024-05-25 14:52:20 -04:00
parent 52aaa5d487
commit f9df119df0
6 changed files with 350 additions and 12 deletions

View File

@@ -368,6 +368,7 @@ For the function $f(x) = \cos(x) - x$, we see that SymPy can not solve symbolica
```{julia}
#| error: true
@syms x::real
solve(cos(x) - x, x)
```