From: Girish Pallathadka on
Is there a way to generate a matrix in Matlab from a set of equations ?
For example, Maple has a command called "genmatrix" followed by specifications to generate a Matrix from a set of equations.
From: dpb on
Girish Pallathadka wrote:
> Is there a way to generate a matrix in Matlab from a set of equations ?
> For example, Maple has a command called "genmatrix" followed by
> specifications to generate a Matrix from a set of equations.

That would, iiuc, be implemented as an m-file in Matlab w/ perhaps, the
symbolic toolbox as well...

--