File RUKUTT.

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

	SUBROUTINE RUKUTT(X,Y,H)
C	FUEHRT EINEN RUNGE-KUTTA-SCHRITT AUS
	DIMENSION Z(2),Y(2),ST(5),R(2),E(2)
	COMMON Z
	E(1)=0
	E(2)=0
	R(1)=Y(1)
	R(2)=Y(2)
	ST(1)=H/2.
	ST(2)=H/2.
	ST(5)=H/2.
	ST(3)=H
	ST(4)=H
	D=X
	DO 2 I=1,4
	CALL FKT(D,R)
	D=X+ST(I)
	DO 2 K=1,2
	R(K)=Y(K)+ST(I)*Z(K)
2	E(K)=E(K)+ST(I+1)*Z(K)/3.
	X=D
	Y(1)=Y(1)+E(1)
	Y(2)=Y(2)+E(2)
	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