0% found this document useful (0 votes)
79 views1 page

MATLAB Assignment PDF

This MATLAB assignment is worth 10% of the student's final grade. Students must build a program to solve linear algebraic systems using either the Regula-Falsi or Newton-Raphson method depending on whether their student number ends in an even or odd number. They must then use their program and solve the system x log10 x = 12.34, with an initial guess of x0 = 10. The assignment will be assessed based on the procedure, algorithm, organization, MATLAB programming, and input-output.

Uploaded by

Kamal Acharya
Copyright
© © All Rights Reserved
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)
79 views1 page

MATLAB Assignment PDF

This MATLAB assignment is worth 10% of the student's final grade. Students must build a program to solve linear algebraic systems using either the Regula-Falsi or Newton-Raphson method depending on whether their student number ends in an even or odd number. They must then use their program and solve the system x log10 x = 12.34, with an initial guess of x0 = 10. The assignment will be assessed based on the procedure, algorithm, organization, MATLAB programming, and input-output.

Uploaded by

Kamal Acharya
Copyright
© © All Rights Reserved
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/ 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