
Simulationsprogramm zu einer Fadenpendelschwingung
************************************************************************
ZUNCHST DIE ZEILE MIT DEN ANFANGSBEDINGUNGEN UND DANN "WIEDERHOLE BIS....." ( siehe unten ) DOPPELT ANKLICKEN !
Anfangsbedingungen:
|x|t|h|v|g|m|L|f|d|=|0.3|0|0.0005|0|9.8|0.05|0.35|0|0.4|: Amplitude = 0,3 m
|x|t|h|v|g|m|L|f|d|=|0.7|0|0.0005|0|9.8|0.05|0.35|0|0.4|: Amplitude = 0,7 m

wiederhole bis t>10
D=g*m*sin(x/L)/x
a =-D*x/m
b=a+(a-A)/2*f
f=1
x=0.5*b*h^2+v*h+x
v=b*h+v
A=a
t=t+h
_t;x;;10
zurck
