Cubic Spline Interpolation Calculator_Online Calculation Tool

发布日期 : 2019-12-25 02:05:33 UTC      

分类 : Geometric

输入已知的数据(多达50个数据对):
点插值查询
输入x值,用y值计算插值算法
= 0: 正常完成 (没有错误信息)
> 0: 推断于 [error code] 点

App description

In the known data text box below, enter the known (x, y) data pairs. The data pair should be entered as a pair of lines separated by a space bar. No punctuation, letters, etc. For example, suppose we have the following relational data: y = x * X. The data input to the dialog box should be as follows:

<table> <tr> <th width="46">1.2</th> <th width="43"> </th> <th width="73">0.3</th> </tr>

   <tr>
        <td><p> 2.6</p></td>
        <td> </td>
        <td>3</td>
  </tr>
    <tr>
      <td>4.6</td>
      <td> </td>
      <td>6</td>
  </tr>
    <tr>
      <td height="21">7</td>
      <td> </td>
      <td>8</td>
  </tr>

</table> Note that the data pair must increase the input of the x value from top to bottom in order. Up to 50 data pairs. If more than 50 data pairs are input, 51 pairs will be ignored. In the "point interpolation query" section, enter the x value to calculate the y value of the interpolation. Once you click the "interpolation" button, the program will calculate y, which is the data value of a cubic spline interpolation at the specified x point. Note that this tool can accept up to 10x points of calculated corresponding Y values. If you need to interpolate the y value at more than ten points, just rerun the program repeatedly, entering different x points each time.

Important note: Please note the error code output.