|
Plot the Graph
Create a GUI Appication which takes a polynomial equation as input and plots the corresponding curve over the diplay area.
The input polynomial is given in the form.
y=a^n * x^n + a^(n-1) * x^(n-1) +.........+a * x + 1
where 'a' is a constant and 'n' is an integer such that n<999.
you have to plot the curve in a display area of 600px X 600px. it means x co-ordinate varies from -300px to +300px and y co-ordinate varies from -300px to +300px.
You can create your applications in Java, .net, VB, Flash. You have to submit .exe file as well as the source code of your application.
Entries are judged on the basis of accuracy of graph and optimisation of code. Make algorithms that will take less time to generate curve.
You are supposed to create your own application and entries if found copied from web are rejected directly from Codecraft.
The Final Decision remains with the Organisers of Codecraft.
|