Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Project: MAS336
Views: 42
Kernel: SageMath 7.6
t, theta = var('t, theta', domain='real') x(t) = cosh(t) z(t) = t formula = (x(t)*cos(theta), x(t)*sin(theta), z(t)) parameters = ((t, -3, 3), (theta, -pi, pi)) surface = ParametrizedSurface3D(formula, parameters) show(surface.plot(aspect_ratio=1, color='yellow'), viewer='threejs')
MIME type unknown not supported
version()
'SageMath version 8.1.beta3, Release Date: 2017-08-21'