Function odeL is only for solving linear differential equation
Ly=f with constant coefficients.
For solving equation y' = (2 x + 3y + 1)/(4x + 6 y + 1) use contrib_ode or
change u=2x+3y.
In this case odeL must return "false" or some warning. I'm thinking about
updated version of package odes.
Function odeL is only for solving linear differential equation
Ly=f with constant coefficients.
For solving equation y' = (2 x + 3y + 1)/(4x + 6 y + 1) use contrib_ode or
change u=2x+3y.
In this case odeL must return "false" or some warning. I'm thinking about
updated version of package odes.
Merry Christmas
Aleksas D.
2018-12-18, an, 09:19 Daniel Volinski danielvolinski@users.sourceforge.net
rašė:
Related
Bugs: #3511
Thanks Aleksas!
See also #3510 which is another example.