summaryrefslogtreecommitdiff
path: root/746/DEPENDENCIES/1_02.sci
blob: 013a4b783ae29b57004cf4cbf893133ac38d23e4 (plain)
1
2
3
4
5
6
7
8
//Mass of ball(in kg):
m=0.2;
//Height fom which ball is dropped(in m):
y0=500;
//Value of k:
k=2*10^-4;
//Accleration due to gravity(in m/sec^2):
g=9.81;