Question: Creating an array of Vandermonde matrices

Hello! Firt time in this amazing website, from which I have gotten may useful responses in the past!

Please excuse any "misbehavior". Any suggestions will be greatly appreciated.

My question is about theu use of arrays. Specifically, I want to beable to collect matrices in an array. With collect I mean to do something like this:

MatrixArray[i] := Vi,

where Vi is the i-th Vandermonde matrix I create. I want to be able to acces to them as well.

Specifically, the way I obtain those matrices is by use of the VandermondeMatrix command. For example:

a := Vector(6);

P := VandermondeMatrix(a, 6, 5);

Thanks in advanced, and kindest regards!

Please Wait...