Message Boards Message Boards

0
|
5946 Views
|
3 Replies
|
4 Total Likes
View groups...
Share
Share this post:

what am I doing wrong? (DSoolve syntax)

Posted 9 years ago

Hello!

I need to integrate a complicated system of equations (ODE).

I don't know what I'm doing wrong.. The error says:

Syntax::sntxi: Incomplete expression; more input is needed .

Can you help me on this please? The file is attached.

Thanks!

Attachments:
POSTED BY: Iris Breda
3 Replies
Posted 9 years ago

I unsuccessfully attempted to separate the differential equation problem from the algebraic problem.

I had a different idea that you might see if you could use. Differentiate both sides of your Eq111. That gives you the needed differential equation for H[z]. Since that adds another differential equation, you may or may not need another initial condition to uniquely reconstruct H[z].

When I took a moment and tried to do this I ended up with multiple warnings about 1/0. I didn't explore whether it might be possible to avoid those by getting rid of denominators or if this was because of something else. But if you can track down the cause of those complaints and resolve them then this might get you where you need to go. Or at least you might learn a little more about your system.

POSTED BY: Bill Simpson
Posted 9 years ago

With a large magnifying glass and carefully squinting, notice the font of the \[Psi]''[10] inside your NDSolve is microscopically different from other instances, like the \[Psi]''[z] that begins your Eq222. This means you have been "desktop published" and while your equations might look good they are unfortunately meaningless to Mathematica.

To try to fix this, if you carefully scrape the \[Psi]''[z] that begins your Eq222, which appears to be OK, and paste it over the top of the \[Psi]''[10] inside your NDSolve and then carefully manually replace that z with 10 then the error message you see goes away.

Unfortunately it is then replaced with two other messages. Those are less related to desktop publishing, more directly related to mathematics and with a little math background you might be able to better interpret those messages. The first message is cautioning you that you have mixed equations that have no derivatives with equations that do have derivatives and Mathematica will try to deal with this. The second message is telling you that it thinks you have given it a boundary problem and with mixed equations it can only deal with initial value problems when given mixed equations. That may or may not be a misunderstanding by Mathematica or by you.

Can you perhaps separate the problem of solving the differential equations from solving the algebraic equations? That might help avoid some of the difficulty.

POSTED BY: Bill Simpson
Posted 9 years ago

Hello Bill, thank you so much for your answer.

About the '' yes, you are right, I noticed that a few minutes after posting this thread. About the mathematical problems, we have H[z] which does not have any derivative (there are no H[z]' ) and psi[z] which is a second derivative. The thing is that psi[z] depends on H[z] and vice-versa. About the boundary conditions, one of them (psi'[0]) depends on the result of NDSolve, which is psi[z].. So I really don't know how to solve complex system... If you have any idea that might help I'll really appreciate!

Thanks! :)

POSTED BY: Iris Breda
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract