lagrange and newton interpolation code
이전 댓글 표시
Given f(x)=(e^x )/x^2 "on" [2,3] Let h=0.1 , Let z=2.375 Estimate f using Lagrang interpolating poly, show a list of the estimations p_1 (z),p_2 (z),p_3 (z),p_4 (z),… Newton interpolating poly, show a list of a_0,a_1,a_2,…a_n Show a list of p_1 (z),p_2 (z)… Use 12 digits arithematics
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!