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
ODE2 :: Solution of an ordinary differential equation
maxima_ode2
Function:
ode2
(eqn, dvar, ivar)
The function ode2 solves an ordinary differential equation (ODE) of first or second order.
Example:
(%i)
ode2
( 'diff(f(t),t) = a*f(t), f(t), t );
(%o)f(t)=%c*%e^(a*t)
maxima_ode2
Newer Post
Older Post
Home