Question: Is this the way to handle matrices? e.g. C=Matrix([[C11,C12],[C12,C22]])

Hi! I'm new to Maple. Is there a better way to represent matrices? This is what I've done so far, but the indices (C11, C12, n1, etc) look a little weird and superfluous. Am I doing it the "Maple way"?

 

Examples:

C=Matrix([[C11,C12],[C12,C22]])

 

Please Wait...