On Wed, Sep 30, 2015 at 4:32 PM, Tamas Papp <[email protected]> wrote:
> On Wed, Sep 30 2015, Christian Peel <[email protected]> wrote: > > > 1) Matlab has great high-level vectorized notation. If you're a student > or > > engineer, it's dramatically easier to solve a linear system in Matlab > > (x=inv(A)*b) than it is in many other languages. Julia has at least this > > You shouldn't ever do this (in either Julia or Matlab, or any language), > it is ill-conditioned for general matrices. I think the Matlab function > is linsolve. > > There is some literature supporting the opposite: http://arxiv.org/pdf/1201.6035.pdf
