42s style SOLVER for 41 with Advantage Module - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: General Forum (/forum-4.html) +--- Thread: 42s style SOLVER for 41 with Advantage Module (/thread-10207.html) |
42s style SOLVER for 41 with Advantage Module - Craig Bladow - 02-20-2018 05:02 AM I found this 42s style solver program HP41SOLVR in the HP-41C software library. Does anyone know of a similar 42s style solver program that uses the SOLVE features of the HP-41 Advantage module? RE: 42s style SOLVER for 41 with Advantage Module - Ángel Martin - 02-20-2018 05:48 AM (02-20-2018 05:02 AM)Craig Bladow Wrote: I found this 42s style solver program HP41SOLVR in the HP-41C software library. Does anyone know of a similar 42s style solver program that uses the SOLVE features of the HP-41 Advantage module? Yes, you may check the Equation library included in the "Interchangeable Solutions ROM". It's based on an enhanced version of the program you referenced, and includes a set of basic equations as examples. Manual and Module The manual is also posted on the CL site, although with a different title: (scroll page down to the middle) Integrated Solutions Manual Cheers, ÁM RE: 42s style SOLVER for 41 with Advantage Module - Craig Bladow - 02-21-2018 03:21 AM Thanks for the links. That program does not appear to depend on the SOLVE program in the Advantage module, which is what I am looking for. RE: 42s style SOLVER for 41 with Advantage Module - Ángel Martin - 02-21-2018 06:29 AM (02-21-2018 03:21 AM)Craig Bladow Wrote: Thanks for the links. That program does not appear to depend on the SOLVE program in the Advantage module, which is what I am looking for. But it does, it's only that the name used is "FROOT" - the equivalent to SOLVE in the SandMath module. You can use SOLVE and the Advantage instead, as they are 100% equivalent. ÁM. |