Calculate the relative error of two complex numbers

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 7K views
hermano
Messages
38
Reaction score
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?
 
Physics news on Phys.org
hermano said:

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?
You might google Error Vector Magnitude (EVM). EVM measurements are done in communication systems (cell phones, WiFi, etc.) all the time.

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?
I guess it depends on the actual application. But if I were you I might try something like
error ratio, = │(z' - z)| / |z│