Message Boards Message Boards

Solve this system of differential equations with DSolveValue?

Posted 5 years ago

Consider the following code:

DSolveValue[{y''[x] - x y'[x] + (y[x])^2 == x, y[1] == 1, y'[x] == 0},
y[x], x]

DSolveValue::overdet: There are fewer dependent variables than equations, so the system is overdetermined What I should do?

POSTED BY: anna sent

You may have meant y'[1] == 0 instead of y'[x] == 0.

POSTED BY: Gianluca Gorni
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