Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How can I get solutions to this inequalities in sage?Or how I have to interpret the outcome

a,a_1,a_2,b,b_1,b_2=var('a,a_1,a_2,b,b_1,b_2') solve([b_2<a_2,a<b,0<a<a_1<a_2,0<b<b_1<b_2,a_1^2+b_1^2-2<em>a_1b_1+(a_2-b_2)*(a-b)<0],a,a_1,a_2,b,b_1,b_2,solution_dict=True)

click to hide/show revision 2
None

How can I get solutions to this inequalities in sage?Or how I have to interpret the outcome

These inequalities

a,a_1,a_2,b,b_1,b_2=var('a,a_1,a_2,b,b_1,b_2')
solve([b_2<a_2,a<b,0<a<a_1<a_2,0<b<b_1<b_2,a_1^2+b_1^2-2<em>a_1b_1+(a_2-b_2)*(a-b)<0],a,a_1,a_2,b,b_1,b_2,solution_dict=True)

solve([b_2<a_2,a<b,0<a<a_1<a_2,0<b<b_1<b_2,a_1^2+b_1^2-2*a_1*b_1+(a_2-b_2)*(a-b)<0],a,a_1,a_2,b,b_1,b_2,solution_dict=True)