Fixed-Point Iteration Numerical Method

버전 1.0.0.0 (1.69 KB) 작성자: Roche de Guzman
Function for finding the x root of f(x) to make f(x) = 0, using the fixedpoint iteration open method
다운로드 수: 396
업데이트 날짜: 2017/2/21

라이선스 보기

% Inputs: with examples
% AF = anonymous function equation: AF = @(x) 1-((20^2)./(9.81*(((3*x)+((x.^2)/2)).^3))).*(3+x);
% xi = initial guess x = xR, where xR = x root: xi = 0.5;
% ed = desired approximate relative error = |(current - previous)/current|: ed = 0.01;
% Outputs
% xR = x root
% err = approximate relative error
% n = number of iterations
% xRV = x root vector
% errV = approximate relative error vector
% AFD1 = anonymous function 1st derivative
% AFD2 = anonymous function 2nd derivative

인용 양식

Roche de Guzman (2024). Fixed-Point Iteration Numerical Method (https://www.mathworks.com/matlabcentral/fileexchange/61699-fixed-point-iteration-numerical-method), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2015a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0