Delta-rational chord: Difference between revisions
No edit summary Tags: Mobile edit Mobile web edit |
|||
| Line 123: | Line 123: | ||
sympy.nonlinsolve([err_squared_x, err_squared_y], [x, y]) | sympy.nonlinsolve([err_squared_x, err_squared_y], [x, y]) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
This gives a unique solution, which is the global minimum. | |||
=== Partially DR (arbitrary) === | === Partially DR (arbitrary) === | ||