Implement newtons method in matlab

Assignment Help MATLAB Programming
Reference no: EM13693793

Question 1: Implement Newton's method in Matlab

function [p,n] = newton(func,funcderiv,x0,tolx).

Here, p is the estimate for the zero, n is the number of iterations it took to obtain this estimate, x0 is the initial guess, tolx is the correction based absolute error tolerance (the iteration is terminated once |xn+1 - xn| > tolx), func is the function whose zero is to be determined, and funcderiv is the derivative of the function func.

Question 2: Implement the secant method in Matlab

function [p,n] = secant(func,x0,x1,tolx).

Here, p is the estimate for the zero, n is the number of iterations it took to obtain this estimate, x0 and x1 are the initial guesses, tolx is the correction based absolute error tolerance (the iteration is termi-nated once, |xn+1 - xn| > tolx) and func is the function whose zero is to be determined.

Solve these questions in details and provide examples to support your rationale.

Reference no: EM13693793

Questions Cloud

Figure out the missing data : We are to figure out the missing data. To my understanding, there is going to be some kind of proportion here, or what? How would you go about figuring these out?
Write a program that reads the coordinates : Write a program that reads the (x,y) coordinates of a point in the Cartesian plane and prints a message telling in which quadrant, or on which axis (or axes) the point lies. The quadrants are labeled as follows:
Describe the chemical symbol of one of the elements : Write a program that reads a single character describing the chemical symbol of one of the elements H, C, N, O, F and prints the full name of the element.
Compute and return the celsius temperature : Write a program that takes as input a depth (in kilometers) inside the earth and displays the temperature at this depth in degrees Celsius and in degrees Fahrenheit. The relevant formula is
Implement newtons method in matlab : Implement the secant method in Matlab and Implement Newtons method in Matlab
Cost-benefit analysis : The average annual cost to the company of a manager is $162,000, whereas no managerial professionals cost $121,000 a year on average; both figures include overhead.
Design a recursive algorithm to implement : Design a recursive algorithm to implement this specification. That is, the body of FindLast should contain a recursive call FindLast(A,..,..).
Write an application that stores 100 movies : Write an application that stores 100 movies and displays them by category.  The user can enter any of the categories to display the films in the list that match the category.
Write the equations describing the electrode reactions : Problem- Write the equations describing the electrode reactions and the net cell reaction for this electrochemical cell containing copper and silver

Reviews

Write a Review

MATLAB Programming Questions & Answers

  Finite difference method

Use the finite difference method to calculate the temperature at the point specified since it is easier.

  Determine the necessary shell temperature

In a shell-and-tube heat exchanger, one fluid passes through a central tube while another fluid flows through an outer shell in the opposite direction. The purpose is to heat the fluid passing through the central tube.

  Find the integral of a function at an arbitrary location

Write a Matlab function to perform numerical integration of a set of evenly spaced data points using the trapezoidal rule

  Compute the speed of single-stage planetary gear train

Write a MATLAB function [speed] = planetary (N, emesh, first, last, arm) that computes the speed of a given link in a single-stage planetary gear train.

  Calculate and plot the error in the numerical derivative

Write a program to calculate and plot the error in the numerical estimate of the derivative.

  Create the graph using matlab functions

Create the graph, which contains a piecewise function where a line exists in the first interval, a parabola in the second interval, and the sine function in the third interval.

  Develop a simulation program

Develop a simulation program

  Create a vector in matlab

Create a three dimensional diagram of function.

  Open a named pipe and to read data from the pipe

Open a named pipe and to read data from the pipe in matlab

  Write the commands that will create the matrix

Write the commands that will create the matrix.

  Lagrange interpolating polynomial of degree

Lagrange interpolating polynomial of degree

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd