Question: C++ Programming Language 4. Create two vectors x and y that contain the values necessary to plot the function y = exp between -1 and
4. Create two vectors x and y that contain the values necessary to plot the function y = exp between -1 and 1. The program should get an integer value, N, from the user. The x vector should contain N values evenly spaced between -1 and 1. The y vector should then contain the corresponding values from the equation above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
