summaryrefslogtreecommitdiff
path: root/605/CH13/EX13.3/13_3.sce
blob: 04106a131890f6fddee593497e22aa751726caed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

//(c)
a=1
delf=10*1000
fm=1000
B=a*delf/fm
disp(B,"B=")
//(d)
a=2
delf=10*1000
fm=500
B=a*delf/fm
disp(B,"B=")