how to turn nested arrays (or tables) into a "clean" matrix
I kindly ask what is the simple way to turn the following result in a matrix form (Matchad v.11 used):
a: is a range variable, with 3 values.
A: is a matrix 2x2 or similar size
b: a row vector 1x2, or compatible size
When I try: p(a)=b*A*a
In my case the results of p(a) are shown in matrix form with expansion of the arrays (from the Menu Format/Results).
Question: how do I turn the result p(x) in a "clean" matrix of size 3x2 (each row showing the result for a given value of "a"), with no nested results?
I tried the function "stack" but it did not work. Thanks for any feedback.

