Blame view

Giac_maj/giac-1.4.9/examples/geo/geo12 242 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
7
8
9
  //2pts A et B, calcul de la longueur de AE qd EB=2 E=2exp(it)
  //A:=point(-2);
  //B:=point(i);
  C:=cercle(B,2);
  fig(A,B,t):=evalf(longueur(A,B+2*exp(i*t)));
  D:=plotfunc(fig(A,B,x));
  t:=element(0..pi);
  E:=element(cercle(B,2),t);
  F:=element(D,t);