Name | Modified | Size | Downloads / Week |
---|---|---|---|
pygrapher.py | 2015-02-01 | 17.2 kB | |
readme.txt | 2015-02-01 | 625 Bytes | |
Totals: 2 Items | 17.8 kB | 0 |
------------------------------------------------- To Run If using Windows, double click. If using a Unix platform, in command line: python pygrapher.py ------------------------------------------------- This program allows you to input trinomial funciton where there are 2 degrees of 'x' and will output the function on a graph. ------------------------------------------------- Known Limitations - Currently, on trinomial funcitons work. Further, only 2 degrees of x can be accepted (x^4-x^3+9). - There is no scaling function for the graph. The graph only displays a domain and range of (-100,100).