ReduceLODE(F, L, UP, A, LO)ΒΆ
odeef.spad line 189 [edit on github]
F: Field
A: MonogenicAlgebra(F, UP)
Elimination of an algebraic from the coefficients of a linear ordinary differential equation.
- reduceLODE: (LO, A) -> Record(mat: Matrix L, vec: Vector F)
reduceLODE(op, g)
returns[m, v]
such that any solution inA
ofop z = g
is of the formz = (z_1, ..., z_m) . (b_1, ..., b_m)
where theb_i's
are the basis ofA
overF
returned by basis() fromA
, and thez_i's
satisfy the differential systemM.z = v
.