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.
-- Global variable: facsum_combine Default value: true
facsum_combine controls the form of the final result returned by facsum when its argument is a quotient of polynomials. If facsum_combine is false then the form will be returned as a fully expanded sum as described above, but if true, then the expression returned is a ratio of polynomials, with each polynomial in the form described above.
The true setting of this switch is useful when one wants to facsum both the numerator and denominator of a rational expression, but does not want the denominator to be multiplied through the terms of the numerator.
(%o1) true (%i2)
p(t):=a*t^3+b*t^2+c*t+d;
s:solve([p(-1)=p0,p(0...
p2(t):=-(-p3+3*p2-3*p...
p(t):=a*t^3+b*t^2+c*t+d;
s:solve([p(-1)=p0,p(0...
p2(t):=-(-p3+3*p2-3*p...