small flaw in KroneckerProduct
- To: mathgroup at smc.vnet.net
- Subject: [mg91432] small flaw in KroneckerProduct
- From: wpb <w.p.bergsma at lse.ac.uk>
- Date: Thu, 21 Aug 2008 04:17:00 -0400 (EDT)
Hope this is the right place to post this, but KroneckerProduct doesn't work with a single argument, which I think it should. An easy workaround is of course: Unprotect[KroneckerProduct]; KroneckerProduct[a_] := a Protect[KroneckerProduct]; Best, WPB