summaryrefslogtreecommitdiff
path: root/2609/CH13/EX13.1
diff options
context:
space:
mode:
Diffstat (limited to '2609/CH13/EX13.1')
-rwxr-xr-x2609/CH13/EX13.1/ex_13_1.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2609/CH13/EX13.1/ex_13_1.sce b/2609/CH13/EX13.1/ex_13_1.sce
new file mode 100755
index 000000000..5f0e6447e
--- /dev/null
+++ b/2609/CH13/EX13.1/ex_13_1.sce
@@ -0,0 +1,10 @@
+////Ex 13.1
+clc;
+clear;
+close;
+format('v',6);
+deltaVin=4;//V
+deltaVout=0.4;//V
+Vout=20;//V
+LR=(deltaVout/Vout)*100/deltaVin;//%/V(Line Regulation)
+disp(LR,"Line Regulation(%/V)");