Question: Simplify working style

Hi, i'm trying to write the following, it works and is giving me the answer i want. But is there a way where i can write it in a simple manner? Please advice. Thanks.

E01M := Matrix(node)

E02M := Matrix(node)

E03M := Matrix(node)

E11M := Matrix(node)

E12M := Matrix(node)

E13M := Matrix(node)

E21M := Matrix(node)

E22M := Matrix(node)

E23M := Matrix(node)

M01M := Matrix(node)

M02M := Matrix(node)

M03M := Matrix(node)

``



Download maple_matrix_questio.mw

 

Please Wait...