Compute the value of e using all three of the methods

Assignment Help Python Programming
Reference no: EM132360780

Question

PYTHON

Write a program that computes the value of e using all three of the methods described. Use values of 1, 2, 5, 10, 100, 1000, and 10000 for the first method.

Values of n = 1,2,3,4,5,6,7,8,9,10, and 20 for the second method.

Values of n = 1, 3, 5, 7, and 9 for the third method.

Your program must print out the value of e computed with each value of n for each method and the difference with the value of in math library. Make certain that the outputs are labeled as to which method is being used and what value of n was used.

METHOD #1

For example, the value of (1 + 1/n)n approaches e as n gets bigger and bigger:

graph of (1+1/n)^n

n

(1 + 1/n)n

1

2.00000

2

2.25000

5

2.48832

10

2.59374

100

2.70481

1,000

2.71692

10,000

2.71815

100,000

2.71827

In the equations that follow, "!" means factorial.

0! = 1, 1! =1, 2! = 2·1 = 2, 3! = 3·2·1 = 6, 4! = 4·3·2·1 = 24, 5! = 5·4·3·2·1 = 120, etc.

Method 2:

The Taylor series for the exponential function ex at a = 0 is

1 + frac{x^1}{1!} + frac{x^2}{2!} + frac{x^3}{3!} + frac{x^4}{4!} + frac{x^5}{5!}+ cdots = 1 + x + frac{x^2}{2} + frac{x^3}{6} + frac{x^4}{24} + frac{x^5}{120} + cdots! = sum_{n=0}^infty frac{x^n}{n!}.

If x is one, the value of e is equal to 1 + 1/1! + 1/2! + 1/3! + 1/4! + 1/5! + 1/6! + 1/7! + ... (etc)

Another way of expressing this series is the formula: e=n=0∞1n!

The first few terms add up to: 1 + 1 + 1/2 + 1/6 + 1/24 + 1/120 = 2.718055556

Method 3:

Recently, new formulae have been developed by Brothers (2004) makes the calculation of e very efficient. e=n=0∞2n+22n+1!

Reference no: EM132360780

Questions Cloud

Write a program that for any census year input the program : Write a program that for any census year input (e.g., 1970) the program will print the state and its total population with the minimum and maximum.
Compute numbers and create a list that contains the numbers : Write a program that generates all odd numbers from 1 to n. Ask the user for n and set n in the beginning of the program. Use a while loop to compute.
Create the pseudo code from the following request : The program must have some sort of menu that allows users to make selections to do a particular calculation. It must provide five menu items that allow the user
Calculate the syndrome : what is the loss in terms of mean SNR compared with full MRC and Derive the pdf of the SNR at the output of the combiner for the given cases.
Compute the value of e using all three of the methods : Write a program that computes the value of e using all three of the methods described. Use values of 1, 2, 5, 10, 100, 1000, and 10000 for the first method.
How does one define a new class and its methods : What is meant by the methods associated with a class/object? How do they relate to object-oriented programming? How does one define a new class and its methods?
What impact does organizational systems : What impact does organizational systems have on its unethical behavior? How important is organizational culture and code of conduct on ethical behavior?
Write a function that returns the sum of two largest values : Write a function, median(a), that returns a value, x, such that at least half the elements in a are less than or equal to x and at least half the elements.
Describe evolution for scientist point of view : What are three key factors that influence species richness in ecosystem? Describe evolution for scientist's point of view. Explain diversity of species

Reviews

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd