summaryrefslogtreecommitdiff
path: root/1436/CH4/EX4.5/ex4_5.sce
blob: cf16195a919a455ce98490106d6cce7d482f3e5b (plain)
1
2
3
4
5
6
7
8
// Example 4.5, page no-211
clear
clc
g=0.06
t=2.5*10^-3
p=20*9.8*10^4
E=g*t*p
printf("E=%d V",E)