I need to write some code to numerically integrate the function:
y(x) = (e^-ax)cos(x)
I am required to implement my own function as oppose to importing from SciPy. How would I go about this?
I need to write some code to numerically integrate the function:
y(x) = (e^-ax)cos(x)
I am required to implement my own function as oppose to importing from SciPy. How would I go about this?