MAXIMA Quick References
Labels
adjoint
allroots
binomial
determinant
diff
expand
ezunits
factor
fourier-transform
fourier-transform-periodic-rectangular
fourier-transform-periodic-sawtooth
fourier-transform-plane-square
fourier-transform-pulse-cos
fourier-transform-pulse-unit-impulse
gamma
hermite
ilt
ilt-unit-impulse
implicit-plot
integrate
invert
laplace
legendrep
nusum
ode2
partfrac
physical-constants
plot-bode-gain
plot-bode-phase
plot-nyquist
plot2d-parametric-asteroid
plot2d-polar-archimedean-spiral
plot3d
plot3d-Klein-bottle
plot3d-Moebius-band
plot3d-julia-set
plot3d-mandelbrot-set
plot3d-sphere
plot3d-torus
quantile_normal
random
residue
romberg
solve
spherical-harmonic
taylor
test-mean
test-normality
test-variance-ratio
totalfourier
trigexpand
trigreduce
Tweet
1/27/13
FACTOR :: Factors the expression expr
maxima_factor
Function:
factor
(expr)
Function:
factor
(expr,p)
Factors the expression expr
Example:
(%i) factor(x ^2-1);
(%o) (x-1)*(x+1)
(%i) factor(2*x^2-5*x+2);
(%o) (x-2)*(2*x-1)
maxima_factor
Newer Post
Older Post
Home