riccati.spad line 254 [edit on github]
In-field solution of Riccati equations, rational case.
polyRicDE(op, zeros)
returns [[p1, L1], [p2, L2], ... , [pk, Lk]]
such that the polynomial part of any rational solution of the associated Riccati equation of op y = 0
must be one of the pi
's
(up to the constant coefficient), in which case the equation for z = y e^-int p
is
. Li
z = 0zeros
is a zero finder in UP
.
ricDsolve(op)
returns the rational solutions of the associated Riccati equation of op y = 0
.
ricDsolve(op, ezfactor)
returns the rational solutions of the associated Riccati equation of op y = 0
. Argument ezfactor
is a factorisation in UP
, not necessarily into irreducibles.
ricDsolve(op, zeros)
returns the rational solutions of the associated Riccati equation of op y = 0
. zeros
is a zero finder in UP
.
ricDsolve(op, zeros, ezfactor)
returns the rational solutions of the associated Riccati equation of op y = 0
. zeros
is a zero finder in UP
. Argument ezfactor
is a factorisation in UP
, not necessarily into irreducibles.
ricDsolve(op)
returns the rational solutions of the associated Riccati equation of op y = 0
.
ricDsolve(op, ezfactor)
returns the rational solutions of the associated Riccati equation of op y = 0
. Argument ezfactor
is a factorisation in UP
, not necessarily into irreducibles.
ricDsolve(op, zeros)
returns the rational solutions of the associated Riccati equation of op y = 0
. zeros
is a zero finder in UP
.
ricDsolve(op, zeros, ezfactor)
returns the rational solutions of the associated Riccati equation of op y = 0
. zeros
is a zero finder in UP
. Argument ezfactor
is a factorisation in UP
, not necessarily into irreducibles.
singRicDE(op, ezfactor)
returns [[f1, L1], [f2, L2], ..., [fk, Lk]]
such that the singular ++
part of any rational solution of the associated Riccati equation of op y = 0
must be one of the fi
's
(up to the constant coefficient), in which case the equation for z = y e^-int
is ai
. Argument Li
z = 0ezfactor
is a factorisation in UP
, not necessarily into irreducibles.