Loading [MathJax]/jax/output/HTML-CSS/jax.js

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Three variable SOS

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 (ab)2Sc+(bc)2Sa+(ca)2Sb where Sa is some expression in a,b,c and Sb, Sc are obtained by cyclic permutations. For example ab+c+bc+a+ca+b32 has SOS form (ab)22(b+c)(c+a)+(bc)22(c+a)(a+b)+(ca)22(a+b)(b+c)