|
phystricks
|
Public Member Functions | |
| def | __init__ (self, newton, xn) |
Public Attributes | |
| A | |
| P | |
| B | |
| vertical_segment | |
| diagonal_segment | |
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}
| def phystricks.src.MathConstructions.NewtonMethodStep.__init__ | ( | self, | |
| newton, | |||
| xn | |||
| ) |
| 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 |
1.8.11