This commit is contained in:
jverzani
2026-06-03 14:34:02 -04:00
parent 395697be28
commit 6beb774dd4
8 changed files with 8 additions and 8 deletions

View File

@@ -757,7 +757,7 @@ R = solve((n1, n2), (x, y))
```
Taking limits of each term as $h$ goes to zero we have after some notation-simplfying substitution:
Taking limits of each term as $h$ goes to zero we have after some notation-simplifying substitution:
```{julia}
R = Dict(k => limit(R[k], =>0) for k in (x,y))