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
EXPAND :: Expand expression expr
maxima_expand
Function:
expand
(expr)
Function:
expand
(expr, p, n)
Expand expression expr.
Example:
(%i) expand((x-1)^2);
(%o) x^2-2*x+1
(%i) expand((x+1)^2);
(%o) x^2+2*x+1
See Also ...
MAXIMA :: FACTOR
maxima_expand
Newer Post
Older Post
Home