On Mon, Mar 24, 2008 at 10:07 AM, felix <[EMAIL PROTECTED]> wrote: > > Hello, > > A very simple question: > > I need to resolve a system of equations with the solve(..) function. > How to declare that : > 1) the variables belong to N (positives integers ) > 2) filter the answers of the resolved system to N.
The Sage solve command really just wraps Maxima's solve command, so things that aren't obvious to do from reading solve? probably aren't (easily) possible at all using solve. Your best bet is to post more details of your system -- Sage is capable of doing a lot related to solving beyond just what the solve command gives you. -- william --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
