Feeds
답변 있음
simple False Position code
function [root, iter] = false_position(f, a, b, tol, max_iter) % f: function handle for which we want to find the root ...
simple False Position code
function [root, iter] = false_position(f, a, b, tol, max_iter) % f: function handle for which we want to find the root ...
대략 1개월 전 | 0
