Re: Dsolve matrix
- To: mathgroup at smc.vnet.net
- Subject: [mg99744] Re: Dsolve matrix
- From: dh <dh at metrohm.com>
- Date: Wed, 13 May 2009 05:06:17 -0400 (EDT)
- References: <gu6664$9s4$1@smc.vnet.net>
Hi,
you should give an example.
Anyway, did you mean something like:
DSolve[{f'[x] == a f[x], f[0] == 1}, f, x]
Daniel
Spyros wrote:
> Hi guys,
>
> I'd like to solve a system of three differential equations using mathematica. The terms of the equations are variables.
> Dsolve is the appropriate command for that?
> Can i calculate the laplace transformation of this system with the Mathematica?
>
> Thanks!!!
>