Delta-rational chord: Difference between revisions
| Line 62: | Line 62: | ||
}} is taken to be the DR chord that is being approximated. | }} is taken to be the DR chord that is being approximated. | ||
Rewriting a bit, | Rewriting a bit, suppose the chord that is considered the approximation is 1:''f''<sub>1</sub>:''f''<sub>2</sub>:...:''f''<sub>''n''</sub>. Then (after some computation) the resulting linear least-squares optimization problem is | ||
<math> | <math> | ||
\displaystyle{ \underset{x}{\text{minimize}} \sqrt{\sum_{i=1}^n \Bigg( \frac{x + D_i}{x} - | \displaystyle{ \underset{x}{\text{minimize}} \sqrt{\sum_{i=1}^n \Bigg( \frac{x + D_i}{x} - f_i \Bigg)^2 } } | ||
</math> | </math> | ||
| Line 71: | Line 71: | ||
<math> | <math> | ||
x = \displaystyle{\frac{\sum_{i=1}^n D_i }{-n + \sum_{i=1}^n | x = \displaystyle{\frac{\sum_{i=1}^n D_i }{-n + \sum_{i=1}^n f_i},} | ||
</math> | </math> | ||