diff(p(x), x, x) == 5p(x)/(5p(x)^2 + 4*t(x)^2),
diff(t(x), x, x) == -4t(x)/(5p(x)^2 + 4*t(x)^2),
diff(t(x), x) == 1/(5p(x)^2 + 4t(x)^2) + diff(p(x), x)
Can SageMath find a general solution between t and x based on this system of ODEs?
| 1 | initial version |
diff(p(x), x, x) == 5p(x)/(5p(x)^2 + 4*t(x)^2),
diff(t(x), x, x) == -4t(x)/(5p(x)^2 + 4*t(x)^2),
diff(t(x), x) == 1/(5p(x)^2 + 4t(x)^2) + diff(p(x), x)
Can SageMath find a general solution between t and x based on this system of ODEs?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.