Newton's Method
                          
                        
                    
                    
                    Compute the roots of an equation or number with Newton's method.
                             Find a root of an equation using Newton's method:
                            
                        
                             Specify a starting point:
                            
                        
                             Find a complex root with Newton's method:
                            
                        
                             Compute the 
                             n
                             th root of a number using Newton's method:
                            
                        
More examples
                
            
            
                
                
                    
                    
                        
                        
                           Secant Method
                          
                        
                    
                    
                    Use the secant method for numerical root finding.
                             Find a root of an equation using the secant method:
                            
                        
                             Compute the 
                             n
                             th root of a number using the secant method:
                            
                        
More examples
                
            
            
                
                    
                        
                    
                
                
                    
                    
                        
                        
                           Bisection Method
                          
                        
                    
                    
                    Calculate the roots of an equation using the bisection method.
                             Find a root of an equation using the bisection method:
                            
                        
                             Compute the 
                             n
                             th root of a number using the bisection method:
                            
                        
More examples