Solving Initial Value Problems with Mathematica's Solver

(continued fromÌýlast page...)

Your interaction should have gone like this:

DSolve[{y''[x]-3y'[x]-10y[x]==E^x, y[0]==0, y'[0]==1}, y[x], x]

DE Solutions

So it can doÌýnon-homogeneousÌýdifferential equations too. (Well, at least that one.)

Moving on....

Ìý
If you're lost, impatient, want an overview of this laboratory assignment, or maybe even all three, you can click on the compass button on the left to go to the table of contents for this laboratory assignment.