Dear all,
I must be doing something wrong here, but I don't know what. I'm sure
someone will see it straight away:
----------------------------------------------------------------------
| SAGE Version 3.1.1, Release Date: 2008-08-17 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: var('myuv myub q qvb qbv')
(myuv, myub, q, qvb, qbv)
sage: dSv=myuv*qvb - myuv*qbv
sage: dSvq=myuv*qvb - myuv*qbv
sage: dSv==dSvq
myuv*qvb - myuv*qbv == myuv*qvb - myuv*qbv
Why does SAGE not return 'true'?
Just pointing me to the right page in the docu would help, too! Thanks
already.
Stan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---