summaryrefslogtreecommitdiff
path: root/2231/CH4/EX4.1/Ex_4_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '2231/CH4/EX4.1/Ex_4_1.sce')
-rwxr-xr-x2231/CH4/EX4.1/Ex_4_1.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/2231/CH4/EX4.1/Ex_4_1.sce b/2231/CH4/EX4.1/Ex_4_1.sce
new file mode 100755
index 000000000..84a19d266
--- /dev/null
+++ b/2231/CH4/EX4.1/Ex_4_1.sce
@@ -0,0 +1,14 @@
+//Example 4_1
+clc;
+clear;close;
+
+//Given data:
+V=230;//V
+Vav=150;//V
+f=1*1000;//Hz
+
+//Solution :
+T=1/f;//s
+Ton=Vav*T/V;//s
+Toff=T-Ton;//s
+disp(Toff,Ton,"Periods of conduction & blocking(seconds)");