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: ratprint Default value: true
When ratprint is true, a message informing the user of the conversion of floating point numbers to rational numbers is displayed.
![Ratprint Example kill(all);
f(x):=sin(x^2);
a:0;
b:2;
n:5;
h:(b-a)/n;
ratprint: false;
fpprintprec: 6;
x:makelist(a+k*h,k,0,5);
y:makelist(f(x[k]),k,1,n+1);](http://maxima-online.org//plot.html?g=i675723633.png&t=img&db=r900420109)
(%o1) true (%i2)