|
Prev: HP 50g: Integration of EXP(-X^2) [the Memory Bank!]
Next: Philips 29 inch Real Flat TV 20W RMS with 200 Channels Model: 5607-94
From: deachp on 24 Apr 2008 01:21 Hi all, I found other 49G/49G+/50G bug: I have the array: MTR = [[ 1 2 3 ] [ 4 5 6 ] [ 7 8 9 ]] I need to solve: 'SIGMA(m=1,3,SIGMA(n=m,3,MTR(m,n)))' 49G/49G+/50G Retunrs: 'MTR(m,1.)+(MTR(m,2.)+MTR(m,3.))+(MTR(m, 2.)+MTR(m,3.))+MTR(m,3.)' the 48G/GX returns: 26 = (1+2+3)+(5+6)+(9) Try it! Note: SIGMA = SIGMA SYMBOL -d(a)nt3. Lima/Peru
From: John H Meyers on 24 Apr 2008 06:16 On Thu, 24 Apr 2008 00:21:57 -0500: > 49G/49G+/50G bug: [[ 1 2 3 ] [ 4 5 6 ] [ 7 8 9 ]] 'MTR' STO '\GS(m=1,3,\GS(n=m,3,MTR(m,n)))' > 48G/GX: 26 = (1+2+3)+(5+6)+(9) > 49G/49G+/50G [as of ROM 2.09] > 'MTR(m,1.)+(MTR(m,2.)+MTR(m,3.))+(MTR(m,2.)+MTR(m,3.))+MTR(m,3.)' Related: http://bugs.hpcalc.org/long_list.cgi?buglist=229 http://groups.google.com/group/comp.sys.hp48/browse_frm/thread/e08d5647257ef745 But it is fixed in 2.10 http://groups.google.com/group/comp.sys.hp48/msg/aba3e6c181c36789 Just ask HP to update the link to it :) [r->] [OFF]
From: reth on 24 Apr 2008 07:05 On Apr 24, 3:21 pm, dea...(a)yahoo.es wrote: > Hi all, I found other 49G/49G+/50G bug: > > I have the array: > > MTR = > [[ 1 2 3 ] > [ 4 5 6 ] > [ 7 8 9 ]] > > I need to solve: 'SIGMA(m=1,3,SIGMA(n=m,3,MTR(m,n)))' > > 49G/49G+/50G Retunrs: 'MTR(m,1.)+(MTR(m,2.)+MTR(m,3.))+(MTR(m, > 2.)+MTR(m,3.))+MTR(m,3.)' > > the 48G/GX returns: 26 = (1+2+3)+(5+6)+(9) > > Try it! > > Note: SIGMA = SIGMA SYMBOL > > -d(a)nt3. > Lima/Peru is there any other or another BUG found over in Lima?Peru?
From: deachp on 24 Apr 2008 11:03 Hi all, Hi John H Meyers you are right, the SIGMA bug was found two years ago. I am re-writting a User-RPL manual and I will have to change my example about the double SIGMA funtion, for now. -d(a)nt3. Lima/Peru Bug #1: 49G/49G+/50G BUG - Tagged object in negative form (Lima/Peru) http://groups.google.com.pe/group/comp.sys.hp48/browse_thread/thread/3749dc0dca3f98c6?hl=es#
From: JYA on 24 Apr 2008 11:34
On 2008-04-25 01:03:16 +1000, deachp(a)hotmail.com said: > Hi all, > > Hi John H Meyers you are right, the SIGMA bug was found two years ago. and fixed a while ago to. upgrade to 2.10 or higher -- They who would give up an essential liberty for temporary security, deserve neither liberty or security (Benjamin Franklin) |