Given a real number a, we want to compute the limit of the sequence:
x1 = x - (x^3 - a) / (3x^2)
where the initial value of x is a. Start by setting x=a and computing the right-hand side. The...
Type: Posts; User: waterlookid822; Keyword(s):
Given a real number a, we want to compute the limit of the sequence:
x1 = x - (x^3 - a) / (3x^2)
where the initial value of x is a. Start by setting x=a and computing the right-hand side. The...