tmo Posted January 3, 2007 Posted January 3, 2007 (edited) i have created a topic for this some time before, but somehow my acc has been deleted or i have forgotten it so i created a new one and cant edit my old topic anymore. so i create a new one i improved this plotting tool alot i think, you can scroll now with arrow-keys (unfortunately now its a lil bit slower), set an parameter q which will let u draw sth like q*x with q from -5 to 5 step 1 for example. you can draw Function compositions(is it the right word in english), too. you can use e and pi as well. get the sourcecode here: plotternew.au3 but dont be so strict with the scroll-feature, some bugs may occur as the script has to move 200 labels when u scroll only once. make you own mind about what happens when someone presses the arrowkeys continuously ah and btw: dont ask me about the math thingie i used. after some time i dont understand it myself what i have done there Edited January 3, 2007 by tmo
jftuga Posted January 4, 2007 Posted January 4, 2007 (x*cos(pi) - x)/sin(x) is an interesting plot, but I am sure there are better. -John Admin_Popup, show computer info or launch shellRemote Manager, facilitates connecting to RDP / VNCProc_Watch, reprioritize cpu intensive processesUDF: _ini_to_dict, transforms ini file entries into variablesUDF: monitor_resolutions, returns resolutions of multiple monitorsReport Computer Problem, for your IT help deskProfile Fixer, fixes a 'missing' AD user profile
tmo Posted January 4, 2007 Author Posted January 4, 2007 (x*cos(pi) - x)/sin(x) is an interesting plot, but I am sure there are better.-Johnwell actually (x*cos(pi) - x)/sin(x) is nothing other than -2*x/sin(x) as cos(pi) equals -1 and -x-x = -2*x
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now