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: append (<list_1>, ..., <list_n>) Returns a single list of the elements of <list_1> followed by the elements of <list_2>, ... append also works on general expressions, e.g. append (f(a,b), f(c,d,e)); yields f(a,b,c,d,e).
![Append Example xvals: map(rhs,solve(x^2=9));
answers:[x-3=0];
mye:[];
for i:1 while i<=(length(realroots(x^2=9))) do (append(mye,subst([x=xvals[i]] ,answers)));
mye;
if(is(ratsimp((mye)))) then 100;
all;](http://maxima-online.org//plot.html?g=i-1576821131.png&t=img&db=r-1152628343)
Do example(append); for an example.
There are also some inexact matches for append. Try ?? append to see them.
(%o1) true (%i2)
subseqs_helper(prefix...
subseqs(seq, n) := su...
diffformexplicit(omeg...