IRstuff,
I have four column matrices viz., u, v , x and y. They are calculated by set of equations. u and v are same size and x and y are same size.
I used the following:
A:=(u,v,x,y)
I used two different ways to export this matrix to a file.
method 1: writeprn(outfile):=A
method 2...