MathGroup Archive 2005

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

Search the Archive

Re: Representation and Simulation of Dynamic Systems

  • To: mathgroup at smc.vnet.net
  • Subject: [mg57074] Re: Representation and Simulation of Dynamic Systems
  • From: "Eckhard Hennig" <aidev at n-o-s-p-a-m.kaninkolo.de>
  • Date: Sat, 14 May 2005 04:58:12 -0400 (EDT)
  • References: <d5s9bh$lj9$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

> o) Sketch the system on a piece of paper. Here is a toy example:
>
>                          ---------- [ -k ] --------- 
>                         |                           |
>                         V                           |
> force[t] --> [ 1/m ] --> + --> [ 1/s ] ---> [ 1/s ] --->  pos[t]
>                            |           |
>                            |            -------------->  vel[t]
>                            |
>                            --------------------------->  acc[t]
>
> Note: [ 1/s ] is an integrator block
>      [  k  ] is a gain block
>
>
> o) Convert the sketch into a system description:

These are things you can do easily with Analog Insydes 
(www.analog-insydes.de). This toolbox allows you to describe electrical and 
control circuits in the form of netlists, set up the symbolic (differential) 
equations automatically, and solve them with a DAE solver. Check out the 
above-mentioned internet site for a free trial version. See the manual for a 
description of how to solve control circuits.

Best regards,

Eckhard


--
Dr.-Ing. Eckhard Hennig
www.kaninkolo.de/ai
aidev \at kaninkolo \dot de



  • Prev by Date: Re: Hold problems with FindRoot
  • Next by Date: Count using pattern on two different matrices
  • Previous by thread: Iterated NDSolve. HELP.
  • Next by thread: Re: Re: Representation and Simulation of Dynamic Systems