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 in- Aof- op z = gis of the form- z = (z_1, ..., z_m) . (b_1, ..., b_m)where the- b_i'sare the basis of- Aover- Freturned by basis() from- A, and the- z_i'ssatisfy the differential system- M.z = v.