Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Can I populate a table from a group of vectors? If so how?
As far as I know, in Prime, a 'table' is an input structure. It cannot be used for output.
Success!
Luc
A table is just a group of named vectors, so you can certainly get the same results. Utilize 'stack' and 'augment' to name and arrange your vectors as desired. But I know of no way to actually produce a mathcad table from vectors
Special note: a 1 row table is a scalar, not a vector.