Exercise 1: point charges in 3D using Jacobi's relaxation algorithm. 1. Write a code that computes the electric potentia
Posted: Mon May 09, 2022 2:03 pm
Exercise 1: point charges in 3D using Jacobi's relaxation algorithm. 1. Write a code that computes the electric potential and electric field of an arbitrary distribution 2. Visualize the results. 3. Update the code to employ Gauss-Seidel or SOR algorithm (your choice). 4. Compare the run time of the two codes.