summaryrefslogtreecommitdiff
path: root/3673/CH4/EX4.5/Ex4_5.sce
blob: 93439ab10c6a95f9eb0cb9cd76a82c6deb0a90ef (plain)
1
2
3
4
5
6
//Example 4_5 page no:169
clc
v=10*sin(%pi/2)
disp(v,"1) Instantaneous voltage at 90 degree for first wave (volt)");
v=8*sin(%pi/4)
disp(v,"2) Instantaneous voltage at 90 degree for second wave(volt)");//text book value is rounded to two digit