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.
-- Special symbol: pred As an argument in a call to ev (<expr>), pred causes predicates (expressions which evaluate to true or false) to be evaluated. See ev.
Example:
(%i1) 1<2;
(%o1) 1 < 2
(%i2) 1<2,pred;
(%o2) true There are also some inexact matches for pred. Try ?? pred to see them.
(%o1) true (%i2)