| Author |
Comment/Response |
Andre
|
10/02/12 5:54pm
I need to solve the following differential equation with the following constants included...
A' = -A * (ka +kb + I405 * k405 + I488 * k488) + kb*c + I488 * k488* c
ATTEMPT:
DSolve[Derivative[1] (-A[t]) == -A*(ka + kb + I405*k405 + I488*k488) + kb*c + I488*k488*c, A[t], t]
I get an error saying A has no arguments.
Help please!
URL: , |
|