wswain

235 Reputation

7 Badges

13 years, 138 days

MaplePrimes Activity


These are answers submitted by wswain

You can use 

a,b,c := (1,2,3);
then the matrix is accessible by the letter

M[a,a] resolves to M[1,1] and M[b,c] resolves to M[2,3]

Bill

Page 1 of 1