Tsega'ab
Followers: 0 Following: 0
Feeds
已回答
Simple fixed-point iteration method
function [ x ] = fixedpoint(g,I,y,tol,m) % input: g, I, y, tol, max % g - function % I - interval % y - starting point % to...
Simple fixed-point iteration method
function [ x ] = fixedpoint(g,I,y,tol,m) % input: g, I, y, tol, max % g - function % I - interval % y - starting point % to...
12 months 前 | 0