qp() in Octave 3.0.0 returns result egregiously violating input constraints

Dmitri A. Sergatskov dasergatskov at gmail.com
Sun Apr 6 14:55:27 CDT 2008


This is somewhat off topic.

Looking at qp.m I see on line 205:

 xbar = pinv (A) * b;

Should not it be:

  xbar = A \ b;

?

Sincerely,

Dmitri.
--


More information about the Bug-octave mailing list