MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

MatrixRank Modulus->8 - BUG

  • To: mathgroup at smc.vnet.net
  • Subject: [mg73636] MatrixRank Modulus->8 - BUG
  • From: "janos" <janostothmeister at gmail.com>
  • Date: Fri, 23 Feb 2007 04:43:32 -0500 (EST)

Let us introduce
U = {{4, 1, 5}, {3, 4, 2}, {7, 2, 4}};
V = {{5, 1, 4}, {2, 4, 3}, {4, 2, 7}};
and calculate the ranks:
{MatrixRank[U, Modulus -> 8], MatrixRank[V, Modulus -> 8]}
{2,3}
Version:
5.2 for Microsoft Windows

I do not think the rank should depend on the order of columns.
Any idea?

Thanks,

Janos



  • Prev by Date: split again
  • Next by Date: Re: split
  • Previous by thread: Re: split again
  • Next by thread: Re: MatrixRank Modulus->8 - BUG