|  |  | last edited 1 year ago by test1 | 
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | ||
| Editor: minh Time: 2022/04/20 17:01:32 GMT+0 | ||
| Note: Test | ||
added:
From minh Wed Apr 20 17:01:31 +0000 2022
From: minh
Date: Wed, 20 Apr 2022 17:01:31 +0000
Subject: Test
Message-ID: <20220420170131+0000@fricas-wiki.math.uni.wroc.pl>
\begin{equation}
guess([3,6,9,12,15,18,21,24,27,30])
\end{equation}
        This page is set to execute \begin{axiom}... \end{axiom}
commands using FriCAS.  See also FriCASIntegration.
fricas)version
Value = "FriCAS 1.3.7 compiled at Wed Jun 30 16:44:06 UTC 2021"
Any comments added here use this version of FriCAS?.
... --meliusja,  Tue, 08 Apr 2008 10:38:33 -0700 replyfricassolve(s=v*t+a*t^2/2,
\begin{equation*}
\label{eq1}\left[{{{2 \  t \  v}+{a \ {{t}^{2}}}-{2 \  s}}= 0}\right]?\end{equation*}
Type: List(Equation(Fraction(Polynomial(Integer))))
fricasradicalSolve(s=v*t+a*t^2/2,
\begin{equation*}
\label{eq2}\left[{t ={{-{\sqrt{{{v}^{2}}+{2 \  a \  s}}}- v}\over a}}, \:{t ={{{\sqrt{{{v}^{2}}+{2 \  a \  s}}}- v}\over a}}\right]?\end{equation*}
Type: List(Equation(Expression(Integer)))
fricassolve(v*t+a*t^2/2-s=0,
\begin{equation*}
\label{eq3}\left[{{{2 \  t \  v}+{a \ {{t}^{2}}}-{2 \  s}}= 0}\right]?\end{equation*}
Type: List(Equation(Fraction(Polynomial(Integer))))
fricassolve(v*t+a*t/2-s=0,
\begin{equation*}
\label{eq4}\left[{t ={{2 \  s}\over{{2 \  v}+ a}}}\right]?\end{equation*}
Type: List(Equation(Fraction(Polynomial(Integer))))
fricassolve(v*t+a*t^2/2-s=0,
\begin{equation*}
\label{eq5}\left[{{{2 \  t \  v}+{a \ {{t}^{2}}}-{2 \  s}}= 0}\right]?\end{equation*}
Type: List(Equation(Fraction(Polynomial(Integer))))
fricasradicalSolve(p^3 - p + 1/10=0,
\begin{equation*}
\label{eq6}\begin{array}{@{}l}
\displaystyle
\left[{p ={{{{\left(-{3 \ {\sqrt{- 3}}}+ 3 \right)}\ {{\root{3}\of{{-{3 \ {\sqrt{3}}}+{\sqrt{-{373}}}}\over{{60}\ {\sqrt{3}}}}}^{2}}}- 2}\over{{\left({3 \ {\sqrt{- 3}}}+ 3 \right)}\ {\root{3}\of{{-{3 \ {\sqrt{3}}}+{\sqrt{-{373}}}}\over{{60}\ {\sqrt{3}}}}}}}}, \: \right.
\
\
\displaystyle
\left.{p ={{{{\left(-{3 \ {\sqrt{- 3}}}- 3 \right)}\ {{\root{3}\of{{-{3 \ {\sqrt{3}}}+{\sqrt{-{373}}}}\over{{60}\ {\sqrt{3}}}}}^{2}}}+ 2}\over{{\left({3 \ {\sqrt{- 3}}}- 3 \right)}\ {\root{3}\of{{-{3 \ {\sqrt{3}}}+{\sqrt{-{373}}}}\over{{60}\ {\sqrt{3}}}}}}}}, \: \right.
\
\
\displaystyle
\left.{p ={{{3 \ {{\root{3}\of{{-{3 \ {\sqrt{3}}}+{\sqrt{-{37
3}}}}\over{{60}\ {\sqrt{3}}}}}^{2}}}+ 1}\over{3 \ {\root{3}\of{{-{3 \ {\sqrt{3}}}+{\sqrt{-{373}}}}\over{{60}\ {\sqrt{3}}}}}}}}\right] \end{array}
\end{equation*}
Type: List(Equation(Expression(Integer)))
fricasR1 ==> Record(foo1: String,
Type: Void
fricasR2 ==> Record(foo2: String,
Type: Void
fricasr1: R1 := ["a",
\begin{equation*}
\label{eq7}\left[{foo 1 = \verb#"a"#}, \:{remLexs ={\left[ 1, \: 2, \: 3 \right]?}}\right]\end{equation*}
Type: Record(foo1: String,r2: R2 := ["b",
\begin{equation*}
\label{eq8}\left[{foo 2 = \verb#"b"#}, \:{remLexs ={\left[ 5 \right]?}}\right]\end{equation*}
Type: Record(foo2: String,r1.remLexs
\begin{equation*}
\label{eq9}\left[ 1, \: 2, \: 3 \right]?\end{equation*}
Type: List(Integer)
fricasr2.remLexs
\begin{equation*}
\label{eq10}\left[ 5 \right]?\end{equation*}
Type: List(Integer)
fricas)set output tex off
 
fricas)set output algebra on
guessPRec [1,
   (13)
   [
     [
       f(n):
                 2                            2
             (- n  - 17 n - 72)f(n + 3) + (4 n  + 30 n + 44)f(n + 2)
           + 
                  2                               2
             (19 n  + 113 n + 150)f(n + 1) + (14 n  + 42 n + 28)f(n)
         = 
           0
       ,
Type: List(Expression(Integer))
fricasguessRec([1,
                                           2
   (14)  [[f(n): f(n + 2) + f(n + 1) - f(n)  = 0,
Type: List(Expression(Integer))
fricasintegrate(exp(x-x^2),
           1
           -
           4    2 x - 1  +---+
         %e erf(-------)\|%pi
                   2
   (15)  ---------------------
                   2
Type: Union(Expression(Integer),1+1
   (16)  2
Type: PositiveInteger?
2^3-2**3
2^3
fricas2^3
   (17)  8
Type: PositiveInteger?
fricas2**3
   There are no library operations named ** 
      Use HyperDoc Browse or issue
                                 )what op **
      to learn if there is any operation containing " ** " in its name.
   Cannot find a definition or applicable library operation named ** 
      with argument type(s) 
                               PositiveInteger
                               PositiveInteger
      Perhaps you should use "@" to indicate the required return type,
fricassqrt(2)^2-2
   (18)  0
Type: AlgebraicNumber?
fricasa:=sqrt(2)
          +-+
   (19)  \|2
Type: AlgebraicNumber?
fricasb:=sqrt(a)
          +----+
          | +-+
   (20)  \|\|2
Type: AlgebraicNumber?
fricasb^2-a
   (21)  0
Type: AlgebraicNumber?
fricasf(a) == { local b=sqrt(a); b^2-a}
  Line   1: f(a) == { local b=sqrt(a); b^2-a}
           ........A........B
  Error  A: Missing mate.
  Error  B: syntax error at top level
  Error  B: Possibly missing a } 
   3 error(s) parsing
fricasf(a) == { local b:=sqrt(a); b^2-a}
  Line   1: f(a) == { local b:=sqrt(a); b^2-a}
           ..........A
  Error  A: syntax error at top level
  Error  A: Improper syntax.
   2 error(s) parsing
fricas[q,
   (22)  [q,
Type: List(OrderedVariableList?([q,f(a) == ( local b; b:=sqrt(a); b^2-a)
Type: Void
fricasf(2)
fricasCompiling function f with type PositiveInteger -> AlgebraicNumber 
   (24)  0
Type: AlgebraicNumber?
fricasf(sqrt(2))
fricasCompiling function f with type AlgebraicNumber -> AlgebraicNumber 
   (25)  0
Type: AlgebraicNumber?
fricasf(a) == ( local b; b:=sqrt(a); b^2-a)
   Compiled code for f has been cleared.
   1 old definition(s) deleted for function or rule f
Type: Void
fricasf(2)
fricasCompiling function f with type PositiveInteger -> AlgebraicNumber 
   (27)  0
Type: AlgebraicNumber?
fricasf(sqrt(2))
fricasCompiling function f with type AlgebraicNumber -> AlgebraicNumber 
   (28)  0
Type: AlgebraicNumber?
fricasf(z)
fricasCompiling function f with type Variable(z) -> Expression(Integer) 
   (29)  0
Type: Expression(Integer)
fricasf(%i)
fricasCompiling function f with type Complex(Integer) -> Expression(
      Complex(Integer)) 
   (30)  0
Type: Expression(Complex(Integer))
fricasf(a) == ( local b; b:=sqrt(a); b^2-a)
   Compiled code for f has been cleared.
   1 old definition(s) deleted for function or rule f
Type: Void
fricasf(2)
fricasCompiling function f with type PositiveInteger -> AlgebraicNumber 
   (32)  0
Type: AlgebraicNumber?
fricasc:=f(sqrt(2))
fricasCompiling function f with type AlgebraicNumber -> AlgebraicNumber 
   (33)  0
Type: AlgebraicNumber?
fricas)display properties c
Properties of c :
   Value (has type AlgebraicNumber):  0
fricasf(a) == ( local b; b:=sqrt(a); b^2 = a)
   Compiled code for f has been cleared.
   1 old definition(s) deleted for function or rule f
Type: Void
\begin{AxiomCode?}
f(a) == ( local b; b:=sqrt(a); b^2-a)
f(2)
\end{AxiomCode?}
fricasf(a) == ( local b; b:=sqrt(a); b^2 = a)
   1 old definition(s) deleted for function or rule f
Type: Void
fricasf(2)
fricasCompiling function f with type PositiveInteger -> Equation(
      AlgebraicNumber) 
   (36)  2 = 2
Type: Equation(AlgebraicNumber?)
fricasf(%i)
fricasCompiling function f with type Complex(Integer) -> Equation(
      Expression(Complex(Integer))) 
   (37)  %i = %i
Type: Equation(Expression(Complex(Integer)))
fricasf(sqrt(2))
fricasCompiling function f with type AlgebraicNumber -> Equation(
      AlgebraicNumber) 
          +-+    +-+
   (38)  \|2  = \|2
Type: Equation(AlgebraicNumber?)
fricasf(2^(1/2))
          +-+    +-+
   (39)  \|2  = \|2
Type: Equation(AlgebraicNumber?)
fricasf(2^(1/3))
         3+-+   3+-+
   (40)  \|2  = \|2
Type: Equation(AlgebraicNumber?)
fricasf(a) == ( local b; b:=sqrt(a); b^2-a)
   Compiled code for f has been cleared.
   1 old definition(s) deleted for function or rule f
Type: Void
fricasf(sqrt(2))
fricasCompiling function f with type AlgebraicNumber -> AlgebraicNumber 
   (42)  0
Type: AlgebraicNumber?
fricas)set output fortran
--------------------------- The fortran Option ----------------------------
 Description: create output in FORTRAN format
 )set output fortran is used to tell FriCAS to turn FORTRAN-style output
printing on and off,
Syntax:   )set output fortran <arg>
    where arg can be one of
  on          turn FORTRAN printing on
  off         turn FORTRAN printing off (default state)
  console     send FORTRAN output to screen (default state)
  fp<.fe>     send FORTRAN output to file with file prefix fp and file
              extension .fe. If not given,
If you wish to send the output to a file,
  )set output fortran on
  )set output fortran polymer
The output is placed in the directory from which you invoked FriCAS or
the one you set with the )cd system command.
The current setting is:  Off:CONSOLE 
f(sqrt(2))
   (43)  0
Type: AlgebraicNumber?
fricas)set output tex
----------------------------- The tex Option ------------------------------
 Description: create output in TeX style
 )set output tex is used to tell FriCAS to turn TeX-style output
printing on and off,
Syntax:   )set output tex <arg>
    where arg can be one of
  on          turn TeX printing on
  off         turn TeX printing off (default state)
  console     send TeX output to screen (default state)
  fp<.fe>     send TeX output to file with file prefix fp and file
              extension .fe. If not given,
If you wish to send the output to a file,
  )set output tex on
  )set output tex polymer
The output is placed in the directory from which you invoked FriCAS or
the one you set with the )cd system command.
The current setting is:  Off:CONSOLE 
f(sqrt(2))
   (44)  0
Type: AlgebraicNumber?
fricas)set output script
--------------------------- The scripts Option ----------------------------
 Description: show subscripts,
 The scripts option may be followed by any one of the following:
    yes
    no
 The current setting is indicated within the list.
f(sqrt(2))
   (45)  0
Type: AlgebraicNumber?
fricasf(a) == ( local b; b:=sqrt(a); b^2-a)
   Compiled code for f has been cleared.
   1 old definition(s) deleted for function or rule f
Type: Void
fricasf(sqrt(2))
fricasCompiling function f with type AlgebraicNumber -> AlgebraicNumber 
   (47)  0
Type: AlgebraicNumber?
fricas)set output fortran on
f(sqrt(2))
      R48=0
   (48)  0
Type: AlgebraicNumber?
fricas)set output tex on 
f(sqrt(2))
      R49=0
   (49)  0
\begin{equation}
\label{eq11}0\end{equation}
Type: AlgebraicNumber?
fricas)set output script on
--------------------------- The scripts Option ----------------------------
 Description: show subscripts,
 The scripts option may be followed by any one of the following:
    yes
    no
 The current setting is indicated within the list.
 Your value on is not among the valid choices.
f(sqrt(2))
      R50=0
   (50)  0
\begin{equation}
\label{eq12}0\end{equation}
Type: AlgebraicNumber?
fricasf(a) == ( local b; b:=sqrt(a); b^2-a)
   Compiled code for f has been cleared.
   1 old definition(s) deleted for function or rule f
Type: Void
fricasf(sqrt(2))
fricasCompiling function f with type AlgebraicNumber -> AlgebraicNumber 
      R52=0
   (52)  0
\begin{equation}
\label{eq13}0\end{equation}
Type: AlgebraicNumber?
fricas)set output fortran console
f(sqrt(2))
      R53=0
   (53)  0
\begin{equation}
\label{eq14}0\end{equation}
Type: AlgebraicNumber?
fricas)set output tex console
f(sqrt(2))
      R54=0
   (54)  0
\begin{equation}
\label{eq15}0\end{equation}
Type: AlgebraicNumber?
fricas)set output script console
--------------------------- The scripts Option ----------------------------
 Description: show subscripts,
 The scripts option may be followed by any one of the following:
    yes
    no
 The current setting is indicated within the list.
 Your value console is not among the valid choices.
f(sqrt(2))
      R55=0
   (55)  0
\begin{equation}
\label{eq16}0\end{equation}
Type: AlgebraicNumber?
fricasf(a) == ( local b; b:=sqrt(a); b^2-a)
   Compiled code for f has been cleared.
   1 old definition(s) deleted for function or rule f
Type: Void
fricasf(sqrt(2))
fricasCompiling function f with type AlgebraicNumber -> AlgebraicNumber 
      R57=0
   (57)  0
\begin{equation}
\label{eq17}0\end{equation}
Type: AlgebraicNumber?
fricas)set output fortran on
 
fricas)set output fortran console
f(sqrt(2))
      R58=0
   (58)  0
\begin{equation}
\label{eq18}0\end{equation}
Type: AlgebraicNumber?
fricas)set output tex on 
 
fricas)set output tex console
f(sqrt(2))
      R59=0
   (59)  0
\begin{equation}
\label{eq19}0\end{equation}
Type: AlgebraicNumber?
fricas)set output script on
--------------------------- The scripts Option ----------------------------
 Description: show subscripts,
 The scripts option may be followed by any one of the following:
    yes
    no
 The current setting is indicated within the list.
 Your value on is not among the valid choices.
fricas)set output script console
--------------------------- The scripts Option ----------------------------
 Description: show subscripts,
 The scripts option may be followed by any one of the following:
    yes
    no
 The current setting is indicated within the list.
 Your value console is not among the valid choices.
