summaryrefslogtreecommitdiff
path: root/2021/CH17/EX17.1/EX17_1.sce
blob: 7ddd305ae88512631993ef18ddd3c4d08ce9573e (plain)
1
2
3
4
5
6
7
8
9
//Finding of Force exerted
//Given
rho=1000;
d=0.04;
V=25;
//To Find
A=(%pi/4)*d^2;
P=rho*A*V^2;
disp("Force Exerted ="+string(P)+" Newtons");