Hello I want to introduce a series of variables which are 2-dimensional array (like M[i,j] in Mathematica software). In order to complete my question, I gave an example, below:
I want to have a variable 2-D array like M that: M[1,1]=1, M[1,2]=3, M[2,1]=4, and then I want to solve an equation including M[2,2], M[2,3], and M[2,4] as unknown parameters. Please guide me, how can I do that in Sage? -- 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
