[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to create a permutation matrix
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: how to create a permutation matrix |
Date: |
Mon, 26 Jan 2015 12:35:43 -0500 |
On Mon, 2015-01-26 at 17:57 +0100, c. wrote:
> >> [l, u, p] = lu (a' * a);
> >> typeinfo (p)
> ans = permutation matrix
>
> is there a way to create an object of his type in an m-file?
https://www.gnu.org/software/octave/doc/interpreter/Creating-Permutation-Matrices.html
HTH,
- Jordi G. H.