cgal/Algebraic_kernel_d/doc_tex/Algebraic_kernel_d/examples.tex

32 lines
1.5 KiB
TeX

\clearpage
\section{Examples}
\subsubsection{Construction of Algebraic Real Numbers }
The following example illustrates the construction of \ccc{AlgebraicKernel_d_1::Algebraic_real_1}
using \ccc{AlgebraicKernel_d_1::Construct_algebraic_real_1}:
{\small \ccIncludeExampleCode{Algebraic_kernel_d/Construct_algebraic_real_1.cpp}}
\clearpage
\subsubsection{Solving Univariate Polynomials}
The following example illustrates the construction of \ccc{AlgebraicKernel_d_1::Algebraic_real_1}
using \ccc{AlgebraicKernel_d_1::Solve_1}: {\small \ccIncludeExampleCode{Algebraic_kernel_d/Solve_1.cpp} }
\clearpage
\subsubsection{Comparison and Approximation of Algebraic Real Numbers \label{CGAL::AK1::EG::Compare_1} }
The following example illustrates the comparison of \ccc{AlgebraicKernel_d_1::Algebraic_real_1} numbers:
{\small \ccIncludeExampleCode{Algebraic_kernel_d/Compare_1.cpp}}
\clearpage
\subsubsection{Isolation of Algebraic Real Numbers with respect to roots of other polynomials \label{CGAL::AK1::EG::Isolate_1} }
The following example illustrates the isolation of \ccc{AlgebraicKernel_d_1::Algebraic_real_1} numbers:
{\small \ccIncludeExampleCode{Algebraic_kernel_d/Isolate_1.cpp}}
\clearpage
\subsubsection{Interplay with Polynomials \label{CGAL::AK1::EG::Sign_at_1} }
The following example illustrates the sign evaluation of \ccc{AlgebraicKernel_d_1::Algebraic_real_1} numbers in polynomials:
{\small \ccIncludeExampleCode{Algebraic_kernel_d/Sign_at_1.cpp}}
%\subsubsection{Auxiliary Functionality for Polynomials \label{CGAL::AK1::EG::Polynomial} }