-
**Is your feature request related to a problem? Please describe.**
2D fractals can be reprojected in 360degrees (inside the Riemann sphere). FragM's 3D camera has an equirectangular mode but the 2D …
-
... is in complex arithmetic.
Should `Complex(Inf, 0.0) == Complex(Inf, Inf)`?
Sometimes, people want the ordinary complex plane where there are many infinities in all directions away from zero. The…
-
1. Move infinity to the south pole on the Riemann sphere (a la Wegert).
2. Use a variant of Wegert's function explorer.
3. Create a point/click grid generator.
-
Hi,
Is it possible to include the function that conducts spline regression in the Riemann manifold? I read a paper "Smoothing splines on Riemannian manifolds, with applications to 3D shape space" pub…
-
-
I am using projective or conformal bases, such as
```Julia
julia> S = S"∞++"
julia> B = Λ(S)
```
I want to write dimension-generic code, and want to access the `i`-th basis vector. Unfortunatel…
-
How can I specify a diffeomorphism between a real and a complex manifold, say for example S^2 and the Riemann sphere.
I tried
``` ̀
Phi = S2.diffeomorphism(Cinfty,
{(stereoN, Zor…
-
Welcome to our Mathematics repository! Please read over the [README file](https://github.com/Kyle-P/Mathematics/blob/master/README.md) and the [contributing file](https://github.com/Kyle-P/Mathematics…
-
The real and imaginary part of a complex number are extracted as follows:
public var real: RealType {
@_transparent
get { isFinite ? x : .nan }
@_transparent
set { x = newValu…
-
Although `p*oo` (where p is positive) will return as oo and `n*oo` (where n is negative) will return -oo, imaginary terms are not processed.
If i, j, and k are imaginary, we want i_oo to give I_oo,…