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: addcol (<M>, <list_1>, ..., <list_n>) Appends the column(s) given by the one or more lists (or matrices) onto the matrix <M>.
(%o1) true (%i2)
load (linearalgebra);
a: matrix ([1,1/2,1/3...
b: matrix([1],[1],[0]);
a:matrix([0.7,8,3],[-...
b:matrix([12],[15],[2...
ad:addcol(a,b);