Post Reply 
HP-35s solution to A^2=4
03-08-2018, 06:55 PM
Post: #4
RE: HP-35s solution to A^2=4
(03-08-2018 02:18 PM)Cliff Stamp Wrote:  Even if I put negatives into both the variable and the X register to bound initial guesses, it will still return the positive solution only.

Yes, this is because of a special feature of the 35s solver: if the respective variable appears only once the 35s does not start the usual iteration to find the solution. Instead it solves the equation directly (!).

In your example A^2=4 the 35s rearranges the equation to get A=SQRT(4). And since the sqrt-function always returns a positive result (or zero) this is what you get.

In other words: the 35s does not even look at the initial guesses. There is no need to do so because it "knows" the direct solution. It does what you would also do if you solve the equation manually. So in a way the 35s is able to do symbolic math. ;-)

(03-08-2018 02:18 PM)Cliff Stamp Wrote:  How do I get the calculator to get the negative root?

Simple: just write the equation with the variable appearing more than once. You can always do so by adding 0×A, or here you can simply write it as A×A=4. Since A appears twice the 35s has to resort to the iterative approach and so you can direct it to negative results, e.g. by  0 STO A –5  SOLVE A.

Dieter
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP-35s solution to A^2=4 - Cliff Stamp - 03-08-2018, 02:18 PM
RE: HP-35s solution to A^2=4 - Jlouis - 03-08-2018, 05:38 PM
RE: HP-35s solution to A^2=4 - rprosperi - 03-08-2018, 06:08 PM
RE: HP-35s solution to A^2=4 - Dieter - 03-08-2018 06:55 PM
RE: HP-35s solution to A^2=4 - Cliff Stamp - 03-10-2018, 08:47 PM
RE: HP-35s solution to A^2=4 - Voldemar - 03-08-2018, 07:03 PM
RE: HP-35s solution to A^2=4 - Dieter - 03-08-2018, 07:36 PM
RE: HP-35s solution to A^2=4 - Voldemar - 03-08-2018, 07:06 PM
RE: HP-35s solution to A^2=4 - Voldemar - 03-08-2018, 08:00 PM



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