Skip to content

Commit 776d61c

Browse files
committed
Edited Seraph
1 parent 6b67747 commit 776d61c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

content/posts/Seraph.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,11 @@ $$f(z)= iz\sqrt i \ \mathrm{mod}(3,z)$$
2424
So, our graph is the image of this function.
2525
In other words,
2626
$$G=f(P).$$
27-
27+
This a [video](#fig-1) of the graph transformation with linear interpolation.
2828
{{< video src="/videos/Seraph.mp4" width="75" >}}
29+
30+
## Defintion of $\mathrm{mod}$ in complex numbers
31+
32+
The $\mathrm{mod}$ is defined like
33+
$$\mathrm{mod}(z_1,z_2)=z_1-z_2 \ \mathrm{floor}\left(\frac{z_1}{z_2}\right) $$
34+
And here $\mathrm{floor}$ is the complex floor function [attributed to E.E. McDonnell](https://www.jsoftware.com/papers/eem/complexfloor.htm).

0 commit comments

Comments
 (0)