Approximate functions of type
To learn more about approximating maps into Riemannian manifolds, check out our preprint at arxiv.org/abs/2403.16785.
If you use this software in your work, please cite
@misc{jacobsson2024,
title={Approximating maps into manifolds with lower curvature bounds},
author={Simon Jacobsson and Raf Vandebril and Joeri van der Veken and Nick Vannieuwenhoven},
year={2024},
eprint={2403.16785},
archivePrefix={arXiv},
primaryClass={math.NA}
}
using ManiFactor
using Manifolds: Sphere, get_point, StereographicAtlas
n = 2
M = Sphere(n)
m = 2
f(x) = get_point(M, StereographicAtlas(), :south, [x[1]^2 - x[2]^2, -x[1] * x[2]])
fhat = approximate(m, M, f)
x0 = rand(m)
f(x0) - fhat(x0)
Approximate
Approximate
Approximate
$$
f \colon [1, 2] \to \mathrm{Gr}(100, 3), t \mapsto \mathrm{span}{b, A(t) b, A(t)^2}
$$
where
Approximate