File: node4.html

package info (click to toggle)
dstooltk-doc 2.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,024 kB
  • ctags: 451
  • sloc: perl: 753; makefile: 49; sh: 8
file content (138 lines) | stat: -rw-r--r-- 5,915 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 98.1p1 release (March 2nd, 1998)
originally by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>DsTool and Dynamical System Toolkits</TITLE>
<META NAME="description" CONTENT="DsTool and Dynamical System Toolkits">
<META NAME="keywords" CONTENT="userman">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<LINK REL="STYLESHEET" HREF="userman.css">
<LINK REL="previous" HREF="node3.html">
<LINK REL="up" HREF="node3.html">
<LINK REL="next" HREF="node5.html">
</HEAD>
<BODY >
<!--Navigation Panel-->
<A NAME="tex2html591"
 HREF="node5.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="/usr/lib/latex2html/icons.gif/next_motif.gif"></A> 
<A NAME="tex2html588"
 HREF="node3.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="/usr/lib/latex2html/icons.gif/up_motif.gif"></A> 
<A NAME="tex2html584"
 HREF="node3.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="/usr/lib/latex2html/icons.gif/previous_motif.gif"></A> 
<A NAME="tex2html590"
 HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
 SRC="/usr/lib/latex2html/icons.gif/contents_motif.gif"></A>  
<BR>
<B> Next:</B> <A NAME="tex2html592"
 HREF="node5.html">Attributes of Interface Windows</A>
<B> Up:</B> <A NAME="tex2html589"
 HREF="node3.html">Introduction</A>
<B> Previous:</B> <A NAME="tex2html585"
 HREF="node3.html">Introduction</A>
<BR>
<BR>
<!--End of Navigation Panel-->

<H1><A NAME="SECTION00310000000000000000">
DsTool and Dynamical System Toolkits</A>
</H1>

<P>
A  <EM>dynamical system</EM><A NAME="42">&#160;</A>
is defined by 
a set of rules or transformations for determining how points
in a multi-dimensional space move in time.  
Time may either be discrete or continuous.
The traces of the points as they move in discrete or continuous time
are called <EM>trajectories</EM><A NAME="44">&#160;</A>.
The goal of dynamical systems theory is to provide
a comprehensive description of the geometric structures arising from 
these trajectories. In addition to elucidating the dynamics associated
to an individual dynamical system, bifurcation theory may be used to describe
how the dynamics of a system varies with changes in parameter values.

<P>
Interactive numerical and graphical exploration 
are important tools in dynamical systems research for several reasons:
<UL>
<LI>There is generally
no way to obtain trajectory information other than by iteration or numerical
integration;
<LI>The geometric structures of a dynamical system are often
intricate and extremely sensitive to changes in the
system parameters, so that interactive computation and graphics
have proved useful in interpreting their meaning;
<LI>Exploration  of a dynamical system often involves the generation of large
quantities of data.  Usually, only a  small proportion
of data must be saved, and typical computer facilities seldom allow for the 
indiscriminate storage of information.
Therefore, it is important to find compact and efficient representations
of a system's dynamics that can be easily retrieved.
</UL>Consequently, there is a critical need for computational
environments that provide effective tools for exploring dynamical systems
with minimal effort on the part of the user. 
Research that relies upon the investigation of 
dynamical systems would be greatly enhanced by a standard, uniform 
environment for the exploration of these systems with computers.

<P>
The explosion of the graphical computational capabilities of relatively
inexpensive desktop computers in the past few years makes the development
of such an environment both feasible and timely.  This document describes 
an implementation of one such environment for SunOS, Solaris, SGI, and
Linux platforms.
The <EM>toolkit</EM> that we describe is an efficient 
research tool that integrates a graphical user
interface, data management capabilities,
and a rich set of numerical algorithms together with the  flexibility to add more algorithms 
and communicate data with other programs. The program, called  <EM>DsTool</EM> (pronounced dee-ess-TOOL), 
has been implemented for use with the X Window system from MIT.  This version
uses the Tcl/Tk<A NAME="49">&#160;</A> package by John Ousterhout for its graphical interface.
In addition, Geomview<A NAME="50">&#160;</A> is used for three dimensional
graphics and animation capabilities.   DsTool is based upon the program
,  written by S. Kim and J. Guckenheimer.
<HR>
<!--Navigation Panel-->
<A NAME="tex2html591"
 HREF="node5.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="/usr/lib/latex2html/icons.gif/next_motif.gif"></A> 
<A NAME="tex2html588"
 HREF="node3.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="/usr/lib/latex2html/icons.gif/up_motif.gif"></A> 
<A NAME="tex2html584"
 HREF="node3.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="/usr/lib/latex2html/icons.gif/previous_motif.gif"></A> 
<A NAME="tex2html590"
 HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
 SRC="/usr/lib/latex2html/icons.gif/contents_motif.gif"></A>  
<BR>
<B> Next:</B> <A NAME="tex2html592"
 HREF="node5.html">Attributes of Interface Windows</A>
<B> Up:</B> <A NAME="tex2html589"
 HREF="node3.html">Introduction</A>
<B> Previous:</B> <A NAME="tex2html585"
 HREF="node3.html">Introduction</A>
<!--End of Navigation Panel-->
<ADDRESS>
<I>John Lapeyre</I>
<BR><I>1998-09-04</I>
</ADDRESS>
</BODY>
</HTML>