Question: i only need help with 2, i am not able to get the code to run sucessfully 1. A script file to calculate sine series
1. A script file to calculate sine series Calculate g(x) = sin(x) using the Taylor series expansion for a given value of x. Solve for B(pi/3) using 5, 10, 20 and 100 terms in the Taylor series (use a loop). Please also use the commands: INPUT, DISP for the program's input/output Tylor series: sin sin(x) = X + .. - . 1 2. A function file to compute sine series Take the script file written above and convert it into a function file and repeat all requirements of part one. 1. A script file to calculate sine series Calculate g(x) = sin(x) using the Taylor series expansion for a given value of x. Solve for B(pi/3) using 5, 10, 20 and 100 terms in the Taylor series (use a loop). Please also use the commands: INPUT, DISP for the program's input/output Tylor series: sin sin(x) = X + .. - . 1 2. A function file to compute sine series Take the script file written above and convert it into a function file and repeat all requirements of part one
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
