MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Differential equation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg69487] Re: Differential equation
  • From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
  • Date: Thu, 14 Sep 2006 06:55:05 -0400 (EDT)
  • Organization: Uni Leipzig
  • References: <ee8gca$imk$1@smc.vnet.net>

Hi,

you need a computer algebra for that ?

y[t] ->Integrate[x[t],t]/A + C[1]

or
DSolve[x[t] - A*y'[t] == 0, y[t], t]

Regards

  Jens


"Mike" <usrobotics011 at yahoo.com> schrieb im 
Newsbeitrag news:ee8gca$imk$1 at smc.vnet.net...
| Dear all,
|
| I would kindly ask for an assistance please.
| I do not know how to solve this differential 
equation :
|
| x(t)-A*dy/dt=0
|
| Where,
| A - constant
| x - variable as a function of time (t)
| y - variable as a function of time (t)
| t - time
|
|
| Thanks Mike77
| 



  • Prev by Date: GUIKit Wizard Frame Sizing Problem
  • Next by Date: Re: Differential equation
  • Previous by thread: Re: Differential equation
  • Next by thread: Re: Differential equation