How to solve on an hp 50G
#1

Hi guys, here's what I need to do. In the equation L[sin(A)]= I need to know how I can designate a range for L of [0,4] and a range for A of [0,180]. Then I need for the calculator to generate random values for L and A within the ranges and store the results in two lists, one for when the answer is greater than or equal to 2 and another when the result is less than or equal to two.

Thanks for the help.

#2

First, try starting with "An Easy Course in Programming the HP48" from Grapevine publications. Get a copy of Eduardo Kalinowki's "Programming in User RPL" for the HP49. Get a copy of the 48 AUR, those 48 commands are still all within the ROM of the HP50. Download anything remotely similar to what you want from www.hpcalc.org. The best way to learn code is to modify existing code. From there it's really just a short hop to writing your own completely from scratch. Happy Programming!

#3

Also get the Museum CD set / DVD and look at Bill Wickes's "Insights" books. See http://www.hpmuseum.org/cd/cddesc.htm.

Also download a PDF file of the 49g+ AUR from hpcalc.org; I believe that the only difference on a 50g (compared with a 49g+ with the same ROM revision installed) will be that system flag -78 is used for controlling which port (serial or USB) is used for communications via wire, and VERSION should say "HP50-C" instead of "HP49-C".

Regards,
James

#4

I do believe you're right on this. One of the really neat things about the continuing 49/49+/50 line is that everything seems compatible. And all the great old commands of the 48 are still within ROM. I'm not the best programmer around, but I've got dozens of RPL programs to help automate things I do, get it done right and quick. Of course for big, heavy duty apps MatLab works well, but it has its quirks, and you need a pc.



Possibly Related Threads…
Thread Author Replies Views Last Post
  XCas / Prime "solve" question Nigel J Dowrick 4 1,957 11-08-2013, 04:01 AM
Last Post: Nigel J Dowrick
  Using the Prime to solve for eigenvalues Michael de Estrada 28 8,362 10-27-2013, 07:21 AM
Last Post: Tarcisi C
  HP Prime Define: Use with solve, etc. Helge Gabert 0 991 10-23-2013, 06:24 PM
Last Post: Helge Gabert
  HP 34s solve f'(x)=0 Richard Berler 8 2,537 10-07-2013, 03:03 PM
Last Post: Dieter
  Good puzzle for kids to solve on 35s? snaggs 11 3,311 09-18-2013, 10:40 PM
Last Post: David Hayden
  September SOLVE Newsletter Robert Prosperi 4 1,792 09-07-2013, 01:12 AM
Last Post: Mic
  [HP Prime CAS] Solve Commands (Bugs and Request) CompSystems 10 3,807 08-08-2013, 12:34 PM
Last Post: Gilles Carpentier
  41 SOLVE & INTEG Bank-switched Implementation. Ángel Martin 0 897 06-21-2013, 11:31 AM
Last Post: Ángel Martin
  HP-17bII+ Solve Compatibility Issues Robert Prosperi 7 2,826 04-22-2013, 10:11 PM
Last Post: Gerson W. Barbosa
  WP 34s Solve Richard Berler 3 1,463 04-05-2013, 10:21 AM
Last Post: Richard Berler

Forum Jump: