Hi, suppose I have symmetric or cyclic expression in variables a,b,c that is equal to 0 when a=b=c. Can sage find the SOS form of the expression? I.e. write it in form (a−b)2⋅Sc+(b−c)2⋅Sa+(c−a)2⋅Sb where Sa is some expression in a,b,c and Sb, Sc are obtained by cyclic permutations. For example ab+c+bc+a+ca+b−32 has SOS form (a−b)22(b+c)(c+a)+(b−c)22(c+a)(a+b)+(c−a)22(a+b)(b+c)