Given a manifold and its metric tensor, how can I compute the distance between two points on the manifold?
What are the high level steps?
Edit: In particular, suppose the manifold is an open unit ball in $R^d$ $$B = \{ x \in \mathbb R ^d: |x| < 1 \},$$ and the metric tensor is $$\frac{2}{(1-\|x\|^2)^2} g_E$$ where $x \in B$ and $g_E$ is the Euclidean metric tensor. How should one compute the distance between two points on the the manifold?