| Author |
Comment/Response |
spice
|
10/16/12 09:23am
Hello everybody,
I started to play with Mathematica a little bit. I solved a diff. equation on a paper and I want to check my result.
It is a lossless resonant System:
eq1 := vL[t] == L * iL'[t]
eq2 := iC[t] == C * vC'[t]
eq3 := iL[t] == iC[t]
eq4 := VDC == vL[t] + vC[t]
bound1 := iL[0] == Ib
bound2 := vL[0] == vL0
Simplify[DSolve[{eq1, eq2, eq3, eq4, bound1, bound2}, iL[t], t]]
What its wrong with that? I think I need a command, which connect the equations.
Thank you for your help.
URL: , |
|