Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 674

1+ 3
4
3-2
1
2*3
6
6/2
3
2^3
8
2**3
8
(2**2+ 3)*8
56
parametric_plot([cos(x) + 2*cos(x/4), sin(x) - 2*sin(x/4)], (x,0,8*pi), color='green', thickness=3, fill = True)
A = matrix(2, 3, [1,pi,3, e,5,6])
show(A)
(1π3e56)\displaystyle \left(\begin{array}{rrr} 1 & \pi & 3 \\ e & 5 & 6 \end{array}\right)
show(graphs.PetersenGraph())
d3-based renderer not yet implemented