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.
5.4 prefix==========
A prefix operator is one which signifies a function of one argument,which argument immediately follows an occurrence of the operator.prefix("x") is a syntax extension function to declare x to be aprefix operator.
b then c else d));
op ('foo (a));
prefix (foo);
op (foo a);
op (f [x, y] (a, b, c));
op (g [u, v, w]);
' title='Prefix Example' width='30%' /> See also Syntax.
There are also some inexact matches for prefix. Try ?? prefix to see them.
(%o1) true (%i2)