How many terms are needed for the approximation to return

Assignment Help Computer Engineering
Reference no: EM132207769

Write a program that approximates the sum of this geometric series using a user- specified number of terms. For example, if you named your program approx, calling approx(3) should use the first 3 terms of the series to calculate the approximation:

Approximate result = 1/2 + 1/4 + 1/8 = 0.875...
Note: the values are all powers of 1/2: (1/2)1, (1/2)2, (1/2)3, ...

Next, have your program calculate the difference (rounded to 3 decimal places) between the value "1" and the approximation calculated by your program:

Difference = 1 - approximate result = 0.125

HINT: You will probably want to define some variables before your for loop, such as a variable to keep track of the value of the current term and a variable to keep track of the sign of the current term. For example, initially, you can have approx = 0. As the program iterates through the loop, approx can be modified using approx = approx + current.

(NOTE: Make sure your program is not doing integer division (see p. 59). If you are using a version of Python earlier than Python 3, the division operator "/" may not give you the result you are expecting.)

You may have noticed that the approximation, at least using just 3 terms, is not very accurate. Modify your program from part a to look at all how the approximation improves as more terms are used. Your modified program will NOT do the comparison to 1 - it will just print out the value of the current approximation. For example, if you name your modified program approx2, calling approx2(3) will print out the following:

0.5 0.75 0.875

Now have your modified program round responses to 2 decimal places. How many terms are needed for the approximation to return a result of 0.99 or greater?

Reference no: EM132207769

Questions Cloud

Display the message few are positives : Display on the screen the message Most numbers are Positive if more than 5 numbers are Positives and find the multiplication.
Find the marshallian demands using given information : Find the Marshallian demands for x and y and the indirect utility function when px > 6py. (This condition is required to make sure that there is no corner.
Calculate the present value of the interest payments : FIN 3150 Assignment - Valuing a leveraged firm. Calculate the present value of the interest payments. Determine the value of the tax shield of interest
Write a program that allows the user to specify a filename : Write a program that allows the user to specify a filename on the command line. If the filename is not specified, the program prompts the user for the filename.
How many terms are needed for the approximation to return : Now have your modified program round responses to 2 decimal places. How many terms are needed for the approximation to return a result of 0.99 or greater?
Case is assigned to administrative law judge : Your case is assigned to an administrative law judge (ALJ). Prepare a document summarizing the case you will submit to the ALJ.
Calculate effective annual interest rate cathy has earned : FIN201 Corporate Finance Assignment - Calculate, as at 1 Sept 2014, the effective annual interest rate Cathy has earned since she began this policy
Streamlined power and accountability initiative : What strategy is Loscher trying to get Siemens to pursue with his streamlined “power and accountability” initiative?
Allow the user to specify a filename on the command line : Write a program that allows the user to specify a filename on the command line. If the filename is not specified, the program prompts the user for the filename.

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

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