Question: Creating Symmetric Matrix

I can generate matrix with the command

A:=Matrix(3,3,symbol=a);

How can I generate a symmetric real  (large, not only 3x3) matrix with symbol=a ?

Thanks,              Sandor

 

Please Wait...