Learn R Programming

bigalgebra (version 3.0.0)

dxyz: Three-dimensional cross product

Description

Three-dimensional cross product

Usage

dxyz(X, Y, Z)

Value

The updated object `Z` containing the cross product.

Arguments

X

Numeric vector of length three, matrix with three rows, or big.matrix.

Y

Numeric object matching the shape of `X`.

Z

Optional output container.

Examples

Run this code
dxyz(X = c(1, 0, 0), Y = c(0, 1, 0))

Run the code above in your browser using DataLab