ICT114 Assignment2 Sem1 2012
ICT114 Assignment2 Sem1 2012
Bachelor of Computer Systems (Networking) BCS02 ICT114 - Mathematics for Computing, Assignment 2 Max Marks: 20
Assignment
Write the code in MATLAB for the following numerical methods. 1. 2. 3. 4. 5. Gauss Elimination Method to solve a linear system of equations. Fixed Point Iteration Bisection Method Newtons Method Secant Method
Write a program in MATLAB with a menu to call any of the above methods upon selection. Create individual m-files for each of the methods and the menu. Submit a report with the MATLAB code, the algorithm and the corresponding flowcharts for all the above numerical methods. Use a polynomial f(x) with a degree of two or higher (e.g., X2-X-12=0) as an example to demonstrate the working of the four methods (Fixed Point, Bisection, Newtons and Secant) to find the roots of the function. Accommodate for any irregular conditions (e.g., continuous loop) that might arise during the execution of the code. The assessment criterion for the assignment is as follows
Task MATLAB code (Demonstration/Working) Report , Algorithm and Flowchart Presentation / Layout of Output
Max Marks 10 7 3
Submission dates
Demonstration/Working of MATLAB code: 29th May, 2012 Report, Algorithm and Flowchart: 8th June, 2012