Here are some examples of animation done using Agat.

WARNING!!!

 to test Agat be sure to:
 - compile agat (do a make in the Src directory)
 - add agat to your PATH
 - do a make in this directory

 then you can pick some of these lines to test animations.
 

#######
# random number generator
#

# rand
agat -f aleat.agt -I ../AgtInclude aleat 10000 1

# von neumann sqare root
agat -f aleat.agt -I ../AgtInclude aleat 10000 6 12387

# linear congruential
agat -f aleat.agt -I ../AgtInclude aleat 10000 7 7256


#######
# a test of automatic rescaling with dump
agat -f tplot.agt -d tplot.dmp -I ../AgtInclude tplot 500


#######
# test of replay with speed variation
agat -f tplot.agt -r tplot.dmp -s 5 -I ../AgtInclude 


#######
# use of agat to inprove heuristics used in hyper-frequences problems

# normal speed
agat -f grimm.agt -r grimm2.dmp 

# full speed
agat -f grimm.agt -r grimm2.dmp -m


#######
# use of agat as an interactive ploter
#   iterated thoric nodes

agat -f desousa.agt -r desousa.dmp 
agat -f desousa2.agt -r desousa2.dmp 



#######
# test of 3d operator
agat -f tplot3d.agt -I ../AgtInclude tplot 1000



