John's Vademecum

Try to learn something about everything, and everything about something -Thomas Huxley “Darwin's bulldog” (1824-1895)

User Tools

Site Tools


public:calculator:guides:dm15l_miso_solve

This is an old revision of the document!


Hints & Tips

Dm15l Miso Solve

Using mulit-vairable equations in SOLVE

Source

Example : OHMS LAW

from https://www.hpmuseum.org/forum/thread-1212.html

So, can I write an equation in programming, such as

(I* R) - E = 0

(or however one should program it in)

and use SOLVE to find the unknown?

cf. TECHNIQUE: 'SOLVE' AND 'INTEG' WITH "MISO" USER FUNCTIONS ON THE 34C/15C/41C

Code:
LBL A
STO (i)
RCL 0
RCL* 1
RCL- 2
RTN

Example:
<I> STO 0
<E> STO 2
1 STO I
SOLVE A

John Pumford-Green 02/08/22 11:50

Further Information

public/calculator/guides/dm15l_miso_solve.1659437582.txt.gz · Last modified: 06/03/25 06:49 GMT (external edit)