ubsuny / 23-Homework6G2

Apache License 2.0
0 stars 9 forks source link

Numpy Integration and Comphys integration #18

Closed reshnashrestha closed 9 months ago

reshnashrestha commented 9 months ago

In task 3, there is a task:

Compare the numpy integration functions to the ones found in compphys So what really are we comparing? Can you elaborate?

tirthbha commented 9 months ago

@reshnashrestha I am also doing task 3, however unable to figure out this task me too.

reshnashrestha commented 9 months ago

Okay we can discuss this tomorrow in the class with professor

tirthbha commented 9 months ago

Sure!

AhmedCode99 commented 9 months ago

Compare compphys with built-in python functions like:

https://numpy.org/doc/stable/reference/generated/numpy.trapz.html https://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.simpson.html