Write a Script to add matrx in VB Script

In general matrix addition is defined for two matrices of the same dimensions. The sum of two m × n (pronounced "m by n") matrices A and B, denoted by A + B, is again an m × n matrix computed by adding corresponding elements: 

 


For Example:
 

I need to add the pairs of entries, and then simplify for the final answer:




The answer is: