maperror SciMax Toolbox mat_cond

SciMax Toolbox >> maplist

maplist

Maxima Function

Calling Sequence

maplist (f, expr_1, ..., expr_n)

Description

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).

maperror SciMax Toolbox mat_cond