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

Edit detail for SandBoxRalf revision 3 of 4

1 2 3 4
Editor: hemmecke
Time: 2020/04/13 23:58:47 GMT+0
Note:

changed:
-1+2
E ==> Expression Integer
OF ==> OutputForm
macro R == Record(OUTPUTFORM:OF,_
                  SEXPRESSION: SExpression,_
                  SEXPRESSION: SExpression,_
                  TEXFORMAT: TexFormat)
macro e x == (_
    o:=x::OF;_
    print(([o,_
            outputTran(o)$Lisp,_
            outputTran(precondition(o)$OutputFormTools)$Lisp,
            o::TexFormat_
           ]$R)::OF);_
    x)

changed:
-integrate(log(x)/sqrt(x),x)
e [i for i in 1..]

fricas
E ==> Expression Integer
Type: Void
fricas
OF ==> OutputForm
Type: Void
fricas
macro R == Record(OUTPUTFORM:OF,_
                  SEXPRESSION: SExpression,_
                  SEXPRESSION: SExpression,_
                  TEXFORMAT: TexFormat)
Type: Void
fricas
macro e x == (_
    o:=x::OF;_
    print(([o,_
            outputTran(o)$Lisp,_
            outputTran(precondition(o)$OutputFormTools)$Lisp,
            o::TexFormat_
           ]$R)::OF);_
    x)
Type: Void

fricas
e [i for i in 1..]
[OUTPUTFORM = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ...], SEXPRESSION = (BRACKET (AGGLST 1 2 3 4 5 6 7 8 9 10 "...")), SEXPRESSION = (BRACKET (AGGLST 1 2 3 4 5 6 7 8 9 10 "...")),
TEXFORMAT = ["$$", "\left[", "1, \: 2, \: 3, \: 4, \: 5, \: 6, \: 7, \: 8, \: 9, \: {10}, \: ... ", "\right]", "$$"] ]

\label{eq1}\left[ 1, \: 2, \: 3, \: 4, \: 5, \: 6, \: 7, \: 8, \: 9, \:{1
0}, \:...\right](1)
Type: Stream(PositiveInteger?)