matrix definition and writing file
Hello to everybody. I am a user of MATHCAD Prime 8.0
I defined a matrix as a result of computations performed in my code, where three columns have been filled with frequency (in Hz or sec-1), and the real and imaginary part of a wave-vector (k' and k'') and several lines (801).
I was firstly surprised to see that if I define each column in a loop I receive back the notification that the variable has been "re-defined". The loop is below, with green-circled matrix element that receive this comment

In spite of this, the matrix is correctly filled, as I check by using the statement "K=".
On the other hand, when I try to save data in a file, I tried to use both "WRITETEXT" and "WRITEFILE", but the result is that the "K" matrix has no compatibility because of the units (see below)

Now, the three columns have different physical dimensions, but they are correctly defined and I already used this statement in past releases (MATHCAD 15, before the PRIME) without any negative comment.
Do you see anything wrong in my statements?

