Post Reply 
WP 34S Programming
11-18-2024, 11:05 AM
Post: #1
WP 34S Programming
How does the WP 34s compare to the 42S in terms of programming.Are all functions supported?
Find all posts by this user
Quote this message in a reply
11-18-2024, 11:29 AM
Post: #2
RE: WP 34S Programming
Most functions of the 42S are are supported. There are some differences:

  1. Complex numbers occupy two stack positions or two registers (the former like the 32sii).
  2. Matrix operations use registers and a descriptor rather than being a stand alone type.
  3. Alpha is done a bit differently.
  4. The graphics on the 34S is very limited, more so than the 42S's (which are primitive).


The 34S is more like an earlier generation RPN programmable (34C or 11C). It also includes way more functions than the 42S.
Find all posts by this user
Quote this message in a reply
11-18-2024, 12:21 PM
Post: #3
RE: WP 34S Programming
Complex matrices are missing but can be emulated similar to the HP-15C:
[WP-34S] Calculations With Complex Matrices
Find all posts by this user
Quote this message in a reply
11-18-2024, 12:36 PM (This post was last modified: 11-18-2024 12:37 PM by John Casper.)
Post: #4
RE: WP 34S Programming
Thanks,is it closer to 41 in terms of programming?I would like to put 41 programs in it.
Find all posts by this user
Quote this message in a reply
11-18-2024, 08:23 PM
Post: #5
RE: WP 34S Programming
Suggestion:
  • Post a program for the HP-41C.
  • Install an emulator of the WP 43S, e.g. on the iPhone.
  • Start translating it and post your result.
  • Don't hesitate to ask questions.
Most of the code can probably be translated one-to-one.
A few things are different, e.g. RCL L instead of LASTX.
Others might even be simpler.
Find all posts by this user
Quote this message in a reply
11-19-2024, 04:56 AM
Post: #6
RE: WP 34S Programming
Thanks
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)