0% found this document useful (0 votes)
16 views

Assignment 1. Individual Assignment

The document describes 3 problems for a numerical methods assignment that must be solved using MATLAB. Problem 1 involves finding the intersection points of 2 equations. Problem 2 involves solving a system of non-linear equations. Problem 3 involves solving a system of linear algebraic equations.

Uploaded by

Ammar Asyraf
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

Assignment 1. Individual Assignment

The document describes 3 problems for a numerical methods assignment that must be solved using MATLAB. Problem 1 involves finding the intersection points of 2 equations. Problem 2 involves solving a system of non-linear equations. Problem 3 involves solving a system of linear algebraic equations.

Uploaded by

Ammar Asyraf
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Fakulti Kejuruteraan Universiti Pertahanan Nasional Malaysia

EFC 3213 COMPUTING II (NUMERICAL METHOD)


Assignment 1. Individual Assignment for ZK25A and ZK50A

There are 3 problem that need to be solve by student in this assignment. Students need utilized
MATLAB programming in order to solve the problems given and write a report containing all
the necessary evidence proving that the work has been done. Any theory, assumption or any
related discussion related in solving the problem must be inserted into the report. The
MATLAB programming code should be attached as appendix to the report and shall not be put
as the report itself. Good Luck!

Problem 1. Root of equations.

Given two equation that intersected with each other as follows:

𝑓1 (𝑥) = 𝑥 4 − 47𝑥 3 + 6750


𝑓2 (𝑥) = 4725𝑥 − 765𝑥 2

Determine the intersection value of x for the two equations. You can utilized any numerical
method in solving root of equations that you have learn in class but you have to explain why
you have chosen the method. Your answer must be accurate at 20 significant figure. You may
need to plot the graph in order to estimate the initial point of the intersection. Please note that
there is more than one intersection point. You need to find them all.

Problem 2. System of Non-linear Equations.

Suppose there are two simultaneous equation as follows:

𝑥 𝑦 + 2𝑥 2 = 3
2𝑥𝑦 2 + 3𝑦 𝑥 = 65

Solve the value of x and y with initial condition of 𝑥0 = 2 and 𝑦0 = 10. Your answer must be
accurate at 20 significant figures. You must show that your answer is valid.

Problem 3. Linear Algebraic Equations.

Solve the value of a, b, c and d for the following linear algebraic equations:

12𝑎 + 13𝑏 + 16𝑐 − 7𝑑 = 14


4𝑎 − 21𝑏 − 4𝑐 + 70𝑑 = 1931
15𝑏 + 4𝑐 + 𝑑 = 212
51𝑎 + 62𝑏 − 74𝑐 + 35𝑑 = 1573

Show that your answer is valid.


1

You might also like