Overview
Comment:To RCS
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: a822056bb5ebb246c04d35e2ebce88d51b07a2f16bda492cca177c24f7d28040
User & Date: gawthrop@users.sourceforge.net on 2000-12-28 17:12:57.000
Other Links: branch diff | manifest | tags
Context
2000-12-28
18:17:57
To RCS check-in: 3fd9d6efa9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
17:12:57
To RCS check-in: a822056bb5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
17:04:39
To RCS check-in: a5452a618d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
1
2
3
4
5
6
7
8
9
10
11
## Makes the figures

par = ReactorTF_numpar;		# Parameters
sym = Reactor_sympar;		# Parameter indices

F_s= [90:10:500];		# Range of flows

Z = [];
for f_s=F_s
  par(sym.f_s) = f_s;
  z = sort(eig(ReactorTF_sm(par)));



|







1
2
3
4
5
6
7
8
9
10
11
## Makes the figures

par = ReactorTF_numpar;		# Parameters
sym = ReactorTF_sympar;		# Parameter indices

F_s= [90:10:500];		# Range of flows

Z = [];
for f_s=F_s
  par(sym.f_s) = f_s;
  z = sort(eig(ReactorTF_sm(par)));

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]