solve(f,a,b)

버전 2.0.0.0 (5.08 KB) 작성자: Mark Holmes
Solves, if possible, f(x)=0.
다운로드 수: 65
업데이트 날짜: 2018/4/20

라이선스 보기

This program tries to find a solution of f(x)=0 in the interval a<x<b. It's not required that f(a)f(b)<0, and it will report if a solution is not found in the interval.

인용 양식

Mark Holmes (2024). solve(f,a,b) (https://www.mathworks.com/matlabcentral/fileexchange/56071-solve-f-a-b), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

Start Hunting!

Solve 2.0/

버전 게시됨 릴리스 정보
2.0.0.0

simplified the code; improved the refinement strategy; added examples file

1.0.0.0