Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program that calculates PI with the expression : (In original picture) using the factorial function from the Python library as an additional computing

image text in transcribed
Write a program that calculates PI with the expression : (In original picture)
using the factorial function from the Python library as an additional computing tool. Compare the approximation of Pl with the code without the factorial function. 
 
Answer the following questions:
 (1) What is the value of PI when N=20? 
(2) How many terms of the series are needed to achieve a value of PI approximate to 7 decimal places, that is: 3.1415926
Pi Approximation with a series and factorial functions Escriba un programa que calcule PI con la expresin 2=21i=0N=(2i+1)!(i!)22i+1 utilizando como herramienta adicional de cmputo la funcin factorial de la librera de Python. Comparar la aproximacin de PI con el cdigo sin la funcin factorial. References: (1) math.factorial(x) [https://www.geeksforgeeks.org/factorial-in-python/] (2) sympy.factorial(x) [ Contestar las siguientes preguntas: (1) Cul es el valor de PI cuando N=20 ? (2) Cuantos trminos de la serie se necesitan para lograr un valor de PI aproximado a 7 decimal places, esto es: 3.1415926

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

How wide are Salary Structure Ranges?

Answered: 1 week ago