Hi everyone,
I'm trying to multiply a symmetric matrix of a predefined format (14x14) with another symmetric matrix of the same format.
The easiest case to show here would be to multiply the matrix with itself.
I know, the most convenient solution might be the matrix multiplication in e.g. python, but given that the python tool or other embedded code is not an option, does anyone have a good solution for that?
I added a sample matrix below, but you could just take any matrix there is.
Thanks in advance!