Ask Your Question

Dmitri's profile - activity

2019-03-07 01:12:17 +0200 received badge  Good Question (source)
2019-03-06 19:19:56 +0200 received badge  Nice Question (source)
2019-03-06 17:34:45 +0200 received badge  Editor (source)
2019-03-06 16:08:47 +0200 received badge  Student (source)
2019-03-06 11:00:08 +0200 asked a question subset of sphere defined by inequalities

I need to draw several geodesics on a subset of a unit sphere, namely the set of all points with z-coordinate -0.5<z&lt;0.5< p="">

1)How do I define the object?

A = sphere((0,0,0), 1)

How to cut off the domain that i need? I'm a complete novice and failed to find the answer in the documentation.

2) What's the right way to draw a segment of a big circle between two points on a sphere given in spherical coordinates?