{
  a=[0,0*x,O(5^3),2,2+O(5^3),x];
  for(i=1,#a,
    for(j=1,#a,
      print(bezout(a[i],a[j]))));
}
bezout(-1/3*x - 5/9,-x - 5/3)
