Let's say I have a given matrix $\begin{pmatrix} 1 & s \\ 0 & 1 \end{pmatrix}$, what point and tangent direction is it identified with?
2026-03-30 20:40:47.1774903247
How is $PSL(2, \mathbb{R})$ explicitly identified with the unit tangent bundle $T^1(\mathbb{H})$?
513 Views Asked by user98246 https://math.techqa.club/user/user98246/detail At
1
There are 1 best solutions below
Related Questions in MATRICES
- How to prove the following equality with matrix norm?
- I don't understand this $\left(\left[T\right]^B_C\right)^{-1}=\left[T^{-1}\right]^C_B$
- Powers of a simple matrix and Catalan numbers
- Gradient of Cost Function To Find Matrix Factorization
- Particular commutator matrix is strictly lower triangular, or at least annihilates last base vector
- Inverse of a triangular-by-block $3 \times 3$ matrix
- Form square matrix out of a non square matrix to calculate determinant
- Extending a linear action to monomials of higher degree
- Eiegenspectrum on subtracting a diagonal matrix
- For a $G$ a finite subgroup of $\mathbb{GL}_2(\mathbb{R})$ of rank $3$, show that $f^2 = \textrm{Id}$ for all $f \in G$
Related Questions in VECTOR-BUNDLES
- Compute Thom and Euler class
- Confusion about relationship between operator $K$-theory and topological $K$-theory
- Bott and Tu exercise 6.5 - Reducing the structure group of a vector bundle to $O(n)$
- Why is the index of a harmonic map finite?
- Scheme theoretic definition of a vector bundle
- Is a disjoint union locally a cartesian product?
- fiber bundles with both base and fiber as $S^1$.
- Is quotient bundle isomorphic to the orthogonal complement?
- Can We understand Vector Bundles as pushouts?
- Connection on a vector bundle in terms of sections
Related Questions in HYPERBOLIC-GEOMETRY
- Sharing endpoint at infinity
- CAT(0) references request
- Do the loops "Snakes" by M.C. Escher correspond to a regular tilling of the hyperbolic plane?
- How to find the Fuschian group associated with a region of the complex plane
- Hyperbolic circles in the hyperbolic model
- Area of an hyperbolic triangle made by two geodesic and an horocycle
- Concavity of distance to the boundary in Riemannian manifolds
- Differential Equation of Circles orthogonal to a fixed Circle
- Is there a volume formula for hyperbolic tetrahedron
- Can you generalize the Triangle group to other polygons?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Use the upper half plane model $\mathbb{H} = \{z = x + iy \bigm| y > 0 \}$. At each point $z = x+iy \in \mathbb{H}$, its unit tangent bundle is $$T^1_z(\mathbb{H}) = \{V \in \mathbb{C} \approx \mathbb{R}^2 \, \bigm| \, |V| = y\} $$
Consider a matrix $M = \begin{pmatrix} a & b \\ c & d \end{pmatrix} \in SL(2,\mathbb{R})$, so $ad-bc=1$. Let $f_M : \mathbb{H} \to \mathbb{H}$ be the fractional linear transformation $$f_M(z) = \frac{az+b}{cz+d} $$ The point $z \in \mathbb{H}$ and tangent direction $V \in T^1_z(\mathbb{H})$ that correspond to $M$ are given by $$z = f_M(i) = \frac{ai+b}{ci+d} $$ and $$V = \frac{df_M}{dz} \biggm|_{\, i} = \frac{1}{(ci+d)^2} $$