Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


RFOC (version 3.4-10)

CROSSL: Vector Cross Product

Description

returns cross product of two vectors in list format

Usage

CROSSL(A1, A2)

Value

List

x,y,z

input vector

az

azimuth, degrees

dip

dip, degrees

Arguments

A1

list x,y,z

A2

list x,y,z

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

RSEIS::xprod

Examples

Run this code

A1 = list(x=1,y=2, z=3)
A2 = list(x=12,y=-2, z=-5)

N = CROSSL(A1, A2)

Run the code above in your browser using DataLab