answersLogoWhite

0


Best Answer

I don't think there is a general rule for getting a starting point.

Some random number might help; for instance, you might try with the number zero. If the method doesn't converge, you may need to try a different number.

A general understanding of the function involved may help you choose a good starting point.

User Avatar

Hilmar Zonneveld

Lvl 7
4y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you know what number to use to start estimating with Newton's Method?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Forces are balanced when the net force is equal to a certain number of newtons. What is that number?

Two forces are balanced when they both have the same number of Newtons, eg. if a rock is placed on the ground, the rock will push down with a force of around 10 Newtons, say, and the ground will push back up with an equal force. this means that the rock will not sink into the floor, but it will also not start to rise off of the ground.


Forces are balanced when the net force is equal to a certain number of newtons what is that number?

Two forces are balanced when they both have the same number of Newtons, eg. if a rock is placed on the ground, the rock will push down with a force of around 10 Newtons, say, and the ground will push back up with an equal force. this means that the rock will not sink into the floor, but it will also not start to rise off of the ground.


What happens when a concave lens is placed in Newtons' rings experiment?

rings start collapsing to the centre


When did method acting start?

idkk


What method in java?

Assuming you want to know what a method is in Java. A method is a set of code that does a function when it is called. It helps simplify the code and make it less repetitive. public class Methods{ private static int number = 1;// Let's start with a simple integer //"Private means all methods in the class can see it //Because the method where it is accessed in("main") //is static, the integer needs to be aswell public static void main(String[] args){ addOne(); //Then we add 1 with a method that is down below } public static void addOne(){ number = number + 1; //This is where we add 1 System.out.println(number);//to prove it has been added to, It will print it } }


What does every scientific method start with?

ask questions


Discuss software engineering method?

Ok you start.


Who sings the song at the start of the TV show Bones?

The theme song is by The Crystal Method


What is fresh start accounting?

Fresh Start Accounting is an accounting method used by business entities that are emerging from bankruptcy. The method is governed by the Federal Accounting Methods Board.


Can the run method be called directly to start a thread?

No. If you want to start a new thread of execution, you need to call the start() method of the thread. Also, the run() is like any other java method and you can invoke it directly but if you do so, it would be called as part of the current programs thread and not as a new thread. When the start() method is invoked, the JVM creates a new thread and automatically calls the run() method and that is why a new thread gets started and not by calling run() directly.


What are getters and setters method?

Getter method: A getter method have its name start with 'get', and take 0 parameters, and also returns a value. Setter method: A setter method have its name start with "set", and takes 1 parameter. Setters may or may not return a value. Some setters return void, some the value set.


Is pi the same as 3.14?

The first digits of pie start at 3.14. There are an infinite number of other digits in pi. Rounding pi to 3.14 is the most commonly used method.