conversionFromCartesian
4
triples
GPTKB property
Random triples
Subject | Object |
---|---|
gptkb:polar_coordinates_(in_2D) | r = sqrt(x^2 + y^2), theta = arctan2(y, x) |
gptkb:spherical_coordinates_(in_3D) | φ = arctan2(y, x) |
gptkb:spherical_coordinates_(in_3D) | r = sqrt(x^2 + y^2 + z^2) |
gptkb:spherical_coordinates_(in_3D) | θ = arccos(z/r) |