khalodark / addi

Automatically exported from code.google.com/p/addi
0 stars 0 forks source link

Permutation matrix/vector #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. [L,U,P] = lu(A);
2. P

What is the expected output? What do you see instead?
Octave creates/shows a permutation matrix. Addi shows a vector which has the 
coordinates of the rows to permute.

Original issue reported on code.google.com by nicowc...@gmail.com on 22 Nov 2011 at 4:38

GoogleCodeExporter commented 9 years ago
Can you try going to settings/preferences inside addi and enabling the 
"experimental interpreter"?  This should be solved via that.  That will be the 
default behavior in the future.

Original comment by corbi...@gmail.com on 16 Apr 2012 at 4:39