Write a python function sin(x,n) to calculate the value of sin(x) using its Taylor series expansion up to n terms. Compare the values of sin(x) for different values of n with the correct value February 08, 2020 Share Get link Facebook X Pinterest Email Other Apps Labels Practical File Program Python Share Get link Facebook X Pinterest Email Other Apps Comments
Write a functions to calculate trignometry values March 01, 2020 # Function for calculating trignometry values Read more
Write a program to remove all the lines that contain the character ‘a’ in a file and write it to another file. February 08, 2020 Read more
Comments
Post a Comment