False Position (Linear Interpolation) Numerical Method

Function for finding the x root of f(x) to make f(x) = 0, using the false position bracketing method

이 제출물을 팔로우합니다

% Inputs: with examples
% AF = anonymous function equation: AF = @(x) 1-((20^2)./(9.81*(((3*x)+((x.^2)/2)).^3))).*(3+x);
% xb = initial guess x bracket = [xL xU], where xL = lower boundary x and xU = upper boundary x: xb = [0 2.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 (2026). False Position (Linear Interpolation) Numerical Method (https://kr.mathworks.com/matlabcentral/fileexchange/61686-false-position-linear-interpolation-numerical-method), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 준 파일: Numerical Methods

카테고리

Help CenterMATLAB Answers에서 Interpolation에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0