Delta-rational chord: Difference between revisions
| Line 84: | Line 84: | ||
</math> | </math> | ||
We can use SymPy to solve | We can set the partial derivatives with respect to ''x'' and ''y'' of the inner expression equal to zero (since the derivative of sqrt() is never 0) and use SymPy to solve the system: | ||
<syntaxhighlight lang="py"> | <syntaxhighlight lang="py"> | ||