Hell, I think that my question is related to http://groups.google.cz/group/sage-support/browse_thread/thread/7cb33271dff797eb/878d6363dfad0d3f
How can I write a function which takes determinant of matrix A below and perfoms Laplace expansion along the last row, and shows the output without evaluating 2x2 subdeterminants A=matrix([[1,2,3],[3,2,0],[1,0,1]]) A Is this possible in Sage? (I think than in maxima it is sufficient to put ' before each determinant call) Many thanks Robert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sage-edu" group. 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-edu?hl=en -~----------~----~----~----~------~----~------~--~---
