This assignment consists of two straightforward exercises from Chapter 10 on electrodynamics. It also provides additional practise writing and running Java programs.For this assignment, work and submit the following:
- Problem 10.4 on page 308. Modify FieldLine.java to draw equipotential lines following the suggestions in the textbook.
- Problem 10.9. Gauss-Seidel algorithm (part a), a variation on it (part b), and the Successive Overrelaxation algorithm (part c). Further discussion of these algorithms can be found in Numerical Recipes Chapter 19, Section 5.