Re: RREFMOD
- From: "Matsubara" <mxe01753@xxxxxxxxxxx>
- Date: Mon, 26 Sep 2005 23:05:00 +0900
"Adder" <david@xxxxxxxxxxxx> wrote in message news:1127677939.131793.149860@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
Browsing through the group I discovered RREFMOD which promises to do exactly what I want, unfortunately it doesn't seem to work. I am working mod 11 and have stored that in the CAS variable MODULO using MODSTO, I enter my matrix (a Vandermonde matrix reduced mod 11):
1 1 1 1 1 1 1 1 2 3 4 5 6 7 1 4 9 5 3 3 5 1 8 5 9 4 7 2
and run RREFMOD and the HP49+ gives me back:
2 0 0 0 -2 3 2 0 1 0 0 4 4 3 0 0 2 0 -1 4 -2 0 0 0 1 4 -1 -2
Now the negative numbers I can cope with using a routine I wrote my self (with help from the group), but the first four columns definitely don't form an identity matrix. Or am I missing something? I could 'fix up' the result with more code, but I started to ask myself how confident I was in the rest of the result.
Using RREF correctly reduces the first part of the matix to the 4x4 identity, but the last part contains exact numbers like '67/76' which MOD wont handle.
Adder
1/2 mod 11 = -5 , because -5*2= -10=1 mod 11.
This can be calculated by INVMOD.
In this case, multiply the first row by -5, multiply the third row by -5 and take mod 11.
then you can get a matrix with first four columns to form an identity matrix.
Takashi Matsubara
.
- Follow-Ups:
- Re: RREFMOD
- From: Adder
- Re: RREFMOD
- References:
- RREFMOD
- From: Adder
- RREFMOD
- Prev by Date: Re: Question regarding Jazz 6.8
- Next by Date: Re: RREFMOD
- Previous by thread: Re: RREFMOD
- Next by thread: Re: RREFMOD
- Index(es):
Relevant Pages
|