summaryrefslogtreecommitdiff
path: root/1760/CH2/EX2.14/EX2_14.sce
diff options
context:
space:
mode:
Diffstat (limited to '1760/CH2/EX2.14/EX2_14.sce')
-rwxr-xr-x1760/CH2/EX2.14/EX2_14.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1760/CH2/EX2.14/EX2_14.sce b/1760/CH2/EX2.14/EX2_14.sce
new file mode 100755
index 000000000..a54e5d1b9
--- /dev/null
+++ b/1760/CH2/EX2.14/EX2_14.sce
@@ -0,0 +1,9 @@
+ //EXAMPLE 2-14 PG NO-67
+Ta=5; //TOTAL AREA
+T=20*10^-3; //TIME
+Av=Ta/T; //AVERAGE VALUE
+Ev=[Av]^0.5; //EFFECTIVE VALUE
+FF=Ev/15; //FORM FACTOR
+disp('ii) AVERAGE VALUE (Av) is = '+string (Av) +' ');
+disp('ii) EFFECTIVE VALUE (Ev) is = '+string (Ev) +' V ');
+disp('ii) FORM FACTOR (FF) is = '+string (FF) +' ');