Square root of a number n

Assignment Help C/C++ Programming
Reference no: EM13167073

USING C++ the square root of a number N can be approximated by repeated calculation using the formula NG=.5(LG+N/LG) where NG stands for next guess and LG stands for last guess. Write a function that implements this computation. Thefirst parameter will be a positive real number, the second will be an intial guess of the square root of that number, and the third will be the computed result. the intial guess will be the starting value of LG. the function will compute a value for NG using the formula above. To control the computation, we can use a while loop. Each time through the loop , the difference between NG and LG is checked to see whether these two guesses are almost identical. If so, the function returns NG as the square root; otherwise, the next guess(NG) becomes the last guess (LG) and the process is repeated (that is, another value is computer for NG, the difference is checked, and so forth) for this problem the loop should be repeated until the magnitude of the difference between LG and NG is less than 0.005.

Reference no: EM13167073

Questions Cloud

Write a method called rectsum : Write a method called rectSum that will get the sum of a rectangle of elements within a 2D array of ints
Driveway is a "last-in, first-out" stack. of course : Driveway is a "last-in, first-out" stack. Of course, when a car owner retrieves a vehicle that wasn't the last one in, the cars blocking it must temporarily move to the street so that the requested vehicle can leave. Write a program in Java that m..
Create an erd and relatioal schema : Create an ERD and relatioal schema in third normal form based upon the following business rules. (Hint: ensure that all attributes are FULLY DETERMINED by the primary key.) Don't forget to place your normalization arrows on your relational schema.
Describe the equivalence classes : Prove that these relations on the set of all functions from Z to Z are equivalence relations. Describe the equivalence classes.
Square root of a number n : USING C++ the square root of a number N can be approximated by repeated calculation using the formula NG=.5(LG+N/LG) where NG stands for next guess and LG stands for last guess
Initialize cell arrays with 5 names, : Initilanize cell arrays with 5 names, 3 verbs, and 4 nouns of you choice. Print 10 sentences using one random element from each cell array. (e.g. 'Xavier eats pie').
Assume there are n nodes : Assume there are N nodes connected to a wireless access point (AP) operating on IEEE 802.11b, and every node has at least one packet to send at a given time.
Using songs.dat in our folder : Using songs.dat in our folder on the P: drive, construct a playlist of 10 random songs. Use a struct to hold the song data (name and time in seconds), and output the playlist (song name and time,
Using notepad that implements a basic text analyzer : Write a Java application using Notepad that implements a basic Text Analyzer.

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Create program that uses functions and reference parameters

Create program that uses functions and reference parameters, and asks user for the outside temperature.

  Write a program using vectors and iterators

Write a program using vectors and iterators that allows a user to maintain a personal list of DVD titles

  Write the code required to analyse and display the data

Calculate and store the average for each row and column. Determine and store the values for the Average Map.

  Write a webservices application

Write a webservices application that does a simple four function calculator

  Iimplement a client-server of the game

Iimplement a client-server version of the rock-paper-scissors-lizard-Spock game.

  Model-view-controller

Explain Model-View-Controller paradigm

  Design a nested program

How many levels of nesting are there in this design?

  Convert celsius temperatures to fahrenheit temperatures

Write a C++ program that converts Celsius Temperatures to Fahrenheit Temperatures.

  Evaluate and output the value in the given base

Write C program that will input two values from the user that are a Value and a Base with which you will evaluate and output the Value in the given Base.

  Design a base class shape with virtual functions

Design a base class shape with virtual functions

  Implementation of classes

Implementation of classes Chart and BarChart. Class barChart chould display a simple textual representation of the data

  Technical paper: memory management

Technical Paper: Memory Management, The intent of this paper is to provide you with an in depth knowledge of how memory is used in executing, your programs and its critical support for applications.

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