Message Boards Message Boards

0
|
1233 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Problem with Plot?

Posted 2 years ago

I did it as the book says, but it doesn't work. Can someone help me?? enter image description here

enter image description here

POSTED BY: Aki ZERO

This works fine for me:

Manipulate[Plot[soln /. {C[1] -> i, C[2] -> j},
  {x, -2, 6}, PlotRange -> {-3, 3}],
 {i, -1, 1, 1}, {j, -1, 1, 1},
 Initialization :>
  (soln = 
    DSolveValue[y''[x] + y'[x] + y[x] == 0, y[x], x])]

Try typing it again in a new cell.

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