f(sqrt(2))
      R60=0
   (60)  0
\begin{equation}
\label{eq20}0\end{equation}
Type: AlgebraicNumber?
fricasf(a) == ( local b; b:=sqrt(a); b^2-a)
   Compiled code for f has been cleared.
   1 old definition(s) deleted for function or rule f
Type: Void
fricasf(sqrt(2))
fricasCompiling function f with type AlgebraicNumber -> AlgebraicNumber 
      R62=0
   (62)  0
\begin{equation}
\label{eq21}0\end{equation}
Type: AlgebraicNumber?
fricas)set output fortran on
f(sqrt(2))
      R63=0
   (63)  0
\begin{equation}
\label{eq22}0\end{equation}
Type: AlgebraicNumber?
fricas)set output fortran off
 
fricas)set output tex on 
f(sqrt(2))
   (64)  0
\begin{equation}
\label{eq23}0\end{equation}
Type: AlgebraicNumber?
fricas)set output tex off
 
fricas)set output script on
--------------------------- The scripts Option ----------------------------
 Description: show subscripts,
 The scripts option may be followed by any one of the following:
    yes
    no
 The current setting is indicated within the list.
 Your value on is not among the valid choices.
f(sqrt(2))
   (65)  0
Type: AlgebraicNumber?
fricas)set output script off
--------------------------- The scripts Option ----------------------------
 Description: show subscripts,
 The scripts option may be followed by any one of the following:
    yes
    no
 The current setting is indicated within the list.
 Your value off is not among the valid choices.
