Returning a symbolic matrix from a Custom Function
I want to do a custom function that receives a file name, and reads a matrix of symbolics, and return this symbolic matrix do Mathcad. For example, my file may contain the following 3x3 matrix:
a b+c8 k/e3
0 5+f4 0
(6*a)/(b+c) 0 1
numbers are numbers, symbols are k, a, e3, c8, etc.
Anyone knows how to do it?


