Changes

Electrostatic & Magnetostatic Field Analysis

132 bytes added, 14:18, 18 May 2017
/* The Finite Difference Technique */
<math> \frac{\partial^2\psi}{\partial x^2} + \frac{\partial^2\psi}{\partial y^2} + \frac{\partial^2\psi}{\partial z^2} = -f(\mathbf{r}) </math>
 
When f(<b>r</b>) = 0, one obtains the well-known Laplace equation, which applies to source-free regions.
The second derivative of &psi; with respect to the x coordinate can be approximated by the second-order difference:
</table>
In the special case of a uniform grid with &Delta;x = &Delta;y = &Delta;z, it can be shown thatin a source-free region:
<math> \psi(i,j,k) = \frac{1}{6} \big[ \psi(i+1,j,k) + \psi(i-1,j,k) + \psi(i,j+1,k) + \psi(i,j-1,k) + \psi(i,j,k+1) + \psi(i,j,k-1) \big] </math>
28,333
edits