Message Boards Message Boards

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

Solve differential equations with boundary conditions

Posted 4 years ago

Hello Friends, I am new at Mathematica and I am trying to solve the next differential equation,

sol = DSolve[y'[x] == y[x], y[x], x]

But when I set boundary conditions, I receive the next message. Can anyone help me? enter image description here

POSTED BY: Diego Tosano
3 Replies

At first you may have to clear your all variables using:

ClearAll["`*"]; Remove["`*"];

and now it should work.

POSTED BY: Mariusz Iwaniuk
Posted 4 years ago

Thank you, I appreciate your help.

POSTED BY: Diego Tosano

Sometimes you may have to clear your variables using Clear[...]

Otherwise, this worked for me. Same code you have.

POSTED BY: Nathan Shpritz
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