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.
(%i1)string(factor(log(exponentialize(a + b*sin(c + 2*pi*d*t))))); (%o1) log(-%e^(-2*%i*d*pi*t-%i*c)*(%i*b*%e^(4*%i*d*pi*t+2*%i*c)-2*a*%e^(2*%i*d\ *pi*t+%i*c)-%i*b)/2) (%i2)
jacobian(exponentialize((-abs([x,y,z]))^2), [x, y, z]); [ 2 x 0 0 ] [ ] (%o1) [ 0 2 y 0 ] [ ] [ 0 0 2 z ] (%i2)
display2d:true; (%o1) true (%i2) exponentialize(%e^x*tanh(x)); x x - x %e (%e - %e ) (%o2) ----------------- x - x %e + %e (%i3)