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

cross (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: vector

Requires: MathScript RT Module

Syntax

c = cross(a, b)

c = cross(a, b, dim)

Description

Computes the cross product of two three-element vectors or matrices.

Examples

Inputs

Name Description
a Specifies a three-element vector or matrix.
b Specifies a three-element vector or matrix.
dim Specifies the order in which LabVIEW computes the cross product for matrices. dim is a scalar that accepts the following values.

1 Performs a column-wise calculation of the cross product.
2 Performs a row-wise calculation of the cross product.
The dim-th dimension of a and b must contain exactly 3 elements.

Outputs

Name Description
c Returns the cross product of a and b. c is a three-element vector or matrix.

Examples

A = [1, 2, 3]
B = [0, -3, 2]
C = cross(A, B)

Related Topics

dot


 

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