Table des matières

Exemples de commande Xcas dans un fichier LATEX  deux formats de sortie sont possibles :

1  Graphes


2  Tortue logo

def polyg(n,l):
  for j in range(n):
    avance l
    tourne_gauche 360/n

onload

for n from 5 to 10 do polyg(n,30) od;

onload

#
efface
for n in range(2,11):
  polyg(n,20)