Q:

Use the quad function to approximate the area under the curve 4x2 + 3 from -1 to 3. First, create an anonymous function and pass its handle to the quad function

0

Use the quad function to approximate the area under the curve 4x2 + 3 from -1 to 3. First, create an anonymous function and pass its handle to the quad function. 

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

fun = @(x) 4*x.^2 + 3;
 quad(fun,-1,3)

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now