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...
1 year 前 | 0