Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding definitions and concepts of Mobius Transformations
  • Loading branch information
exh12001 committed Nov 7, 2017
1 parent 01c6085 commit 00e3a26
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
@@ -1,4 +1,16 @@
# MobiusTransformsVisualizer
A Javascript visualizer for Mobius Transforms.

Mobius transforms are transformations of the function f(z) = (az + b)/(cz + d), where a,b,c,d,z are complex variables.
Mobius transforms are transformations of the function f(z) = (az + b)/(cz + d), where a,b,c,d,z are complex variables.

Mobius transformations are defined on the extended complex plane that is augmented by infinity.

Stereographic Projection - Mappying that projects a sphere onto a plane, where the projection is defined at every point but the projection point (Used to picture the sphere as a plane)

-Stereographic Projections will preserve angles at which curves cross each other, but not area

Mobius transformations can be obtained by obtaining a stereographic projection, then rotating/moving to a different orientation in space, and project the sphere back to a plane (drawing a line from the pole of infinity to the plane)

Riemann Sphere - Model of an extended complex plane in the form of a sphere, consisting of complex numbers and infinity

Goal : https://www.youtube.com/watch?v=JX3VmDgiFnY

0 comments on commit 00e3a26

Please sign in to comment.