Description: % Y = LorenzMap(X, p)
% Given a 3-D vector IC X=[x;y;z] and a parameter vector p=[sigma rho beta]
% LorenzMap returns the next incidence in which zdot=0 while zdot is decreasing
% (i.e., a local max of z).
% If the user does not supply p, the default values of the parameters
% p = [sigma, rho, beta] = [10, 28, 8/3] are used.
To Search:
File list (Check if you may need any files):
upload\coupled_mckay_grass.m
upload\coupled_rossler.m
upload\estimate_frequancy.m
upload\LorenzEqns.m
upload\LorenzMap.m
upload\runner.m
upload