Exercise 1: Write a function that computes the level of output generated by a constant returns to scale Cobb-Douglas production function, i.e., such that it computes $A\cdot K^\alpha \cdot L^{1-\alpha}$.
Run to view results
Exercise 2: Use the function you created and plot the production function as a function of $K$ for given values of $A$ and $L$. Hint: Use the np.linspace(0, 5, 100) function to create an array of values of $K$ with 100 point between 0 and 5.
Run to view results
Exercise 3: Show with a plot the effect of increasing $A$ from 1 to 2, 4, or 5.
Run to view results
Exercise 4: Show with a plot the effect of increasing $L$ from 1 to 2, 4, 5
Run to view results
Exercise 5: Save the previous plots into png, jpeg, and pdf files using the plt.savefig function.
Run to view results
Exercise 6: Use the IFrame function to show the website from where you are planning to obtain data.
Run to view results
Exercise 7: Use the IFrame function to insert an iframe showing the graph for the evolution of patent applications by residents across the world using the World Development Indicators website.
Run to view results