Exports
kernel: | (RXY, Z) V FX | Polynomial solutions |
particularSolution: | (RXY, Z, FX) Partial FX | A polynomial solution |
(RXY, Z, V FX) V FX | Some polynomial solutions | |
solve: | (RXY, Z, FX) (V FX, Partial FX) | Polynomial solutions |
(RXY, Z, V FX) (V FX, V FX) | Polynomial solutions |
kernel: | RXY V FX | Polynomial solutions |
parametricSolve: | (RXY, V FX) (V FX, M F) | Polynomial solutions |
particularSolution: | (RXY, FX) Partial FX | A polynomial solution |
(RXY, V FX) V FX | Some polynomial solutions | |
solve: | (RXY, FX) (V FX, Partial FX) | Polynomial solutions |
(RXY, V FX) (V FX, V FX) | Polynomial solutions |
M | == | DenseMatrix |
V | == | Vector |
Z | == | Integer |