Browse journals
Program overview
Author services
Become a partner
COVID-19
Science.org
Get Our e-Alerts
Submit Manuscript
+
Journal Menu
Journal Overview
For Authors
For Reviewers
For Editors
Articles in Press
Table of Contents
Get Our e-Alerts
Submit Manuscript
Research
/
2019
/
Article
/
Alg 1
Research Article
Numerical Solution for the Extrapolation Problem of Analytic Functions
Algorithm 1
Extrapolating given data of an unknown function.
Input:
set of values
at specified points
, n, IRBF kernel, c
Output:
set of values
at new at points
1: Formulate vectors
,
matrix
,
and Calculate
◄
Equations ((
9
), (
10
), (
12
),
,
,
,
,
,
)
2: Formulate matrix
H
and Calculate
◄
Equation
3: Formulate vector
◄
Equation
3:
ForEach
4:
Calculate vectors
and
◄
Equations ((
12
), (
13
))
5:
Calculate vector
◄
Equation (
8
)
6:
Calculate
◄
Equation (
1
)
7:
Renew vectors
&
◄
Equation
and
9:
End