[sage-support] Re: why doesn`t solve() give a proper answer

2009-01-10 Thread Slava

Thank you!
to_poly_solve() is a strong function, and it works fast.

--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] why doesn`t solve() give a proper answer

2009-01-09 Thread Slava

Hello.
I`m trying to solve such simple system of equations: [sqrt(x) == 1, x
== y],
so I type:

x,y = var('x,y');
solve([sqrt(x) == 1, x == y], x, y);

the answer is: []
(just two brackets)

How to make it work?

--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: Can Sage solve inequalities?

2009-01-06 Thread Slava

Thank you for your quick answers.
I want to solve, for example, such inequalities:
5^(2*x + 1) > 5^x + 4
log(x^2 - 5*x + 7, 3) > 1
and (x^3 - 6) / (x - 1) < 1.



--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Can Sage solve inequalities?

2009-01-05 Thread Slava

Can Sage solve inequalities, or it`s not implemented yet,
or it is just in plans?


--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] How to make Sage to solve the equation?

2009-01-03 Thread Slava

When i try to solve this equation:
   solve(x^2*log(x, 2) == 1, x);
It answers me:
   [x^2 == log(2)/log(x)]
It,s true, but how can i get the numerical value of x?

--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---