ubsuny / CP1-24-HW3

Homework 3 template for CP1-24
1 stars 16 forks source link

Computing the Electric Field due to a point charge using coulomb's law #12

Open Cosmos491 opened 2 weeks ago

Cosmos491 commented 2 weeks ago

I will implement this using concepts like lambda, map, and list comprehensions. Task will to calculate The electric field due to a single charge, and a net electric field due to multiple charges using functional programming.

Tolani4 commented 2 weeks ago

I posted I was working on this topic earlier today, however I'm not sure if we are allowed to work on the same function. @laserlab

laserlab commented 2 weeks ago

Do not work on the same topic. There is a file in the repository where you can add you name.

laserlab commented 2 weeks ago

Just read #9 @Tolani4 that is actually not the same

laserlab commented 2 weeks ago

Also: @Cosmos491 @Tolani4 Add the appropriate milestone if you want to do these algorithms

kylemasc917 commented 1 week ago

Make sure to add the milestone corresponding to your chosen ED equation to the total list of milestones.

haiderabbas007 commented 6 days ago

@Cosmos491 you might find my comments in #69 helpful in the completion of your task