F117: Vector Product of Two 3-Vectors

Author(s): CERN TC Division Library: KERNLIB
Submitter: C. Letertre Submitted: 01.09.1969
Language: Fortran Revised:

Subroutine subprogram CROSS computes the vector (or cross) product

displaymath62

of two 3-vectors tex2html_wrap_inline64 .

Structure:

SUBROUTINE subprogram
User Entry Names: CROSS
COMMON Block Names and Lengths: /SLATE/ 40

Usage:

    CALL CROSS(A,B,C)
A,B
(REAL) One-dimensional arrays of length 3, containing the components tex2html_wrap_inline66 ,
tex2html_wrap_inline68 , respectively.
C
(REAL) On exit, C contains the components tex2html_wrap_inline70 of tex2html_wrap_inline72 , i.e.
tex2html_wrap_inline74
tex2html_wrap_inline76
tex2html_wrap_inline78 .
C may overlap either A or B.
tex2html_wrap_inline80

Michel Goossens Wed Jun 5 05:13:21 METDST 1996