How to set up the bisection method with variable unknowns?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi, all
I have a question about iteration with variable unknowns.
I've gotten a matrix of Xi = [ 0.2 3 4 7 9 10 2 3 4 3.4] (example) ( known matrix)
I would like to determine a matrix of Xi+1 which is unknown.
By using bisection method, I have known the torlence = 1e-3 which is equal to sqrt( symsum(Xi-Xi+1)^2) / sqrt( symsum(Xi+1)^2).
댓글 수: 2
Samatha Aleti
2020년 1월 29일
Hi,
Bisection method is used to find the roots of polynomial equations. Can I know the polynomial that you are trying to solve? What is Xi here?
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Polynomials에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!