Message Boards Message Boards

0
|
4678 Views
|
2 Replies
|
1 Total Likes
View groups...
Share
Share this post:

fixing ODE with initial conditions

Posted 9 years ago

When I enter the command

 DSolve[{3xy'[x]-y[x]==log[x]+1, y[1]==-2}, y[x],x] 

the program gives me interpretation is unavailable, any suggestions?

POSTED BY: omar Aljawhary
2 Replies
Posted 9 years ago

yeah probably, thanks for the feedback.

POSTED BY: omar Aljawhary
Posted 9 years ago
DSolve[{3 x y'[x] - y[x] == Log[x] + 1, y[1] == -2}, y[x], x]

Works fine, you made syntax errors.

POSTED BY: Al Guy
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