Difference between revisions of "Manuals/calci/DYADIC"

From ZCubes Wiki
Jump to navigation Jump to search
Line 21: Line 21:
 
*The direct product is non-commutative <math>(AB \neq BA)</math>.
 
*The direct product is non-commutative <math>(AB \neq BA)</math>.
 
*A few vector product identities are of interest:
 
*A few vector product identities are of interest:
<math>A.BXC = AXB.C=B.CXA=BXC.A=C.AXB</math>
+
#<math>A.BXC = AXB.C=B.CXA=BXC.A=C.AXB</math>
<math>AX(BXC)= B.(A.C)- C(A.B)</math>
+
#<math>AX(BXC)= B.(A.C)- C(A.B)</math>
<math>(AXB)XC = B(A.C)-A(B.C)</math>
+
#<math>(AXB)XC = B(A.C)-A(B.C)</math>
<math>(AXB).(CXD)= (A.C)(B.D)-(A.D)(B.C)</math>
+
#<math>(AXB).(CXD)= (A.C)(B.D)-(A.D)(B.C)</math>
<math>(AXB).(CXD) = (AxB.D)C-(AxB.C)D</math>
+
#<math>(AXB).(CXD) = (AxB.D)C-(AxB.C)D</math>

Revision as of 14:53, 3 March 2017

DYADIC(a,b)


OR VECTORDIRECTPRODUCT (a,b)

  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle b} any two set of values.

Description

  • This function shows the Vector Direct product.
  • The third type of vector multiplication is called the direct product, and is written AB.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle VECTORDIRECTPRODUCT (a,b)} , Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle b} are the two vectors.
  • Multiplying one vector by another under the direct product gives a tensor result.
  • The rectangular components of the direct product may be found by matrix multiplication: one multiplies the column vector A by the transpose of B, which gives a 3X3 matrix:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle AB=AB^T} = Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{pmatrix} A_x \\ A_y \\ A_z \end{pmatrix}} Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (B_x B_y B_Z)} =

  • The direct product is non-commutative Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (AB \neq BA)} .
  • A few vector product identities are of interest:
  1. Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A.BXC = AXB.C=B.CXA=BXC.A=C.AXB}
  2. Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle AX(BXC)= B.(A.C)- C(A.B)}
  3. Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (AXB)XC = B(A.C)-A(B.C)}
  4. Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (AXB).(CXD)= (A.C)(B.D)-(A.D)(B.C)}
  5. Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (AXB).(CXD) = (AxB.D)C-(AxB.C)D}