Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

kron (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the vector class.

Syntax

c = kron(a, b)

Description

Computes the Kronecker tensor product of two matrices, or the product of each element of the first matrix and the second matrix as a whole.

Examples

Inputs

Name Description
a Specifies the first matrix.
b Specifies the second matrix.

Outputs

Name Description
c Returns the Kronecker tensor product of a and b. c is a matrix.

Examples

A = [1, 2; 0, -1]
B = [3, 7, -6, 5]
C = kron(A, B)
D = kron(B, A)


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit