Implement the Bisection Method in Matlab
조회 수: 4 (최근 30일)
이전 댓글 표시
Implement the Bisection Method in Matlab to find a root of f(x) = x 2 − e x on the interval [−2, 2]. Use a tolerance of 1E − 8.
댓글 수: 6
Steven Lord
2022년 4월 26일
@Sam Chak My guess is that the function appeared in the text of the question as "x 2 - e x" because it was copied and pasted from a document (likely PDF, maybe HTML) that typeset it as
. If the copy & paste process just copied the actual characters not the positioning of the 2 and the second x as superscripts, that would appear as "x 2 - e x".
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Adding custom doc에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!