Delta-rational chord: Difference between revisions

Inthar (talk | contribs)
Inthar (talk | contribs)
Line 102: Line 102:
sympy.nonlinsolve([err_squared_x, err_squared_y], [x, y])
sympy.nonlinsolve([err_squared_x, err_squared_y], [x, y])
</syntaxhighlight>
</syntaxhighlight>
==== Building arbitrarily complex DR least-squares problems ====
We similarly include a free variable to be optimized for every additional +?. If two variables are related but not to the integer deltas in the signatures, they have a common variable.
We similarly include a free variable to be optimized for every additional +?. If two variables are related but not to the integer deltas in the signatures, they have a common variable.