Trinity-Automata-Research / dsmodels

The dsmodels domain-specific-language for visualizing dynamical systems in R.
http://www.cs.trinity.edu/~sfogarty/dsmodels/index.html
GNU General Public License v2.0
7 stars 0 forks source link

guessFixedPoints (above and beyond guessAttractors) #14

Open sfogarty opened 7 years ago

sfogarty commented 7 years ago

Issue by sfogarty Friday Jul 01, 2016 at 19:38 GMT Originally opened as https://github.com/Trinity-Automata-Research/dynamical-systems-dsl/issues/33


Guess what fixed points we have. We probably need to start categorizing fixedpoints as attractors, repulsors, or saddles first. Steps shoul dprobalby be:

calculate (0,R) and (R,0) calculate (0,A) and (A,0) sample interior attractors look for interior repulsors look for saddles

sfogarty commented 7 years ago

Comment by sfogarty Wednesday Aug 31, 2016 at 20:20 GMT


We support attractors, but don't have a way of guessing repulsors or sadles yet.