Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: matrix.crossproduct - Function Up: matrix - Tool Previous: matrix.mult - Function


matrix.directproduct - Function



Package utility
Module mathematics
Tool matrix


Direct Matrix Product


Synopsis
directproduct(m1, m2)


Arguments

m1   The first (n x m) matrix (Input)
m2   The second (p x q) matrix (Input)


Returns
an (n.p x m.q) matrix


Description
Returns the Direct Matrix Product (or tensor product, or Kronecker product) of two rectangular matrices of arbitrary shape. It is used in the AIPS++ Measurement Equation, where the (4 x 4) matrix that describes the instrumental effects of an interferometer is the Direct Product of two (2 x 2) antenna `Jones' matrices.



next up previous contents index
Next: matrix.crossproduct - Function Up: matrix - Tool Previous: matrix.mult - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15