Introduction à PARI/GP Composantes ? V[2] %25 = 2 ? L[1..2] %26 = [4,5] ? M[2,2] %27 = 5 ? M[1,] %28 = [1,2,3] ? M[,2] %29 = [2,5]~ ? M[1..2,1..2] %30 = [1,2;4,5]