many edits
This commit is contained in:
@@ -567,7 +567,7 @@ We enter this into `Julia`:
|
||||
|
||||
```{julia}
|
||||
@syms w::positive H::positive y()
|
||||
eqnc = D2(y)(x) ~ (w/H) * sqrt(1 + y'(x)^2)
|
||||
eqnc = D2(y)(x) ~ (w/H) * sqrt(1 + D(y(x))^2)
|
||||
```
|
||||
|
||||
Unfortunately, `SymPy` needs a bit of help with this problem, by breaking the problem into steps.
|
||||
|
||||
Reference in New Issue
Block a user