0% found this document useful (0 votes)
66 views2 pages

ICT114 Assignment2 Sem1 2012

The document outlines an assignment for a mathematics course requiring students to write MATLAB code to implement numerical methods for solving equations, including Gaussian elimination, fixed point iteration, bisection, Newton's, and Secant methods. Students must create individual m-files for each method and a menu to call them, and submit a report including the code, algorithms, and flowcharts along with demonstrating a example using each method. Guidelines are provided on submission dates and formatting, as well as policies on plagiarism and late penalties.

Uploaded by

Angel
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
66 views2 pages

ICT114 Assignment2 Sem1 2012

The document outlines an assignment for a mathematics course requiring students to write MATLAB code to implement numerical methods for solving equations, including Gaussian elimination, fixed point iteration, bisection, Newton's, and Secant methods. Students must create individual m-files for each method and a menu to call them, and submit a report including the code, algorithms, and flowcharts along with demonstrating a example using each method. Guidelines are provided on submission dates and formatting, as well as policies on plagiarism and late penalties.

Uploaded by

Angel
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Box Hill Institute

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

Give all references.

Submission dates
Demonstration/Working of MATLAB code: 29th May, 2012 Report, Algorithm and Flowchart: 8th June, 2012

Students Note that


1. There will be a penalty for late submission (1 mark per day from your assessed result). 2. Students should be aware that plagiarism will not be tolerated and any assignment work handed in will be tested for originality. Any quotations from published works must be properly referenced according to the IEEE format. See the Plagiarism, Collusion and Cheating Policy on BHI studentweb or directly at: http://www.bhtafe.edu.au/about/Documents/Policies%20and%20Procedures/Plagiari sm%20Collusion%20and%20Cheating%20Policy.pdf. 3. All work for submission must be typed in the format specified, with an Assignment Cover Sheet, duly filled in and signed by the student. The Assignment Cover Sheet is available on studentweb. Useful Websites 1. Explanation and examples for IEEE referencing style, Box Hill Institute, Aug 2010, Available http://libguides.bhtafe.edu.au/IEEEreferencing. 2. IEEE Citation Reference, IEEE Inc, New York, NY, May 2009. Available http://www.ieee.org/portal/cms_docs_iportals/iportals/publications/pubservices/confp ub/ieeecitationref.pdf. 3. A guide to IEEE referencing style for Murdoch University students and staff, Murdoch University, Perth, WA, September 2010, Available http://libguides.murdoch.edu.au/IEEE.

You might also like