Online Algebra Calculator
Many of users do not use powerful Maxima computer algebra system for systematic work, but for ad hoc algebraic calculations – equations, functions, matrixes, etc. only. To do this job, it is not useful to download the whole application from a web site.
-- Option variable: showtime Default value: false
When showtime is true, the computation time and elapsed time is printed with each output expression.
![Showtime Example showtime: all;
a[n]:= if n>1 then ratsimp((1+a[n-1])/a[n-2]) else](http://maxima-online.org//plot.html?g=i-614306433.png&t=img&db=r1635774911)
The computation time is always recorded, so time and playback can display the computation time even when showtime is false.
See also timer.
(%o1) true (%i2)