next up previous contents
Next: Matrices Up: Analytical operations Previous: Integration

Ordinary differential equations

 

In Mathematica

For comparison with other CAS choose from: Axiom Derive Macsyma Maple Reduce


inputs outputs

    DSolve[ y'[x] + y[x] Sin[x]/Cos[x] - 1/Cos[x]==0, y[x],x ]
    {{y[x] -> C[1] Cos[x] + Sin[x]}}


Richard Liska