TopicTracker
来自 johndcook.com查看原文
译文语言译文语言

你能从表格中挤出多少精度?

理查德·费曼曾说,几乎所有事物深入探究都会变得有趣。查表看似枯燥,但当你深入探究如何填补数值间隙时,它便变得有趣起来。本文探讨了如何通过插值方法从有限精度的表格中提取更高精度的函数值。

相关报道

  • The article discusses linear algebra concepts applied to polynomials, specifically the set P_n(ℝ) of real polynomials with degree ≤ n. It explores how these polynomials can be expressed using n+1 scalar coefficients and examines their properties as a vector space.

  • Lagrange interpolating polynomials provide a method to find a polynomial that perfectly fits a given set of distinct data points. The approach constructs a polynomial of degree at most n that passes through n+1 specified points. This technique is widely used in numerical analysis and approximation theory.