phystricks
Public Member Functions | Public Attributes | List of all members
phystricks.src.MathConstructions.NewtonMethodStep Class Reference

Public Member Functions

def __init__ (self, newton, xn)
 

Public Attributes

 A
 
 P
 
 B
 
 vertical_segment
 
 diagonal_segment
 

Detailed Description

Return the informations about one step of the Newton method.

self.A : the starting x value
self.P : the starting point on the graph
self.B : the next point
self.vertical_segment : the Segment from the point (xn,0) and the point P
self.diagonal_segment : the Segment which joins the point P and x_{n+1}

Constructor & Destructor Documentation

def phystricks.src.MathConstructions.NewtonMethodStep.__init__ (   self,
  newton,
  xn 
)

Member Data Documentation

phystricks.src.MathConstructions.NewtonMethodStep.A
phystricks.src.MathConstructions.NewtonMethodStep.B
phystricks.src.MathConstructions.NewtonMethodStep.diagonal_segment
phystricks.src.MathConstructions.NewtonMethodStep.P
phystricks.src.MathConstructions.NewtonMethodStep.vertical_segment

The documentation for this class was generated from the following file: