Thread Closed

Help with HP50G

 
Share Thread Thread Tools
Oct13-07, 04:39 AM   #1
 

Help with HP50G


I recently purchased an HP50G as I caught my TI-89 giving me incorrect results when solving simultaneous equations. However I can't get the 50G to do anything but tell me invalid syntax. I am using MSOLV as follows:

MSOLV('[x/60+x/15+(x-y)/5-15=0][y/2+(y-x)/5+5=0][x,y]

This is the syntax copied straight out of the users guide. Can anyone tell me what I am doing wrong?
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
Oct13-07, 02:33 PM   #2
 
Mentor
Blog Entries: 9
Quote by Clutch Cargo View Post
I recently purchased an HP50G as I caught my TI-89 giving me incorrect results when solving simultaneous equations. However I can't get the 50G to do anything but tell me invalid syntax. I am using MSOLV as follows:

MSOLV('[x/60+x/15+(x-y)/5-15=0][y/2+(y-x)/5+5=0][x,y]

This is the syntax copied straight out of the users guide. Can anyone tell me what I am doing wrong?
Looks like you may need a set of square brackets inclosing the entire matrix.

Is the HP able to correctly close the opening paren and tick mark?
Oct13-07, 10:42 PM   #3
 
I've tried that along with apostrophes before and after the square brackets as shown in the HP users guide. You have heard of Moore's law, well there is also a Mathieson Law that I came up with years ago: it states that user friendliness is inversly proportional to functionality. The HP50G proves that point.,
Oct15-07, 01:12 PM   #4
 
Blog Entries: 2
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor

Help with HP50G


Quote by Clutch Cargo View Post
I recently purchased an HP50G as I caught my TI-89 giving me incorrect results when solving simultaneous equations.
I wonder, was it the machine's fault, or operator error? In the end, a calculator is only as smart as the person using it. What simultaneous equations were you trying to solve?
Oct16-07, 09:51 PM   #5
 
Recognitions:
Gold Membership Gold Member
Hmm... My user's guide lists a different syntax. Try

MSOLV('[x/60+x/15+(x-y)/5-15=0 , y/2+(y-x)/5+5=0]' , '[x,y]', '[0,0]')

I get 60,10
Oct23-07, 09:47 PM   #6
 
I am much happier with my TI-89 Titanium. I should put my HP on e-bay.

Besides, there are a number of good programs written for the 89.
Oct26-07, 11:28 PM   #7
 
For the HP 50

1. How can I get answers displayed as fractions rather than decimal ?

2. How can I convert decimals to fractions
Oct27-07, 12:49 AM   #8
 
Recognitions:
Gold Membership Gold Member
Quote by pfinch View Post
For the HP 50

1. How can I get answers displayed as fractions rather than decimal ?

2. How can I convert decimals to fractions

1. Go to MODE, then CAS, then uncheck APPROX. This will make the calc output exact fractions, rather than decimal approximations.

Personally, I keep my calc in this mode and use RSHIFT ENTER to convert from fraction to decimal as needed.

2. LSHIFT 6 (convert), then choose REWRITE, then ->Q to convert from decimal to fraction.
Sep20-08, 08:46 PM   #9
 
Some help please.
I'm writing a units application and I want to convert cubic meters /day into millions of cubic meters a gear. The first one is easy '1_m^3/d' but when I try '1_Mm^3/yr' it gets interpreted as 'million meters cubed per year.
I've tried putting brackets i.e. '1_M(m^3)/yr' and '1_M(m^3/yr)' but this results in nonsence.
I seem to remember reading about how to solve this problem in my old HP48sx manual, but I have long since lost that!
Has anybody got a solution?
Adrian
Mar11-10, 12:33 AM   #10
 
Quote by Clutch Cargo View Post
I recently purchased an HP50G as I caught my TI-89 giving me incorrect results when solving simultaneous equations. However I can't get the 50G to do anything but tell me invalid syntax. I am using MSOLV as follows:

MSOLV('[x/60+x/15+(x-y)/5-15=0][y/2+(y-x)/5+5=0][x,y]

This is the syntax copied straight out of the users guide. Can anyone tell me what I am doing wrong?
There is not an MSOLV command; there _IS_ an MSLV command. The syntax is:

MSLV( '[x/60+x/15+(x-y)/5-15=0, y/2+(y-x)/5+5=0]' , '[x,y]' , [0,0] )

There are three arguments: '[ list of equations ]' , '[ list of variables ]' , [ list of initial values ]

I hope that is what you needed.

Han
Thread Closed
Thread Tools


Similar Threads for: Help with HP50G
Thread Forum Replies
TI-89 or HP50g Calculators 1
HP50g statistical General Math 5