((1+2)/3)::SquareMatrix?(3,Integer)
fricas((1+2)/3)::SquareMatrix(3,
         +1  0  0+
         |       |
   (66)  |0  1  0|
         |       |
         +0  0  1+
Type: SquareMatrix?(3,((1+2)/3)::SquareMatrix(3,
         +1  0  0+
         |       |
   (67)  |0  1  0|
         |       |
         +0  0  1+
Type: SquareMatrix?(3,integrate((x+sin(x))^(1/2),
   >> Error detected within library code:
   integrate: implementation incomplete (has polynomial part)
\begin{fricas}
integrate((x+sin(x))^(1/2), x)
\end{fricas}
fricas"";
  "Notice how the CAS computes the second (displayed) integral,
                   2 acos(x)
   (68)  - log(log(---------))
                      %pi
Type: Union(Expression(Integer),integrate((x+sin(x))^(1/3),
   >> Error detected within library code:
   integrate: implementation incomplete (has polynomial part)
Axiom is lying here, the example comes from Bronstein's tutorial,
        pp. 29-31 --h-x,  Sun, 10 Nov 2019 09:26:19 +0000 replyfricast:=x+log(x);
 nume:=(x^2+x+1)*sqrt(t)+(3*x+1)*log(x)+3*x*x+x;
 deno:=x*t*sqrt(t)+x*x*t;
 check:=integrate(nume/deno,
           2            +----------+                        2
         (x  + 2 x + 1)\|log(x) + x  + (3 x + 1)log(x) + 3 x  + x
   (69)  --------------------------------------------------------
                            2  +----------+    2          3
               (x log(x) + x )\|log(x) + x  + x log(x) + x
Type: Expression(Integer)
No lie, compare:
fricasnume - numer(differentiate(2*sqrt(t)+2*log(x+sqrt(t)),
             +----------+
   (70)  - x\|log(x) + x
Type: Expression(Integer)
Still, shame that FriCAS? can not do corrected example...
Axiom fails again,
        see Bronstein's Tutorial pp. 32-33 for details on this example --h-x,  Sun, 10 Nov 2019 13:21:41 +0000 replyfricasnume:= 3*(x+exp(x))^(1/3)+(2*x*x+3*x)*exp(x)+5*x*x;
 deno:= x*(x+exp(x))^(1/3);
 "integrate(nume/deno,
   (71)
       +-------+
      3|  x            2         x      2
    3 \|%e  + x  + (2 x  + 3 x)%e  + 5 x
   [-------------------------------------,
Type: Tuple(Expression(Integer))
fricas)clear value t
integrate(sqrt(A-2*t*t/((1-t*t)^2))*2/(1+t*t),
   (72)
   [
            +---------+
           \|- 4 A - 2
        *
           log
                                           +------------------------+
                                           |   4               2
                      3        +---------+ |A t  + (- 2 A - 2)t  + A       4
                  (2 t  - 2 t)\|- 4 A - 2  |------------------------  + A t
                                           |       4      2
                                          \|      t  - 2 t  + 1
                + 
                              2
                  (- 6 A - 4)t  + A
             /
                 4      2
                t  + 2 t  + 1
       + 
                               +------------------------+
                               |   4               2
                        2      |A t  + (- 2 A - 2)t  + A
                      (t  - 1) |------------------------
                               |       4      2
              +-+             \|      t  - 2 t  + 1
         - 2 \|2 atan(-----------------------------------)
                                       +-+
                                     t\|2
    /
       4
     ,
                                        +-------+
            +-------+                 t\|4 A + 2
         - \|4 A + 2 atan(-----------------------------------)
                                   +------------------------+
                                   |   4               2
                            2      |A t  + (- 2 A - 2)t  + A
                          (t  - 1) |------------------------
                                   |       4      2
                                  \|      t  - 2 t  + 1
       + 
                             +------------------------+
                             |   4               2
                      2      |A t  + (- 2 A - 2)t  + A
                    (t  - 1) |------------------------
                             |       4      2
            +-+             \|      t  - 2 t  + 1
         - \|2 atan(-----------------------------------)
                                     +-+
                                   t\|2
    /
       2
     ]
Type: Union(List(Expression(Integer)),integrate(x/sqrt(2*%pi)*exp(-1/2*log(x)^2),
           2 +-+ +---+
         %e \|2 \|%pi
   (73)  -------------
             +-----+
            \|2 %pi
Type: Union(f1: OrderedCompletion?(Expression(Integer)),
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) \write18 enabled. %&-line parsing enabled. entering extended mode (./626913819321871499-16.0px.tex LaTeX2e <2005/12/01> Babel <v3.8h> and hyphenation patterns for english, usenglishmax, dumylang, noh yphenation, arabic, farsi, croatian, ukrainian, russian, bulgarian, czech, slov ak, danish, dutch, finnish, basque, french, german, ngerman, ibycus, greek, mon ogreek, ancientgreek, hungarian, italian, latin, mongolian, norsk, icelandic, i nterlingua, turkish, coptic, romanian, welsh, serbian, slovenian, estonian, esp eranto, uppersorbian, indonesian, polish, portuguese, spanish, catalan, galicia n, swedish, ukenglish, pinyin, loaded. (/usr/share/texmf-texlive/tex/latex/base/article.cls Document Class: article 2005/09/16 v1.4f Standard LaTeX document class (/usr/share/texmf-texlive/tex/latex/base/size12.clo)) (/usr/share/texmf-texlive/tex/latex/ucs/ucs.sty (/usr/share/texmf-texlive/tex/latex/ucs/data/uni-global.def)) (/usr/share/texmf-texlive/tex/latex/base/inputenc.sty (/usr/share/texmf-texlive/tex/latex/ucs/utf8x.def)) (/usr/share/texmf-texlive/tex/latex/bbm/bbm.sty) (/usr/share/texmf-texlive/tex/latex/jknapltx/mathrsfs.sty) (/usr/share/texmf-texlive/tex/latex/base/fontenc.sty (/usr/share/texmf-texlive/tex/latex/base/t1enc.def)) (/usr/share/texmf-texlive/tex/latex/pstricks/pstricks.sty (/usr/share/texmf-texlive/tex/generic/pstricks/pstricks.tex `PSTricks' v1.15 <2006/12/22> (tvz) (/usr/share/texmf-texlive/tex/generic/pstricks/pstricks.con)) (/usr/share/texmf/tex/latex/xcolor/xcolor.sty (/etc/texmf/tex/latex/config/color.cfg) (/usr/share/texmf-texlive/tex/latex/graphics/dvips.def) (/usr/share/texmf-texlive/tex/latex/graphics/dvipsnam.def))) (/usr/share/texmf-texlive/tex/latex/graphics/epsfig.sty (/usr/share/texmf-texlive/tex/latex/graphics/graphicx.sty (/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty) (/usr/share/texmf-texlive/tex/latex/graphics/graphics.sty (/usr/share/texmf-texlive/tex/latex/graphics/trig.sty) (/etc/texmf/tex/latex/config/graphics.cfg)))) (/usr/share/texmf-texlive/tex/latex/pst-grad/pst-grad.sty (/usr/share/texmf-texlive/tex/generic/pst-grad/pst-grad.tex (/usr/share/texmf-texlive/tex/latex/xkeyval/pst-xkey.tex (/usr/share/texmf-texlive/tex/latex/xkeyval/xkeyval.sty (/usr/share/texmf-texlive/tex/latex/xkeyval/xkeyval.tex))) `pst-plot' v1.05, 2006/11/04 (tvz,dg,hv))) (/usr/share/texmf-texlive/tex/latex/pstricks/pst-plot.sty (/usr/share/texmf-texlive/tex/generic/pstricks/pst-plot.tex v97 patch 2, 1999/12/12 (/usr/share/texmf-texlive/tex/generic/multido/multido.tex v1.41, 2004/05/18 <tvz>))) (/usr/share/texmf-texlive/tex/latex/geometry/geometry.sty (/usr/share/texmf-texlive/tex/xelatex/xetexconfig/geometry.cfg)Package geometry Warning: `lmargin' and `rmargin' result in NEGATIVE (-108.405p t). `width' should be shortened in length.
) (/usr/share/texmf-texlive/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?
option. (/usr/share/texmf-texlive/tex/latex/amsmath/amstext.sty (/usr/share/texmf-texlive/tex/latex/amsmath/amsgen.sty)) (/usr/share/texmf-texlive/tex/latex/amsmath/amsbsy.sty) (/usr/share/texmf-texlive/tex/latex/amsmath/amsopn.sty)) (/usr/share/texmf-texlive/tex/latex/amsfonts/amsfonts.sty) (/usr/share/texmf-texlive/tex/latex/amsfonts/amssymb.sty) (/usr/share/texmf-texlive/tex/latex/amscls/amsthm.sty) (/usr/share/texmf-texlive/tex/latex/setspace/setspace.sty Package: `setspace6.7 <2000/12/01> ) (/usr/share/texmf-texlive/tex/generic/xypic/xy.sty (/usr/share/texmf-texlive/tex/generic/xypic/xy.tex Bootstrap'ing: catcodes, docmode, (/usr/share/texmf-texlive/tex/generic/xypic/xyrecat.tex) (/usr/share/texmf-texlive/tex/generic/xypic/xyidioms.tex)Xy-pic version 3.7 <1999/02/16> Copyright (c) 1991-1998 by Kristoffer H. Rose <krisrose@ens-lyon.fr> Xy-pic is free software: see the User's Guide for details.
Loading kernel: messages; fonts; allocations: state, direction, utility macros; pictures: \xy, positions, objects, decorations; kernel objects: directionals, circles, text; options; algorithms: directions, edges, connections; Xy-pic loaded)) (/usr/share/texmf-texlive/tex/generic/xypic/xyall.tex Xy-pic option: All features v.3.3 (/usr/share/texmf-texlive/tex/generic/xypic/xycurve.tex Xy-pic option: Curve and Spline extension v.3.7 curve, circles, loaded) (/usr/share/texmf-texlive/tex/generic/xypic/xyframe.tex Xy-pic option: Frame and Bracket extension v.3.7 loaded) (/usr/share/texmf-texlive/tex/generic/xypic/xycmtip.tex Xy-pic option: Computer Modern tip extension v.3.3 (/usr/share/texmf-texlive/tex/generic/xypic/xytips.tex Xy-pic option: More Tips extension v.3.3 loaded) loaded) (/usr/share/texmf-texlive/tex/generic/xypic/xyline.tex Xy-pic option: Line styles extension v.3.6 loaded) (/usr/share/texmf-texlive/tex/generic/xypic/xyrotate.tex Xy-pic option: Rotate and Scale extension v.3.3 loaded) (/usr/share/texmf-texlive/tex/generic/xypic/xycolor.tex Xy-pic option: Colour extension v.3.3 loaded) (/usr/share/texmf-texlive/tex/generic/xypic/xymatrix.tex Xy-pic option: Matrix feature v.3.4 loaded) (/usr/share/texmf-texlive/tex/generic/xypic/xyarrow.tex Xy-pic option: Arrow and Path feature v.3.5 path, \ar, loaded) (/usr/share/texmf-texlive/tex/generic/xypic/xygraph.tex Xy-pic option: Graph feature v.3.7 loaded) loaded) (/usr/share/texmf-texlive/tex/latex/tools/verbatim.sty) (/usr/share/texmf/tex/latex/graphviz/graphviz.sty (/usr/share/texmf-texlive/tex/latex/psfrag/psfrag.sty)) (/usr/share/texmf/tex/latex/sagetex.sty Writing sage input file 626913819321871499-16.0px.sage ) (/usr/share/texmf-texlive/tex/latex/gnuplottex/gnuplottex.sty (/usr/share/texmf-texlive/tex/latex/base/latexsym.sty) (/usr/share/texmf-texlive/tex/latex/moreverb/moreverb.sty) (/usr/share/texmf-texlive/tex/latex/base/ifthen.sty)) (./626913819321871499-16.0px.aux) (/usr/share/texmf-texlive/tex/latex/ucs/ucsencs.def) (/usr/share/texmf-texlive/tex/latex/jknapltx/ursfs.fd) (/usr/share/texmf-texlive/tex/latex/amsfonts/umsa.fd) (/usr/share/texmf-texlive/tex/latex/amsfonts/umsb.fd) (/usr/share/texmf-texlive/tex/latex/base/ulasy.fd) [1]
Package amsmath Warning: Foreign command \over; (amsmath) \frac or \genfrac should be used instead (amsmath) on input line 124.
[2] [3] [4] [5] [6] (/usr/share/texmf-texlive/tex/latex/base/t1cmtt.fd) [7] [8] [9] [10]
LaTeX Error: Environment AxiomCode undefined.
See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ...
l.153 \begin{AxiomCode}
Missing $ inserted. <inserted text> $ l.154 f(a) == ( local b; b:=sqrt(a); b^ 2-a)
LaTeX Error: \begin{document} ended by \end{AxiomCode}.
See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ...
l.156 \end{AxiomCode} \newpage Missing $ inserted. <inserted text> $ l.156 \end{AxiomCode} \newpage [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24]
LaTeX Error: Environment fricas undefined.
See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ...
l.183 \begin{fricas}
Missing $ inserted. <inserted text> $ l.184 integrate((x+sin(x))^ (1/2), x)
LaTeX Error: \begin{document} ended by \end{fricas}.
See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ...
l.185 \end{fricas}
Missing $ inserted. <inserted text> $ l.185 \end{fricas}
[25] (./626913819321871499-16.0px.aux) ) (see the transcript file for additional information) Output written on 626913819321871499-16.0px.dvi (25 pages, 8056 bytes). Transcript written on 626913819321871499-16.0px.log.
\begin{fricas} guess([3,6,9,12,15,18,21,24,27,30]) \end{fricas}
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) \write18 enabled. %&-line parsing enabled. entering extended mode (./949012040246244736-16.0px.tex LaTeX2e <2005/12/01> Babel <v3.8h> and hyphenation patterns for english, usenglishmax, dumylang, noh yphenation, arabic, farsi, croatian, ukrainian, russian, bulgarian, czech, slov ak, danish, dutch, finnish, basque, french, german, ngerman, ibycus, greek, mon ogreek, ancientgreek, hungarian, italian, latin, mongolian, norsk, icelandic, i nterlingua, turkish, coptic, romanian, welsh, serbian, slovenian, estonian, esp eranto, uppersorbian, indonesian, polish, portuguese, spanish, catalan, galicia n, swedish, ukenglish, pinyin, loaded. (/usr/share/texmf-texlive/tex/latex/base/article.cls Document Class: article 2005/09/16 v1.4f Standard LaTeX document class (/usr/share/texmf-texlive/tex/latex/base/size12.clo)) (/usr/share/texmf-texlive/tex/latex/ucs/ucs.sty (/usr/share/texmf-texlive/tex/latex/ucs/data/uni-global.def)) (/usr/share/texmf-texlive/tex/latex/base/inputenc.sty (/usr/share/texmf-texlive/tex/latex/ucs/utf8x.def)) (/usr/share/texmf-texlive/tex/latex/bbm/bbm.sty) (/usr/share/texmf-texlive/tex/latex/jknapltx/mathrsfs.sty) (/usr/share/texmf-texlive/tex/latex/base/fontenc.sty (/usr/share/texmf-texlive/tex/latex/base/t1enc.def)) (/usr/share/texmf-texlive/tex/latex/pstricks/pstricks.sty (/usr/share/texmf-texlive/tex/generic/pstricks/pstricks.tex `PSTricks' v1.15 <2006/12/22> (tvz) (/usr/share/texmf-texlive/tex/generic/pstricks/pstricks.con)) (/usr/share/texmf/tex/latex/xcolor/xcolor.sty (/etc/texmf/tex/latex/config/color.cfg) (/usr/share/texmf-texlive/tex/latex/graphics/dvips.def) (/usr/share/texmf-texlive/tex/latex/graphics/dvipsnam.def))) (/usr/share/texmf-texlive/tex/latex/graphics/epsfig.sty (/usr/share/texmf-texlive/tex/latex/graphics/graphicx.sty (/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty) (/usr/share/texmf-texlive/tex/latex/graphics/graphics.sty (/usr/share/texmf-texlive/tex/latex/graphics/trig.sty) (/etc/texmf/tex/latex/config/graphics.cfg)))) (/usr/share/texmf-texlive/tex/latex/pst-grad/pst-grad.sty (/usr/share/texmf-texlive/tex/generic/pst-grad/pst-grad.tex (/usr/share/texmf-texlive/tex/latex/xkeyval/pst-xkey.tex (/usr/share/texmf-texlive/tex/latex/xkeyval/xkeyval.sty (/usr/share/texmf-texlive/tex/latex/xkeyval/xkeyval.tex))) `pst-plot' v1.05, 2006/11/04 (tvz,dg,hv))) (/usr/share/texmf-texlive/tex/latex/pstricks/pst-plot.sty (/usr/share/texmf-texlive/tex/generic/pstricks/pst-plot.tex v97 patch 2, 1999/12/12 (/usr/share/texmf-texlive/tex/generic/multido/multido.tex v1.41, 2004/05/18 <tvz>))) (/usr/share/texmf-texlive/tex/latex/geometry/geometry.sty (/usr/share/texmf-texlive/tex/xelatex/xetexconfig/geometry.cfg)Package geometry Warning: `lmargin' and `rmargin' result in NEGATIVE (-108.405p t). `width' should be shortened in length.
) (/usr/share/texmf-texlive/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?
option. (/usr/share/texmf-texlive/tex/latex/amsmath/amstext.sty (/usr/share/texmf-texlive/tex/latex/amsmath/amsgen.sty)) (/usr/share/texmf-texlive/tex/latex/amsmath/amsbsy.sty) (/usr/share/texmf-texlive/tex/latex/amsmath/amsopn.sty)) (/usr/share/texmf-texlive/tex/latex/amsfonts/amsfonts.sty) (/usr/share/texmf-texlive/tex/latex/amsfonts/amssymb.sty) (/usr/share/texmf-texlive/tex/latex/amscls/amsthm.sty) (/usr/share/texmf-texlive/tex/latex/setspace/setspace.sty Package: `setspace6.7 <2000/12/01> ) (/usr/share/texmf-texlive/tex/generic/xypic/xy.sty (/usr/share/texmf-texlive/tex/generic/xypic/xy.tex Bootstrap'ing: catcodes, docmode, (/usr/share/texmf-texlive/tex/generic/xypic/xyrecat.tex) (/usr/share/texmf-texlive/tex/generic/xypic/xyidioms.tex)Xy-pic version 3.7 <1999/02/16> Copyright (c) 1991-1998 by Kristoffer H. Rose <krisrose@ens-lyon.fr> Xy-pic is free software: see the User's Guide for details.
Loading kernel: messages; fonts; allocations: state, direction, utility macros; pictures: \xy, positions, objects, decorations; kernel objects: directionals, circles, text; options; algorithms: directions, edges, connections; Xy-pic loaded)) (/usr/share/texmf-texlive/tex/generic/xypic/xyall.tex Xy-pic option: All features v.3.3 (/usr/share/texmf-texlive/tex/generic/xypic/xycurve.tex Xy-pic option: Curve and Spline extension v.3.7 curve, circles, loaded) (/usr/share/texmf-texlive/tex/generic/xypic/xyframe.tex Xy-pic option: Frame and Bracket extension v.3.7 loaded) (/usr/share/texmf-texlive/tex/generic/xypic/xycmtip.tex Xy-pic option: Computer Modern tip extension v.3.3 (/usr/share/texmf-texlive/tex/generic/xypic/xytips.tex Xy-pic option: More Tips extension v.3.3 loaded) loaded) (/usr/share/texmf-texlive/tex/generic/xypic/xyline.tex Xy-pic option: Line styles extension v.3.6 loaded) (/usr/share/texmf-texlive/tex/generic/xypic/xyrotate.tex Xy-pic option: Rotate and Scale extension v.3.3 loaded) (/usr/share/texmf-texlive/tex/generic/xypic/xycolor.tex Xy-pic option: Colour extension v.3.3 loaded) (/usr/share/texmf-texlive/tex/generic/xypic/xymatrix.tex Xy-pic option: Matrix feature v.3.4 loaded) (/usr/share/texmf-texlive/tex/generic/xypic/xyarrow.tex Xy-pic option: Arrow and Path feature v.3.5 path, \ar, loaded) (/usr/share/texmf-texlive/tex/generic/xypic/xygraph.tex Xy-pic option: Graph feature v.3.7 loaded) loaded) (/usr/share/texmf-texlive/tex/latex/tools/verbatim.sty) (/usr/share/texmf/tex/latex/graphviz/graphviz.sty (/usr/share/texmf-texlive/tex/latex/psfrag/psfrag.sty)) (/usr/share/texmf/tex/latex/sagetex.sty Writing sage input file 949012040246244736-16.0px.sage ) (/usr/share/texmf-texlive/tex/latex/gnuplottex/gnuplottex.sty (/usr/share/texmf-texlive/tex/latex/base/latexsym.sty) (/usr/share/texmf-texlive/tex/latex/moreverb/moreverb.sty) (/usr/share/texmf-texlive/tex/latex/base/ifthen.sty)) (./949012040246244736-16.0px.aux) (/usr/share/texmf-texlive/tex/latex/ucs/ucsencs.def)
LaTeX Error: Environment fricas undefined.
See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ...
l.121 \begin{fricas}
LaTeX Error: \begin{document} ended by \end{fricas}.
See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ...
l.123 \end{fricas}
[1] (./949012040246244736-16.0px.aux) ) (see the transcript file for additional information) Output written on 949012040246244736-16.0px.dvi (1 page, 440 bytes). Transcript written on 949012040246244736-16.0px.log.