ubsuny / CP1-24-HW3

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

HW pre-existing function classification #24

Closed ojha-aditya closed 1 month ago

ojha-aditya commented 1 month ago

@laserlab The function which we need to use in defining the Electrodynamics function needs to be used only in the first function or in both the functions?

laserlab commented 1 month ago

You have to implement a classical electrodynamics function as a python function and use this function as an argument in another function

ojha-aditya commented 1 month ago

And both functions have to be a separate module of their own?

ojha-aditya commented 1 month ago

Do we have to break the Electrodynamic function in the two functions or use the other function in unit tests?

laserlab commented 1 month ago

All in one module. Just the unit test should be in a separate file

kylemasc917 commented 1 month ago

From what I came to conclude you can us multiple of the various functions of functional programming to implement an algorithm to solve the ED function you chose. This should be done as one file with a separate file as a unit test.

ojha-aditya commented 1 month ago

I understand now, thank you for the clarification.

ojha-aditya commented 1 month ago

Closing this issue as it is near deadline now.