Ask a New Question
Search
Use the guess method. 7.
use newton's method to estimate all real solutions of the equation x^3.
I am having trouble coming up with a good guess. I went
0 answers
asked by
Betty
704 views
Useing substitution/elimination method what is the solution set to 2x+y=1
x^2=y+2 a)(-3,7) and (1,-1) b)(3,7) and (-1,-1)
0 answers
asked by
Anonymous
722 views
Use Newton's method to solve the equation sec x = 4 in the interval x in (0, pi/2).
In other words, use Newton's Method to
2 answers
asked by
Anonymous
715 views
I am having some difficulties factoring polynomials and I use only one method to figure the stuff out, which is the guess and
2 answers
asked by
Anonymous
706 views
You are asked to guess an integer between 1 and N inclusive.
Each time you make a guess, you are told either: (a) you are too
0 answers
asked by
unowen
555 views
You are asked to guess an integer between 1 and N inclusive.
Each time you make a guess, you are told either: (a) you are too
1 answer
asked by
unowen
719 views
int sqrt(int number);
sq_root = sqrt(1000); int sqrt(int number) int guess=5, i=1; for(i=1;guess=5;i != guess;) { i = guess;
1 answer
130 views
You are using Newton's method to solve
e^x - 2. If you first guess is x1=1, what value will you calculate for the next
1 answer
asked by
Anonymous
1,196 views
Ancient square root algorithm. The Babylonian algorithm to compute the square root of a number n is as follows:
1. Make a guess
1 answer
asked by
aymee
1,048 views
Excerpts from Walt Whitman’s Song of Myself
Number 33 Space and Time! now I see it is true, what I guess'd at, What I guess'd
9 answers
asked by
bob
1,177 views