Feeds
已回答
how to find the min point and plot the graph using secant method
clear all clc f=@(x)x*x*x-4*x-9; %Write your function f(x), where f(x)=0. % Root lies between in the interval (x0, x1). x0=i...
how to find the min point and plot the graph using secant method
clear all clc f=@(x)x*x*x-4*x-9; %Write your function f(x), where f(x)=0. % Root lies between in the interval (x0, x1). x0=i...
5 years 前 | 0
