sara_87
- 748
- 0
Homework Statement
if i have an integral equation of the form:
\lambda x(t)-\int{K(t,s)x(s)ds}=y(t)
and i want to apply the nystrom method to find a numerical solution, then the quadrature rule gives:
\lambda x(t_i)-\sum^n_{j=1}{w_{j}K(t_i,t_j)x(t_j)}=y(t_i)
my question is:
What is (using the trapezoidal rule) the expression for wj
Homework Equations
The Attempt at a Solution
i have no idea except that there's a 'h' somewhere (step length)
thank you