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년 전 | 0
