summaryrefslogtreecommitdiff
path: root/2615/CH6/EX29.2/29_2.sce
blob: 63b5dc8731d8b7d5e6d9e0b844047bf2b56fb56b (plain)
1
2
3
4
5
6
7
8
clc
//initialisation of variables
t=4.5//sec
a=2//mm
//CALCULATIONS
X=a*(t)^2//cm
//RESULTS
printf('the perpendicular at point=% f cm',X)