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.
Function: maplist (<f>, <expr_1>, ..., <expr_n>) Returns a list of the applications of <f> to the parts of the expressions <expr_1>, ..., <expr_n>. <f> is the name of a function, or a lambda expression.
maplist differs from map (<f>, <expr_1>, ..., <expr_n>) which returns an expression with the same main operator as <expr_i> has (except for simplifications and the case where map does an apply).
(%o1) true (%i2)