MATLAB Assignment PDF

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

MATLAB Assignment: MAT206 AS2020

This assignment is worth 10% of your final grade. Illegible or plagiarised will not be accepted.
This assignment is due 24th December 2020 Late assignments will not be graded.

1. Depending on the ending number of your student number, build a program:


• 0 and even numbers: Build a program that will solve linear algebraic systems using
Regula-Falsi method.
• Odd numbers: Build a program that will solve linear algebraic systems using Newton-
Raphson method.
2. Solve using both the program and manually, the following system:

x log10 x = 12.34, x0 = 10

Assessment Criteria
• Procedure: 2 marks
• Algorithm: 2 marks
• Organization: 2 marks

• MATLAB programming: 2 marks


• Input-Output: 2 marls

You might also like