Discrete Mathematics Assignment Solution: MAT2409, Semester 1, USQ
VerifiedAdded on 2023/04/24
|10
|1580
|134
Homework Assignment
AI Summary
This document presents a comprehensive solution to a Discrete Mathematics assignment, focusing on the application of Newton's iterative method to solve non-linear equations using MATLAB. The assignment involves the creation and utilization of the GraphBeta and NewtonFun functions. The GraphBeta function is used to plot the function f(β) = cosβcoshβ - 1, while the NewtonFun function, based on the provided Pract. 2, is employed to find the roots of the equation within specified domains. The betaFun function is defined to return both the function and its derivative. The solution then proceeds to determine the smallest four physically meaningful values of β by applying the NewtonFun function across different domains, confirming the accuracy of the roots using the GraphBeta function. The solution includes detailed explanations of the MATLAB code, function usage, and the iterative process, demonstrating the successful implementation of the Newton's method and its application in solving the given non-linear equation. The conclusion summarizes the successful implementation of the functions and their effectiveness in finding the roots of the given non-linear equation.
1 out of 10