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:progs:dm15l_progs

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:dm15l_progs [18/02/25 07:28 GMT] – [Butterworth Filter] johnpublic:calculator:progs:dm15l_progs [06/03/25 06:49 GMT] (current) – external edit 127.0.0.1
Line 1154: Line 1154:
  
 '' ''
-43 104 40 4 13 2 26 125 2 26 126 2 40 13 3 26 38 17 3 26 37 40 92 30 25 39 24 17 3 86 43 103 22 22 26 38 14 26 37 40 92 30 25 39 24 86 43 102 30 25 40 12 22 22 26 37 14 26 38 40 86 43 101 13 2 10 13 1 10 13 0 22 93 14 53 26 25 25 39 26 35 40 37 29 27 31 27 39 17 1 14 38 17 2 40 26 25 25 39 86 43 100 34 25 31 14 118 8 7 1 32 39 34 25 35 37 86 43 1 34 25 35 38 32 40 86 +43 104 40 4 13 2 26 125 2 26 126 2 40 13 3 26 38 17 3 26 37 40 92 30 25 39 24 17 3 86 43 103 22 22 26 38 14 26 37 40 92 30 25 39 24 86 43 102 30 25 40 12 22 22 26 37 14 26 38 40 86 43 101 13 2 10 13 1 10 13 0 22 93 14 53 26 25 25 39 26 35 40 37 29 27 31 27 39 17 1 14 38 17 2 40 26 25 25 39 86 43 100 34 25 31 14 118 8 7 1 32 39 34 25 35 37 86 43 1 34 25 35 38 32 40 86 
 '' ''
  
Line 1183: Line 1183:
 ==== Work Tools plus Dot/Cross/UVEC ==== ==== Work Tools plus Dot/Cross/UVEC ====
  
-'' 43 12 22 104 40 86 43 10 66 22 59 90 59 14 10 39 10 39 90 37 86 43 11 66 22 59 90 59 10 39 10 39 90 14 38 86 104 40 4 13 2 26 125 2 26 126 2 40 13 3 26 38 17 3 26 37 40 92 30 25 39 24 17 3 86 43 103 22 22 26 38 14 26 37 40 92 30 25 39 24 86 43 102 30 25 40 12 22 22 26 37 14 26 38 40 86 43 101 13 2 10 13 1 10 13 0 22 93 14 53 26 25 25 39 26 35 40 37 29 27 31 27 39 17 1 14 38 17 2 40 26 25 25 39 86 43 100 34 25 31 14 118 8 7 1 32 39 34 25 35 37 86 43 1 34 25 35 38 32 40 86 0  ''+'' 43 12 22 104 40 86 43 10 66 22 59 90 59 14 10 39 10 39 90 37 86 43 11 66 22 59 90 59 10 39 10 39 90 14 38 86 43 104 40 4 13 2 26 125 2 26 126 2 40 13 3 26 38 17 3 26 37 40 92 30 25 39 24 17 3 86 43 103 22 22 26 38 14 26 37 40 92 30 25 39 24 86 43 102 30 25 40 12 22 22 26 37 14 26 38 40 86 43 101 13 2 10 13 1 10 13 0 22 93 14 53 26 25 25 39 26 35 40 37 29 27 31 27 39 17 1 14 38 17 2 40 26 25 25 39 86 43 100 34 25 31 14 118 8 7 1 32 39 34 25 35 37 86 43 1 34 25 35 38 32 40 86 0 ''
  
  
Line 1189: Line 1189:
   * Dot Product of 2 complex numbers in y and x ⇒  Y . X : <key>'f'</key> <key>LBL</key> ''10''   * Dot Product of 2 complex numbers in y and x ⇒  Y . X : <key>'f'</key> <key>LBL</key> ''10''
     * ''|Y||X|Cosθ''     * ''|Y||X|Cosθ''
-    * Y = Y<sub>re</sub> + j Y<sub>im</sub> +      * Y = Y<sub>re</sub> + j Y<sub>im</sub> 
-    * X = X<sub>re</sub> + j X<sub>im</sub> +      * X = X<sub>re</sub> + j X<sub>im</sub> 
-    * Dot Product = Y<sub>re</sub>X<sub>re</sub> + Y<sub>im</sub>X<sub>im</sub>+      * Dot Product = Y<sub>re</sub>X<sub>re</sub> + Y<sub>im</sub>X<sub>im</sub>
   * Cross Product of 2 complex numbers in y and x ⇒ Y ⊗ X : <key>'f'</key> <key>LBL</key> ''11''   * Cross Product of 2 complex numbers in y and x ⇒ Y ⊗ X : <key>'f'</key> <key>LBL</key> ''11''
     * ''|Y||X|Sinθ''     * ''|Y||X|Sinθ''
-    * Y = Y<sub>re</sub> + j Y<sub>im</sub> +      * Y = Y<sub>re</sub> + j Y<sub>im</sub> 
-    * X = X<sub>re</sub> + j X<sub>im</sub> +      * X = X<sub>re</sub> + j X<sub>im</sub> 
-    * Cross Product = Y<sub>re</sub>X<sub>im</sub> - Y<sub>im</sub>X<sub>re</sub>+      * Cross Product = Y<sub>re</sub>X<sub>im</sub> - Y<sub>im</sub>X<sub>re</sub>
   * Unit Vector of a complex number in x : <key>'f'</key> <key>LBL</key> ''12''   * Unit Vector of a complex number in x : <key>'f'</key> <key>LBL</key> ''12''
  
Line 1250: Line 1250:
  
 </code> </code>
 +
 +
  
 ==== Page Info ==== ==== Page Info ====
public/calculator/progs/dm15l_progs.1739863710.txt.gz · Last modified: 06/03/25 06:49 GMT (external edit)