Question: Using C++ Programming C-code to integrate f(x) = e^(-x^2) elementof [-infinity, infinity] Use N of diff values, N number of steps/intervals. Print out all x_i,
C-code to integrate f(x) = e^(-x^2) elementof [-infinity, infinity] Use N of diff values, N number of steps/intervals. Print out all x_i, f_i = f(x_i) and the result. Determine and print the appropriate value of N based on the results for different N values. Integrate the function by both Simpson and Trapezoidal rule, then compare the results with it calculated from mathematical software such as Matlab! C-code must contain: 1) use of arrays 2) use of pointers 3) use of structure 4) use of union 5) use of functions and function calls 6) formatted output on screen 7) saving of the same output on a data file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
