| Author |
Comment/Response |
Peter Pein
|
10/03/12 08:59am
Hi Andre,
then give A its argument. Further note that Derivative takes the derivative of functions, not expressions. Ignoring the minus sign in your input (taking the equation for being correct):
DSolve[
Derivative[1][A][t] == -A[t]*(ka + kb + I405*k405 + I488*k488) + kb*c + I488*k488*c,
A[t], t]
works here.
Peter
URL: , |
|