fix typo
This commit is contained in:
parent
422cedff86
commit
86896fdc2c
@ -38,11 +38,11 @@ uuid: b9be8780-1ab7-402f-9c67-8cc74a74f7a9
|
|||||||
|
|
||||||
Given complex number $z$:
|
Given complex number $z$:
|
||||||
|
|
||||||
$$z = z + iy$$
|
$$z = x + iy$$
|
||||||
|
|
||||||
The complex conjugate of z, $\bar z$ is:
|
The complex conjugate of z, $\bar z$ is:
|
||||||
|
|
||||||
$$\bar{z} = z -iy$$
|
$$\bar{z} = x -iy$$
|
||||||
|
|
||||||
### Division of Complex Numbers
|
### Division of Complex Numbers
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user