Question: Write a function named myFun whose inputs are a function f and a positive integer n . The function will return the value of =

Write a function named myFun whose inputs are a function f and a positive integer n. The function will return the value of =1n[f()]2.(You may assume the function f can operate on matrices.)
The following is an example of how your function would be used in the command window:
f=e(x)5**x;
myFun (f,3)
ans =
,350
 Write a function named myFun whose inputs are a function f

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!