Re: Possible Bug in Mathematica 6
- To: mathgroup at smc.vnet.net
- Subject: [mg90195] Re: Possible Bug in Mathematica 6
- From: Fabian <NOSPAM_fahasch at yahoo.de>
- Date: Wed, 2 Jul 2008 05:28:37 -0400 (EDT)
- References: <g4d31k$et0$1@smc.vnet.net>
- Reply-to: Fabian <NOSPAM_fahasch at yahoo.de>
On Tue, 1 Jul 2008 11:05:24 +0000 (UTC),
Amir Ahmed Ansari <aansari at softpak.com> wrote:
> Hi,
>
> I tried this on a friend=92s computer using Mathematica 6. Consider the
> following matrix:
>
> {
> { f_11, f_12, f_13, 0, 0, 0, 0, 0, 0 },
> { 0, 0, 0, f_21, f_22, f_23, 0, 0, 0 },
> { 0, 0, 0, 0, 0, 0, ( a f_11 + b f_21 ), ( a f_12 + b f_22 ), =
> ( a f_13 +
> b f_23 ) },
> { f_21, f_22, f_23, f_11, f_12, f_13, 0, 0, 0 },
> { ( a f_11 + b f_21 ), ( a f_12 + b f_22 ), ( a f_13 + b f_23 =
> ), 0, 0,
> 0, f_11, f_12, f_13 },
> { 0, 0, 0, ( a f_11 + b f_21 ), ( a f_12 + b f_22 ), ( a f_13 =
> + b f_23
> ), f_21, f_22, f_23 }
> }
>
>
> All 5x5 have a determinant of 0 as can be seen by using Det[]. Yet,
> MatrixRank[] comes out to be 5. Is this a bug or am I doing something
> stupid?
Hm, do you mean that all 5x5 submatrices have a determinant equal to
0?
Check Minors[matrix,5]
- Follow-Ups:
- RE: Re: Possible Bug in Mathematica 6
- From: "Amir Ahmed Ansari" <aansari@softpak.com>
- RE: Re: Possible Bug in Mathematica 6