Learn » Examples

Small example programs to learn vt

ExampleDescriptionLink
Jacobi1D1-D Jacobi linear system solver with homogeneous Dirichlet conditionExample Jacobi 1D Program
Jacobi2D2-D Jacobi linear system solver with homogeneous Dirichlet conditionExample Jacobi 2D Program
ReduceIntegralComposite trapezoidal rule for the integral \int_{0}^{1} f(x) dxExample Integral Reduction Program