Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

Fichiers Sage

Project: Enseignement
Views: 431
var('t')
t
%md # Exercice 29 p. 288

Exercice 29 p. 288

polar_plot(-2*sin(t), (t, 0, 2*pi), color='black', thickness=2, fill=True, fillcolor='orange')
%md # Exercice 31 p. 288

Exercice 31 p. 288

polar_plot(2*(1+cos(t)), (t, 0, 2*pi), color='black', thickness=2, fill=True, fillcolor='blue')
%md # Exercice 43 p. 288

Exercice 43 p. 288

polar_plot(2+sin(3*t), (t, 0, 2*pi), color='black', thickness=2, fill=True, fillcolor='green')