Groups | Search | Server Info | Login | Register
Groups > comp.soft-sys.math.mathematica > #16948
| From | Neo Sherrington <sh785144557@gmail.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Why can't I solve this ODE set? |
| Date | 2014-05-19 06:04 +0000 |
| Message-ID | <llc6u8$etq$1@smc.vnet.net> (permalink) |
| Organization | Time-Warner Telecom |
I tried to use Mathematica to solve this OED set:
DSolve[{y''[r] + (1/r + 2 I p) y'[r] + (-2 h + 2/r - m^2/r^2 - p^2) y[r] ==
2 a z[r],
z''[r] + (1/r - 2 I p) z'[r] + (-2 h + 2/r - m^2/r^2 - p^2) z[r] ==
2 a y[r]},{y,z}r] .
But as I input it, nothing works. Mathematica just give back the same equations to me. Interestingly, either of the 2 equations can be solved separately, including the other in its expression. I mean:
DSolve[y''[r] + (1/r + 2 I p) y'[r] + (-2 h + 2/r - m^2/r^2 - p^2) y[
r] == 2 a z[r], y[r], r]
DSolve[z''[r] + (1/r - 2 I p) z'[r] + (-2 h + 2/r - m^2/r^2 - p^2) z[
r] == 2 a y[r], z[r], r] /. y[r] -> % .
Would anybody please help me, or explain why this phenomenon occurs?
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar
Why can't I solve this ODE set? Neo Sherrington <sh785144557@gmail.com> - 2014-05-19 06:04 +0000
csiph-web