public:calculator:guides:dm15l_miso_solve
This is an old revision of the document!
Table of Contents
Dm15l Miso Solve
Using mulit-vairable equations in SOLVE
Source
Example : OHMS LAW
from https://www.hpmuseum.org/forum/thread-1212.html
<code>
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
</code>
— John Pumford-Green 02/08/22 11:50
Further Information
public/calculator/guides/dm15l_miso_solve.1659437570.txt.gz · Last modified: 06/03/25 06:49 GMT (external edit)