#Complex Number Iteration ??
7 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
The second iterate of f(z) is f(f(z)). So:
f(f(z)) = (z^2 - 1)^2 - 1 = z^2 (z^2 - 2)
So, just substitute z = 3 - i there.
Thank you !!
You're welcome!
+close