Hitman
- 1
- 0
Im using maple, how can i find the general solution of y''y'''=y and then find the terms up to degree in taylor series using this general solution?
Thanks
Thanks
The discussion focuses on solving the third-order non-linear differential equation y''y'''=y using Maple. The recommended approach involves converting the equation into a system of first-order equations and utilizing the dsolve command to obtain the general solution. To derive the Taylor series up to a specified degree, the taylor command is employed, allowing users to extract the first five terms effectively. The subs command can also be used for substituting specific values into the solution.
PREREQUISITESMathematicians, engineers, and students working with differential equations, particularly those using Maple for symbolic computation and analysis.