Ask Your Question
1

SageManifold solving differential equations (Schwarzschild metric)

asked 2015-08-08 08:08:26 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

Hi

I've been following Schwarzschild derivation here https://en.wikipedia.org/wiki/Derivin... and I've come to the point where I have the three differential equations listed in the above link.

I tried to solve it with

desolve_system

as follows: https://www.dropbox.com/s/1uihjhzm2k1...

But it does not seem to be working. Am I missing something? It's a system of nonlinear differential equations

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2015-08-08 18:29:10 +0200

eric_g gravatar image

Hi,

Your derivation seems OK to me. In particular, you get a system of differential equations equivalent to that listed in the Wikipedia page that you mention (modulo the change of notation A --> B, B --> A). The issue seems to be that Sage (actually Maxima) does not know how to solve this non-linear system, since you get the message:

ECL says: Error executing code in Maxima: desolve: can’t handle this case

Maybe you should try to simplify the system, as suggested in the Wikipedia page: adding the first two equations gives a simple equation: A B' - A' B = 0. Try then desolve with this equation and the third equation.

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

1 follower

Stats

Asked: 2015-08-08 08:08:26 +0200

Seen: 658 times

Last updated: Aug 08 '15