Download Computing the electric field due to multiple point

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

History of electromagnetic theory wikipedia , lookup

Metric tensor wikipedia , lookup

Introduction to gauge theory wikipedia , lookup

Circular dichroism wikipedia , lookup

Maxwell's equations wikipedia , lookup

Lorentz force wikipedia , lookup

Aharonov–Bohm effect wikipedia , lookup

Field (physics) wikipedia , lookup

Electric charge wikipedia , lookup

Electrostatics wikipedia , lookup

Transcript
Computing the electric field due to multiple point charges obeys
E
1
N

4
i 1
qi  R  Ri 
R  Ri
3
(V/m)
Write a MATLAB function get_efield_points that accepts the charge magnitudes
{q1,q2,…qn}, the desired location of the electric field intensity, and the cartesian
coordinate vectors for each point charge in the system. The output of the function should
return the electric field intensity vector E.