Is it possible so represent polynomials as a sum of squares in Sage? For example, if I want to prove that x6−x5+x4−x3+x2−x+2/5>0 for all x∈R then Sage would return for example
(x2(x−12))2+(√3x2(x−23))2+(√23(x−34))2+√1402
![]() | 1 | initial version |
Is it possible so represent polynomials as a sum of squares in Sage? For example, if I want to prove that x6−x5+x4−x3+x2−x+2/5>0 for all x∈R then Sage would return for example
(x2(x−12))2+(√3x2(x−23))2+(√23(x−34))2+√1402
![]() | 2 | No.2 Revision |
Is it possible so represent decompose polynomials as a sum of squares in Sage? Sage if such representation is possible? For example, if I want to prove that x6−x5+x4−x3+x2−x+2/5>0 for all x∈R then Sage would return for example
(x2(x−12))2+(√3x2(x−23))2+(√23(x−34))2+√1402
![]() | 3 | No.3 Revision |
Is it possible so decompose polynomials find a decomposition of a polynomial as a sum of squares in Sage if such representation is possible? For example, if I want to prove that x6−x5+x4−x3+x2−x+2/5>0 for all x∈R then Sage would return for example
(x2(x−12))2+(√3x2(x−23))2+(√23(x−34))2+√1402