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

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:calculator:progs:dm41x_progs [14/02/26 11:14 GMT] – [Using Solve and Integrate together] johnpublic:calculator:progs:dm41x_progs [14/02/26 11:19 GMT] (current) – [Using Solve and Integrate together] john
Line 34: Line 34:
 </code> </code>
  
-=== MOD ===+=== Solve : MOD ===
  
 The program to be solved The program to be solved
Line 54: Line 54:
 </code> </code>
  
-=== The integral BESSEL ===+=== Integral : BESSEL ===
  
 <code> <code>
Line 67: Line 67:
  
 </code> </code>
 +
 +
 +=== Running it ===
 +
 +  * ''MYSOLVE'' sets up the ''ALPHA'' register with the name of the prog to be solved, so nothing needed in ''ALPHA'' at this time
 +  * put initial guesses in ''X'' and ''Y''
 +    * <key>'1'</key> <key>ENTER</key> <key>'2'</key>
 +  * try ''FIX 4''
 +  * Run ''MYSOLVE'' - via XEQ or set up a ''CST'' menu item for it 
 +
 +After a few minutes of Goose-flying we get the answer ''2.4048''
 +
 +
  
  

Navigation