public:calculator:guides:dm15l_miso_solve
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
public:calculator:guides:dm15l_miso_solve [02/08/22 11:55 BST] – [Source] john | public:calculator:guides:dm15l_miso_solve [06/03/25 06:49 GMT] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 2: | Line 2: | ||
- | ====== DM15L "Miso" Solve ====== | + | ====== DM15L "Multi In Single Out" Solve ====== |
** Using multi-variable equations in SOLVE ** | ** Using multi-variable equations in SOLVE ** | ||
Line 11: | Line 11: | ||
+ | < | ||
Line 29: | Line 30: | ||
Invoke SOLVE or INTEG in the usual manner. | Invoke SOLVE or INTEG in the usual manner. | ||
This procedure utilizes indirect storage to make the RPN program more flexible. SOLVE and INTEG feed the each value of the floating variable as input to the user program, which immediately stores the value indirectly to its user-chosen register. Each variable in the function is then recalled for use in calculations, | This procedure utilizes indirect storage to make the RPN program more flexible. SOLVE and INTEG feed the each value of the floating variable as input to the user program, which immediately stores the value indirectly to its user-chosen register. Each variable in the function is then recalled for use in calculations, | ||
+ | |||
+ | |||
< | < | ||
Line 125: | Line 128: | ||
</ | </ | ||
+ | |||
+ | < | ||
+ | [[https:// | ||
+ | </ | ||
+ | |||
+ | </ | ||
===== Example : OHMS LAW ===== | ===== Example : OHMS LAW ===== | ||
Line 130: | Line 139: | ||
from [[https:// | from [[https:// | ||
- | <code> | + | <QUOTE> |
+ | |||
So, can I write an equation in programming, | So, can I write an equation in programming, | ||
Line 138: | Line 149: | ||
and use SOLVE to find the unknown? | and use SOLVE to find the unknown? | ||
- | |||
- | cf. TECHNIQUE: ' | ||
Code: | Code: | ||
- | LBL A | + | |
- | STO (i) | + | |
- | RCL 0 | + | STO (i) |
- | RCL* 1 | + | RCL 0 |
- | RCL- 2 | + | RCL* 1 |
- | RTN | + | RCL- 2 |
+ | RTN | ||
Example: | Example: | ||
- | <I> STO 0 | + | |
- | <E> STO 2 | + | <E> STO 2 |
- | 1 STO I | + | 1 STO I |
- | SOLVE A | + | SOLVE A |
- | </code> | + | <cite> from [[https:// |
+ | |||
+ | </QUOTE> | ||
Line 164: | Line 176: | ||
- | {{tag>}} | + | {{tag>calculator dm15l}} |
public/calculator/guides/dm15l_miso_solve.1659437750.txt.gz · Last modified: 06/03/25 06:49 GMT (external edit)