Hello,
"odesolve" works with A*y''(t) + B*y'(t) + 3*y(t) / (y(t)² + 1) = 0 but it doesn't work with the substitution term
C(y(t)) = 3*y(t) / (y(t)² + 1)
A*y''(t) + B*y'(t) + C(y(t)) = 0
I tried in several ways to define C, e.g. C:= 3*y(t) / (y(t)² + 1); C(t, y) = 3*y(t) / (y(t)² + 1) ... etc, but in vain!
I am attaching my file to this post and would appreciate your help very much !
Thank you in advance, Peter