File CS.F4

Directory of image this file is from
This file as a plain text file

	SUBROUTINE CROSS(A,B,AXB)
	DIMENSION A(3),B(3),AXB(3)
	DO 1 I=1,3
	J=I+1
	IF(J.EQ.4) J=1
	K=J+1
	IF(K.EQ.4) K=1
1	AXB(I)=A(J)*B(K) - B(J)*A(K)
	RETURN
	END



Feel free to contact me, David Gesswein djg@pdp8online.com with any questions, comments on the web site, or if you have related equipment, documentation, software etc. you are willing to part with.  I am interested in anything PDP-8 related, computers, peripherals used with them, DEC or third party, or documentation. 

PDP-8 Home Page   PDP-8 Site Map   PDP-8 Site Search