|
|
|
|
|
|
|
|
Solution of Laplace's equation using interpolation functions
|
|
|
|
|
|
|
|
|
|
|
|
2007-07-23
|
|
|
|
|
|
Laplace's equation can be solved numerically and very conveniently with Mathematica by the use of symbolic interpolation. Here we solve Laplace's equation in two dimensions for the case of two thin parallel wires on a square grid. Extension to triangular grids would be straight forward. The traditional approach for solving the equation of course is to use finite element methods. But finite element methods are laborious. Symbolic interpolation is attractive because of the compactness of the resulting code and the flexibility that Mathematica provides. The general approach could find use for solving other boundary value problems, for example in elasticity.
|
|
|
|
|
|
|
|
|
|
|
|
Laplace equation, interpolation function, symbolic interpolation
|
|
|
|
|
|
| FEMusingInterpolation.nb (737.8 KB) - Mathematica Notebook [for Mathematica 5.2] |
|
|