If you have a matrix A then A.determinant() or A.det() will give you the determinant.
Also, in general if you're not sure what sage can do with for example a matrix A type "A." (capitol A followed by a period) and then hit the tab key. You'll get a list of methods you can run on A. If you look through the list and see "det" in the list but aren't sure what that does, type "A.det?" and hit enter. -Jim On Wed, Feb 29, 2012 at 9:21 AM, Eric Kangas <[email protected]> wrote: > Is sage able to find the determinate? > > -- > 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 > URL: http://www.sagemath.org -- Die Dunkelheit... leitet die Musik. Die Musik... leitet die Seele. -- 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 URL: http://www.sagemath.org
