On Fri, 9 Sep 2011, artur bala wrote:
As long as the matrices and the series share the same working space,
can we
manage to delete a couple of matrices (or more) in a one run like we do for
series e.g.
delete series1 series 2 # this command does work
delete matrix1 matrix2 # this command does not
But "delete matrix1" works. The problem arises if you specify
multiple matrices to the "delete" command. As the help for "delete"
states, multiple arguments are OK only in the case of series, when
you in effect pass an implicit list to the command (and in gretl
lists can only contain series).
Maybe this could be generalized.
Allin