1.
Starting from
mynewton (Program 1.3.1) write a well-commented function program mysymnewton that takes as its input a symbolic function \(f\) and the ordinary variables \(x_{0}\) and \(n\text{.}\) Let the program take the symbolic derivative \(f'\text{.}\) You will need to use the command subs to obtain values of \(f(x)\) and \(f'(x)\text{.}\) Test it on \(f(x)=x^{3}-4\) starting with \(x_{0}=2\text{.}\) Turn in the program and a brief summary of the results.
