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/26/13
INVERT :: Invert of a Matrix
maxima_invert
Function:
invert
(M)
Returns the inverse of the matrix M.
The inverse is computed by the adjoint method.
Example:
(%i)
invert
( matrix( [a,b], [c,d] ) );
(%o) matrix([d/(a*d-b*c),-b/(a*d-b*c)],[-c/(a*d-b*c),a/(a*d-b*c)])
See Also ...
OCTAVE :: INVERSE
maxima_invert
Newer Post
Older Post
Home