Hi there, thanks for your amazing work!
I was wondering if I could use this approach to iteratively work out the tangential space of the manifold defined by f(x)=0, with x ∈ ℝⁿ, f ∈ℝᵈ. Right now I'm using the implicit function theorem to calculate the tangential vectors. However, with the naive implementation (using DiffOpt.jl) the accuracy is very low compared to the tangential vectors I get by sampling over points and taking x-x'/|x-x'| for x-x'->0. I do not know about the concrete details of your implementation, but I have the impression that it is superior to my naive Ansatz.
Further, do you think it could be possible to calculate the curvature tensor (and henceforth, the parallel transport) of the manifold at each point? In the end I'm interested in singularities (i.e. bifurcations) and for this I need to be able to calculate derivatives up to high precision.
Best,
v.
Hi there, thanks for your amazing work!
I was wondering if I could use this approach to iteratively work out the tangential space of the manifold defined by f(x)=0, with x ∈ ℝⁿ, f ∈ℝᵈ. Right now I'm using the implicit function theorem to calculate the tangential vectors. However, with the naive implementation (using DiffOpt.jl) the accuracy is very low compared to the tangential vectors I get by sampling over points and taking x-x'/|x-x'| for x-x'->0. I do not know about the concrete details of your implementation, but I have the impression that it is superior to my naive Ansatz.
Further, do you think it could be possible to calculate the curvature tensor (and henceforth, the parallel transport) of the manifold at each point? In the end I'm interested in singularities (i.e. bifurcations) and for this I need to be able to calculate derivatives up to high precision.
Best,
v.