help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

kronecker product


From: Colin R. Telmer
Subject: kronecker product
Date: Tue, 29 Jul 1997 11:41:24 -0400 (EDT)

Given two matrices, what is the fastest way to do a kronecker product? In
case the idea is new, for A an (m x n) matrix and B a (p x q) matrix, the
Kronecker product of A and B us defined as the following (mp) x (nq)
matrix:


           | a11B a12B ... a1nB |
A kron B = | a21B a22B ... a2nB |
           |  .    .        .   |
           |  .    .        .   |
           |  .    .        .   |
           | am1B am2B ... amnB |


Thanks for any help in advance. Cheers, Colin.

--
          Colin R. Telmer, Institute of Intergovernmental Relations
            School of Policy Studies Building, Queen's University
                     Kingston, Ontario, Canada, K7L-3N6
              (613)545-6000x4219   address@hidden
           PGP Public Key at <URL:http://terrapin.econ.queensu.ca>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]