Post Reply 
WP 34S Solver
05-26-2015, 07:36 PM (This post was last modified: 05-26-2015 07:56 PM by AnalogJoe.)
Post: #1
WP 34S Solver
Hi, I just bought a WP 34S calculator, I really like it however the learning curve is quite steep with this one. I've been a long time HP user, however most of my experience comes from using the "bigger" HP calculators such as the 48GX and 50G series.

I've been trying to understand the Solve function, to be honest the documentation on the WP 34S is really poor, so I've been reading the Hp 15c manual which apparently is quite similar to the way things are done in the WP 34S.

Im trying to find the roots of polynomials, the WP 34S has a dedicated quadratic solver, but I want to know how to find the roots of higher order polynomials such as 3rd order, etc..

Im doing the following test program, my goal here is to find the roots of the following simple quadratic equation: x^2 + 5x + 1=0

Following the 15c examples in the manual I hit 'h' then P/R

and type:

LBL 00
2
y^x
x<>y
5
x
1
+
RTN


I enter 2 initial guesses which are 1 and 2 in the X and Y registers, then I hit SLV 00

The calculator works a little while and displays: -0.2

The correct roots are -0.208712152 and -4.791287847

So the solution is considerably off the correct result. Also no matter what initial values I enter, I cant get the calculator to display something near -4.79 which is the second root.

My hope is that once I figure out how to solve quadratic equations solving cubics will be easy.

Any idea what am I doing wrong? also, does the calculator support complex roots using the the SLV function?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
WP 34S Solver - AnalogJoe - 05-26-2015 07:36 PM
RE: WP 34S Solver - Dieter - 05-26-2015, 07:58 PM
RE: WP 34S Solver - fhub - 05-26-2015, 08:43 PM
RE: WP 34S Solver - Dieter - 05-26-2015, 08:49 PM
RE: WP 34S Solver - fhub - 05-26-2015, 09:02 PM
RE: WP 34S Solver - AnalogJoe - 05-26-2015, 09:06 PM
RE: WP 34S Solver - Tim Wessman - 05-26-2015, 08:22 PM
RE: WP 34S Solver - AnalogJoe - 05-26-2015, 09:04 PM
RE: WP 34S Solver - Tim Wessman - 05-26-2015, 09:13 PM
RE: WP 34S Solver - AnalogJoe - 05-26-2015, 09:18 PM
RE: WP 34S Solver - emece67 - 05-27-2015, 09:08 AM
RE: WP 34S Solver - Thomas Klemm - 05-26-2015, 09:18 PM
RE: WP 34S Solver - rprosperi - 05-26-2015, 10:51 PM
RE: WP 34S Solver - Marcio - 05-27-2015, 12:17 AM
RE: WP 34S Solver - AnalogJoe - 05-27-2015, 04:26 AM
RE: WP 34S Solver - Marcio - 05-27-2015, 05:16 PM
RE: WP 34S Solver - AnalogJoe - 05-28-2015, 03:44 AM
RE: WP 34S Solver - Marcio - 05-28-2015, 04:03 AM
RE: WP 34S Solver - AnalogJoe - 05-28-2015, 04:19 AM
RE: WP 34S Solver - Marcio - 05-28-2015, 04:27 AM
RE: WP 34S Solver - Pascal - 05-28-2015, 03:52 PM
RE: WP 34S Solver - Marcio - 05-28-2015, 06:07 PM
RE: WP 34S Solver - Dieter - 05-28-2015, 11:58 AM
RE: WP 34S Solver - Marcio - 05-28-2015, 12:45 PM
RE: WP 34S Solver - Paul Dale - 05-27-2015, 09:57 AM



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