Question: how to override plus + operator so that apply on matrix operation such as linearalgebra package

how to override plus + operator so that apply on matrix operation such as linearalgebra package

for example if + =  a^2+b^2

 

1 + 2 result in 5

 

and also apply on matrix multiplcation for each element

Please Wait...