On Sun, 7 Feb 2021, Allin Cottrell wrote:
On Sun, 7 Feb 2021, Sven Schreiber wrote:
> relating to 'modprint': no on-the-fly construction of the matrix
> input seems possible, i.e. directly using $coeff~$stderr didn't work.
I can't think of any command that accepts a formula to produce a matrix when
a matrix argument is wanted.
But then, there aren't many such commands; and in several commands
where a scalar argument is wanted a simple formula is accepted. So
now in git we'll accept something like the above "$coeff~$stderr".
No spaces allowed in the matrix-generating expression, for reasons
that should be clear from the signature of the command.
Allin