Question: How do I obtain a numerical solution of a nonlinear volterra integral equation using the method of reproducing kernel space

I have a problem writing a program for the numerical solution of nonlinear volterra integral equation using the method of reproducing kernel space. I have my algorithm as well as the program I tried to write, though they are full of error messages. Please could anyone give me a clue on how to go about my challenges. The algorithm is as follows:

Step 1. Fix π‘Ž ≤ π‘₯ and 𝑑 ≤ 𝑏.
If 𝑑 ≤ π‘₯, set 𝑅π‘₯(𝑑) = 1 − π‘Ž + 𝑑.
Else set 𝑅π‘₯(𝑑) = 1 − π‘Ž + π‘₯.
Step 2. For 𝑖 = 1, 2, . . . , π‘š set π‘₯i = (𝑖 − 1)/(π‘š − 1).

Set πœ“i(π‘₯) = 𝐿t𝑅π‘₯(𝑑)|𝑑=π‘₯i .
Step 3. Set 𝑒0(π‘₯1) = 𝑒(π‘₯1).
Step 4. For 𝑖 = 1, 2, . . . , π‘š set 𝛾ij = [πœ“-1]ij.
Step 5. 𝑛 = 1.
Step 6. Set Sn = Σ𝑛
π‘˜=1 𝛾nk𝑒k-1(π‘₯k).
Step 7. Set 𝑒n(π‘₯) = Σ𝑛
𝑖=1 Siπœ“i(π‘₯).
Step 8. If 𝑛 < π‘šthen set 𝑛 = 𝑛 + 1 and go to step 6.
Else stop.

Please Wait...
ο»Ώ