I'm having trouble calculating the error estimate for the integral from 0 to 4 cos(x) dx using 8 subdivisions which = -.7571.
i know that your supposed to take the 4th derivative of cos(x) but thats as far as i know.
after this im supposed to figure out how large the subdivisions need to...
This is what the assignment says to do: Write a C++ program to do decimal-binary number conversions. The program gives the user a choice of conversion type (binary to decimal or decimal to binary). After the user makes a selection and enters an original datum to convert, the program should...