Computer Science Canada Graphing Calculator |
Author: | TianCaiWuDi [ Fri May 02, 2008 5:30 pm ] |
Post subject: | Graphing Calculator |
A couple of questions about making a graphing calculator in Turing. 1. How to find the appropriate range of x/y? 2. How to graph a parabola? Thanks in advance. |
Author: | Asherel [ Fri May 02, 2008 6:04 pm ] |
Post subject: | Re: Graphing Calculator |
Well, seeing as you want to know Parabolas, Nick has a good program to do them. However you will need to ask him to copy or use your code. Nick's Parabola And if you are looking for the X and Y corrdinates of the standard output window, look into 1st Quadrants. It's 600 by 400 pixels. Hopefully this is what you are after. |
Author: | Clayton [ Fri May 02, 2008 9:56 pm ] |
Post subject: | RE:Graphing Calculator |
Make sure you know how to do translations to any given function. If you don't, then you're just asking for trouble. |
Author: | andrew. [ Mon May 05, 2008 5:03 pm ] | ||
Post subject: | RE:Graphing Calculator | ||
I made a parabola grapher a while back. It doesn't have the all the transformations of the parabola but by changing the variables, you can move it vertically and stretch or compress it. I was thinking of redoing it though. Make it fully functional. Here is the code:
|
Author: | Mackie [ Mon May 05, 2008 5:34 pm ] | ||
Post subject: | RE:Graphing Calculator | ||
I think you should work on naming conventions.
I think there is something wrong here. |