<span>You have to apply the rule to the XYZ coordinates, so
X'= (-2-1, 1+3)
Y'= (-4-1, -3+3)
Z'= (0-1, -2+3)
So the new coordinates are X' (-3, 4), Y' (-5, 0), and Z'(-1, 1)
This is actually translation not transformation, as the shape doesn't change it just moves</span>
Answer:
The first and second iteration of Newton's Method are 3 and
.
Step-by-step explanation:
The Newton's Method is a multi-step numerical method for continuous diffentiable function of the form
based on the following formula:

Where:
- i-th Approximation, dimensionless.
- (i+1)-th Approximation, dimensionless.
- Function evaluated at i-th Approximation, dimensionless.
- First derivative evaluated at (i+1)-th Approximation, dimensionless.
Let be
and
, the resultant expression is:

First iteration: (
)



Second iteration: (
)


