Question: Using Matlab: 6. Write and test a function double(x) which doubles its input argument. 7. Write and test a function combine(x,y) which concatenates the two

Using Matlab:

Using Matlab: 6. Write and test a function double(x) which doubles its

6. Write and test a function double(x) which doubles its input argument. 7. Write and test a function combine(x,y) which concatenates the two arguments into one vector 8. Write your own function to compute the exponential function directly from the Taylor series: 2 3 2! 3! The series should end when the last term is less than 10-6. Test your function against the built-in function exp, but be careful not to make x too large this can cause rounding 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!