The Museum of HP Calculators

HP Forum Archive 10

[ Return to Index | Top of Index ]

how do i do a matrix transpose
Message #1 Posted by zenon on 25 Feb 2003, 8:55 p.m.

I am typing TRAN([[5,3,2]][2,2,2])

and I get TRAN([[5,3,2]][2,2,2]) back!

my calc won't transpose! it just keeps giving back the thing I punched in.

would a reset or something help? How do I do the strongest type of reset w/o wiping my OS? help!

      
Re: how do i do a matrix transpose
Message #2 Posted by Vieira, Luiz C. (Brazil) on 25 Feb 2003, 9:58 p.m.,
in response to message #1 by zenon

Hi;

If your typing is correct in the post, there is an inner bracket that should not be there; like this:

TRAN([[5,3,2]][2,2,2])
, instead you should type::
TRAN([[5,3,2][2,2,2]])

Anyway, I tested it in the HP49 and I get the transpose matrix. Have you checked for any particular setting? I had a look at the HP49G's Command Guide and there are no specific settings for TRAN, neither for TRN (works as well). But who knows...

If it's just the typo bracket, it should work fine (I typed this way and I received a Invalid Dimension error and the wrong command line is kept in the display as you mention)

Best regards.

            
Re: how do i do a matrix transpose
Message #3 Posted by zenon on 25 Feb 2003, 10:57 p.m.,
in response to message #2 by Vieira, Luiz C. (Brazil)

:) IT WORKS!

Actually that was a typo, I do know how to use matrix math. ;)

What I did was push in the reset button in the back.


[ Return to Index | Top of Index ]

Go back to the main exhibit hall