How to calculate maximum absolute error

조회 수: 4 (최근 30일)
Nia Dutta
Nia Dutta 2019년 2월 28일
편집: Matt J 2019년 3월 1일
If I have two solutions in following form
exact=x^(4)-x^(3) and app= (-2.220446049250313*10^(-16)) + (0.19676728660169784)* x + (4.6491983150099205)* x^(2) - (3.9010072748158082)* x^(3) + (2.3619056303875987)* x^(4) - (0.33198038154796344)* x^(5)
Then , how we can calculate maximum absolute error when x belongs to [0,2].

답변 (1개)

Matt J
Matt J 2019년 2월 28일
The difference between two polynomials is a polynomial. Use calculus to find the maximum and minimum values of the difference polynomial.
  댓글 수: 2
Nia Dutta
Nia Dutta 2019년 3월 1일
It is diffucult to check every point of x.
Matt J
Matt J 2019년 3월 1일
편집: Matt J 2019년 3월 1일
They are polynomials. It is an elementary calculus problem to find minima and maxima of polynomials using derivatives.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Polynomials에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by