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: endcons (<expr>, <list>) Returns a new list consisting of the elements of list followed by <expr>. endcons also works on general expressions, e.g. endcons(x, f(a,b,c)); -> f(a,b,c,x).
(%o1) true (%i2)