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]", "$$"]
]
Type: Stream(PositiveInteger
?)