Try this in Sage: R.<a,b,c> = QQ[] M=matrix(R,2,3,[1,2,3,a,b,c]) M.permanent() N = M.substitute(a=400,b=2,c=0) print "Happy", N.permanent()
Jaap Permanents are here forever! --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com 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://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---