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 ...
2 months 前 | 0
