hermano
- 38
- 0
Homework Statement
Hi,
I want to calculate the relative error between two complex numbers. Let's say z'=a' + i b' is an approximation of z = a + i b.
Homework Equations
How can I calculate the relative error between two complex numbers z' and z?
The Attempt at a Solution
Calculating the relative error of z' and z (if they were real) is done like: error = │(z' - z) / z │
Is it the same for complex numbers?