Blame view

Giac_maj/giac-1.4.9/examples/lewisw/lwHL 211 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  det(hilbert(80),rational_det);
  
  h40:=hilbert(40);
  hinv:=inverse(hilbert(40),rational_det); 
  hinv*h40;
  
  h70:=hilbert(70);
  hinv:=inverse(hilbert(70),rational_det);
  hinv*h70;
  
  
  purge(h40);
  purge(h70);
  purge(hinv);