answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Which is the best method to find a root in numerical method?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Numerical method for solving can eqution bisection method?

A root-finding algorithm is a numerical method, or algorithm, for finding a value. Finding a root of f(x) − g(x) = 0 is the same as solving the equation f(x) = g(x).


How do you get the cubed root of 99?

You can either use a calculator or a numerical method such as Newton-Raphson (for which you will require a calculator!)


How do you find the square root of a number that isn't a square?

There are a number of ways. The simplest would be to use a calculator (you probably would not know how to use log tables or a slide rule!) You could find a square root graphically; use numerical methods such as the Newton-Raphson method (not very fast but simple). There is also a method similar to long division, but that is rather complicated.


How do you find the square root of expresions?

There are different answers for different expressions but essentially, you can either evaluate the expression and then find the square root using a calculator, computer or numerical methods, or you can work out the square root algebraically.


How do you find cube root by long division method?

i don't kniw


What is two different ways to calculate the square root of 225?

There are many more than 2 ways:Use a calculator.Learn your tables.Bracket the square root.Use a method which resembles long division.Use the Newton-Raphson (or other numerical) method.


How do you find cube root by division method?

Divide by 3 multiply by 2


How do you find the square root of 27225 in diivision method?

It is: 27225/165 = 165


How do you find square root of 2 by long division method?

by long division


What is the square root of Paris?

Paris is not a numerical value of algebraic expression and so does not have a square root.


To find square root of a number look-up table method 8085?

52


How do you write a java program to find the square root of a number?

You can use the Math.sqrt() method.