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:35 GMT] – [Work Tools plus Dot/Cross/UVEC] johnpublic:calculator:progs:dm15l_progs [06/03/25 06:49 GMT] (current) – external edit 127.0.0.1
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.1739864158.txt.gz · Last modified: 06/03/25 06:49 GMT (external edit)