Delta-rational chord: Difference between revisions

Inthar (talk | contribs)
Inthar (talk | contribs)
Line 84: Line 84:
</math>
</math>


We can use SymPy to solve this:
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">