|
|
last edited 15 years ago by Bill Page |
1 2 3 4 5 6 7 | ||
Editor: Bill Page
Time: 2007/12/02 17:40:27 GMT-8 |
||
Note: formatting problem |
added: Something is going wrong with the formatting of the output. The following two commands turn off the LaTeX output and replace it with an ASCII-art format. added: )set output tex off )set output algebra on added: Output from Maxima is also weird.
Something is going wrong with the formatting of the output. The following two commands turn off the LaTeX? output and replace it with an ASCII-art format.
)set output tex off
)set output algebra on
integrate(sqrt(a*t^2+b*t+c),t)
(1) [ +--------------+ 3 2 2 +-+ | 2 ((16a b c - 4b )t + 32a c - 8b c)\|c \|a t + b t + c + 2 2 4 2 2 3 3 2 2 (- 16a c + b )t + (- 32a b c + 8b c)t - 32a c + 8b c * log +--------------+ +-+ +-+ | 2 +-+ (2\|a \|c - 2a t)\|a t + b t + c + 2a t\|c + 2 +-+ (- 2a t - b t - 2c)\|a / +--------------+ +-+ | 2 2\|c \|a t + b t + c - b t - 2c + 2 2 3 3 2 2 2 +-+ ((- 16a c - 4a b )t + (- 40a b c - 2b )t + (- 32a c - 8b c)t)\|a * +--------------+ | 2 \|a t + b t + c + 2 4 2 2 3 3 2 16a b t + (32a c + 24a b )t + (56a b c + 6b )t + 2 2 (32a c + 8b c)t * +-+ +-+ \|a \|c / +--------------+ +-+ +-+ | 2 (32a b t + 64a c)\|a \|c \|a t + b t + c + 2 2 2 2 +-+ ((- 32a c - 8a b )t - 64a b c t - 64a c )\|a ,
+--------------+ 3 2 2 +-+ | 2 ((16a b c - 4b )t + 32a c - 8b c)\|c \|a t + b t + c + 2 2 4 2 2 3 3 2 2 (- 16a c + b )t + (- 32a b c + 8b c)t - 32a c + 8b c * +--------------+ +---+ | 2 +---+ +-+ \|- a \|a t + b t + c - \|- a \|c atan(------------------------------------) a t + 2 2 3 3 2 2 2 +---+ ((- 8a c - 2a b )t + (- 20a b c - b )t + (- 16a c - 4b c)t)\|- a * +--------------+ | 2 \|a t + b t + c + 2 4 2 2 3 3 2 2 2 (8a b t + (16a c + 12a b )t + (28a b c + 3b )t + (16a c + 4b c)t) * +---+ +-+ \|- a \|c / +--------------+ +---+ +-+ | 2 (16a b t + 32a c)\|- a \|c \|a t + b t + c + 2 2 2 2 +---+ ((- 16a c - 4a b )t - 32a b c t - 32a c )\|- a ]
Output from Maxima is also weird. Maxima encountered a Lisp error:
End of file while scanning expression
Automatically continuing. To reenable the Lisp debugger set debugger-hook to nil.
(%o2) |
|