소스 검색

added comment

Martin Thoma 11 년 전
부모
커밋
1babc04948
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      documents/math-minimal-distance-to-cubic-function/math-minimal-distance-to-cubic-function.tex

+ 4 - 0
documents/math-minimal-distance-to-cubic-function/math-minimal-distance-to-cubic-function.tex

@@ -419,6 +419,10 @@ take the same approach as in Equation \ref{eq:minimizingFirstDerivative}:
        &= \underbrace{\left (2 f(x) - 2 y_p \right ) \cdot f'(x)}_{\text{Polynomial of degree 5}} + \underbrace{2x - 2 x_p}_{\text{:-(}}
 \end{align}
 
+\todo[inline]{Although general algebraic equations of degree 5 don't
+have a closed-form solution, the special structure might give the
+possibilty to find a closed form solution. But I don't know how.}
+
 \subsection{Number of points with minimal distance}
 As there is an algebraic equation of degree 5, there cannot be more
 than 5 solutions.