summaryrefslogtreecommitdiff
path: root/1844/CH3/EX3.14/3Q14.sce
blob: 56e9201f4aacc2e22cbf1e90aec5e6242b07b0c2 (plain)
1
2
3
4
5
6
7
clc
P=100
h=20.35 *10^-2
l=20
w= 8*P*h/l^2

printf('Weight of the tape = %f N/m',w)