Examples
Small example programs to learn vt
| Example | Description | Link | 
|---|---|---|
| Jacobi1D | 1-D Jacobi linear system solver with homogeneous Dirichlet condition | Example Jacobi 1D Program | 
| Jacobi2D | 2-D Jacobi linear system solver with homogeneous Dirichlet condition | Example Jacobi 2D Program | 
| ReduceIntegral | Composite trapezoidal rule for the integral \int_{0}^{1} f(x) dx | Example Integral Reduction Program |