Post Reply 
(Bug?) HP48 Equation Library
03-06-2017, 05:31 PM (This post was last modified: 03-06-2017 06:54 PM by Han.)
Post: #35
RE: (Bug?) HP48 Equation Library
Well, I eventually did find an actual bug (or perhaps limitation) of the HP48 MES. According to this patent:

https://www.google.com/patents/US5175700

the MES basically automates the process of substituting in known values, and finding an equation that has only one unknown, solving that equation, then repeating the process after updating its list of known/solved values.

The problem with this is that an inconsistent system shows up as having a solution. For example:

Code:
{ 'X+Y=10' 'X+Y=11' } STEQ 1 'X' STO MINIT MSOLVR

Proceed to solve for Y and the HP48 produces:

Searching...
Solving for Y...
Y:9
Zero

Except X=1 Y=9 is only a zero of the first equation. There is no check at all whether that solution is in fact a solution to the system. I only noticed this when I started working on a hybrid solver engine that mimics the Multiple Equation Solver (MES).

In the meantime, I'm still interested in the formulas for the silicon density of states equations in the immediately previous post.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(Bug?) HP48 Equation Library - Han - 02-12-2017, 03:36 PM
RE: (Bug?) HP48 Equation Library - Han - 02-13-2017, 12:25 AM
RE: (Bug?) HP48 Equation Library - Han - 02-13-2017, 01:39 AM
RE: (Bug?) HP48 Equation Library - Han - 02-13-2017, 05:11 AM
RE: (Bug?) HP48 Equation Library - Vtile - 02-13-2017, 04:03 PM
RE: (Bug?) HP48 Equation Library - Han - 02-13-2017, 02:59 AM
RE: (Bug?) HP48 Equation Library - Han - 02-13-2017, 06:08 PM
RE: (Bug?) HP48 Equation Library - Han - 02-14-2017, 03:57 AM
RE: (Bug?) HP48 Equation Library - Han - 02-14-2017, 07:08 PM
RE: (Bug?) HP48 Equation Library - Han - 02-14-2017, 03:36 AM
RE: (Bug?) HP48 Equation Library - Han - 02-14-2017, 04:16 AM
RE: (Bug?) HP48 Equation Library - Han - 02-19-2017, 10:53 PM
RE: (Bug?) HP48 Equation Library - Han - 03-06-2017, 07:51 PM
RE: (Bug?) HP48 Equation Library - Han - 03-06-2017 05:31 PM



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