I wrote a simple program which approximates the evaluation of a definite integral using numerical integration. However, I am stumped when it comes to why I am getting the er
When trying to raise to a power use the operand use ** and not ^.
**
^
f=math.sqrt(1+(6*x+4)**2)