Something is going wrong with the formatting of the output. fricas s:=integrate(sqrt(a*t^2+b*t+c), Type: Union(List(Expression(Integer)),
fricas #s
Type: PositiveInteger?
fricas s.1
Type: Expression(Integer)
fricas s.2
Type: Expression(Integer)
It is not being wrapped as expected. The following two commands turn off the LaTeX output and replace it with an ASCII-art format. fricas )set output tex off fricas )set output algebra on Type: Union(List(Expression(Integer)),
Output from Reduce makes sense:
But doing this with Maxima: \begin{maxima} integrate(sqrt(a*t^2+b*t+c),t); \end{maxima} causes a problem since Maxima tries to ask the "user" whether |