Question: 1) Write a MATLAB function exp 1(x) that can evaluate the exponential function e. i.e. write your own exponential function without using exp(x) command k!

 1) Write a MATLAB function exp 1(x) that can evaluate the

1) Write a MATLAB function exp 1(x) that can evaluate the exponential function e. i.e. write your own exponential function without using exp(x) command k! Your function should start with function y=exp-l (x,tol,n) where tol: tolerance (relative error) n: maximum number of iteration . use while loop to calculate the series . inside the loop, compare the result to tol If]the relative error

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!