Oh, yes, this is on openSUSE 13.1 on AMD FX(tm)-8320 Eight-Core Processor, 
Sage Version 6.3, Release Date: 2014-08-10.

On Thursday, November 13, 2014 11:16:58 PM UTC-8, shersonb wrote:
>
> Hello~ 
>
> I am attempting to write a script in which I would like sage to solve 
> some symbolic inequalities *explicitly* for certain variables, but it 
> does not produce the expected results. 
>
> sage: var("x, y, z") 
> sage: solve(z>x/y, x) 
>
> This returns: 
>
> [[0 < y, y*z - x > 0], [y < 0, -y*z + x > 0]] 
>
> Instead of: 
>
> [[0 < y, x < y*z], [y < 0, x > y*z]] 
>
> Any ideas on how to get SAGE to return the latter result? The 
> inequalities I wish to solve for are linear in the variable I wish to 
> solve for. 
>
> ~Brian 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to