Good day,
Suppose I have a 2 rows x 1 col "matrix" named v, e.g.:
1
-5/6
Now I want this vector in lowest integers, i.e.:
6
-5
However, it seems to be difficult to achieve this. I tried to apply this to an ordinary scalar fraction in a solve block, like follows, in the hope to eventually get...