Dear all, How to define 3D array like in C language double A[10][10][10];
For 1D array I use A=[0]*10 and for 2D array I use matrix A=matrix(RR,10,10, range(10*10)) in Sage Best, Santanu -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
