Package <Unnamed>
-
Class Summary Class Description JxnCOMAnalyzer Retrieves the solution from aContinuousOutputModel
.
See CommonsMath_ODE_Lotka_Volterra~Test.jxn for an example.JxnMultivariateFunction Wrapper used to pass a method definition to Commons Math algorithms.JxnODE Wrapper used to pass a system of first order ordinary differential equations (odes) to Commons Math algorithms.JxnUnivariateFunction Wrapper used to pass a method definition to Commons Math algorithms.ODE_Lotka_Volterra Example of a system of first order differential equations (ODEs).ODE_RLC_circuit Example of a system of first order differential equations (ODEs): Transient response of a series RLC circuit.
i = iR = iL = iC ; duC/dt = iC/C ; diL/dt = uL/L ; uR = R·iR ; uL = cos 2 π f t - uC - uR ;