login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for ExampleIntegration revision 1 of 6

1 2 3 4 5 6
Editor: hemmecke
Time: 2015/03/10 19:20:29 GMT+0
Note:

changed:
-
\begin{axiom}
f := x/(x^3-x+1)
i := integrate(f, x)
D(i, x)
23*%%F0^3 + %%F0 + 1
\end{axiom}

fricas
f := x/(x^3-x+1)

\label{eq1}x \over{{{x}^{3}}- x + 1}(1)
Type: Fraction(Polynomial(Integer))
fricas
i := integrate(f, x)

\label{eq2}{\left(
\begin{array}{@{}l}
\displaystyle
{
\begin{array}{@{}l}
\displaystyle
4 \ {\sqrt{{{69}\ {{\%\%F 0}^{2}}}+ 4}}\  \cdot 
\
\
\displaystyle
{\arctan{\left({{{\left({9 \ {\sqrt{23}}\  \%\%F 0}+{\sqrt{23}}\right)}\ {\sqrt{{{6
9}\ {{\%\%F 0}^{2}}}+ 4}}}\over{{{10}\ {\sqrt{{{\left(-{{207}\  x}+{46}\right)}\ {{\%\%F 0}^{2}}}+{{\left({{23}\  x}-{69}\right)}\  \%\%F 0}+{{25}\ {{x}^{2}}}-{6 \  x}- 7}}}-{{207}\ {{\%\%F 0}^{2}}}+{{23}\  \%\%F 0}+{{50}\  x}- 6}}\right)}}
(2)
Type: Union(Expression(Integer),...)
fricas
D(i, x)

\label{eq3}x \over{{{x}^{3}}- x + 1}(3)
Type: Expression(Integer)
fricas
23*%%F0^3 + %%F0 + 1

\label{eq4}0(4)
Type: Expression(Integer)