Date: Feb 12, 2013 7:05 PM Author: dpb Subject: Re: Is it possible to return an identity matrix of the same dimension? On 2/12/2013 4:47 PM, John wrote:
> Is there away to use a scalar as an input and return the identity matrix
> of the same dimension?
...
Sure, isn't that just the one-input-argument form of eye() that already
is builtin???
What's the need for another function?
--