Ask Your Question
0

Can sage find the equilibrium solution to a first order differential equation?

asked 2013-12-25 19:41:17 +0200

ensaba gravatar image

I was reading this to get up to speed on how to use sage to solve differential equations.

I notice it made no mention of finding equilibrium solution.

Does this mean that sage has no function that can be used to find the equilibrium solution for a given ordinary differential equation?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-12-25 23:12:52 +0200

calc314 gravatar image

You can use the solve or find_root commands to solve equations. For many ODEs, the equilibrium solution can be found this way, although you may have to convert a higher-order ODE into a first-order system.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2013-12-25 19:41:17 +0200

Seen: 1,565 times

Last updated: Dec 25 '13