1
Numerical Methods Project Part 1 You need to implement a scientific calculator Part 2 Implement any of four methods from all methods that you’ve done previously (There should be at least one from integration and one from interpolation). You have to implement them with GUI, It should take input from user, and display results with graphs. Your project will consist of following forms. 1. List of methods implemented. User can select any. 2. Next form will give title of selected method and ask for user input required. This page should also have a button named ‘Information’. On clicking ‘Information’ button, a new form with detail of function should open. It should contain: Background Implementation Limitations Formula equation 3. You have to show graph of function behavior along with results. 4. Each form will contain hyperlink or button that will lead to scientific calculator. User friendly Interface will be given bonus marks.

Numerical+Methods+Project

Embed Size (px)

Citation preview

Page 1: Numerical+Methods+Project

Numerical Methods Project

Part 1You need to implement a scientific calculator

Part 2

Implement any of four methods from all methods that you’ve done previously (There should be at least one from integration and one from interpolation). You have to implement them with GUI, It should take input from user, and display results with graphs.

Your project will consist of following forms.

1. List of methods implemented. User can select any.2. Next form will give title of selected method and ask for user input required. This page should

also have a button named ‘Information’.

On clicking ‘Information’ button, a new form with detail of function should open. It should contain:

Background Implementation Limitations Formula equation

3. You have to show graph of function behavior along with results.4. Each form will contain hyperlink or button that will lead to scientific calculator.

User friendly Interface will be given bonus marks.