On Apr 20, 6:25 pm, Tom Boothby <tomas.boot...@gmail.com> wrote:
> I've never really understood why this is such an interesting problem
> to people. It's quite easy to solve with Sage.
>
>     sage: implicit_multiplication(True)
>     sage: N,P = var('N,P')
>     sage: solve(P == N P)
>     [N == 1]

What about P==0?
That must be the interesting part. :)
Mark McClure

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

Reply via email to