summaryrefslogtreecommitdiff
path: root/1760/CH2/EX2.13/EX2_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '1760/CH2/EX2.13/EX2_13.sce')
-rwxr-xr-x1760/CH2/EX2.13/EX2_13.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/1760/CH2/EX2.13/EX2_13.sce b/1760/CH2/EX2.13/EX2_13.sce
new file mode 100755
index 000000000..dd5ad47c2
--- /dev/null
+++ b/1760/CH2/EX2.13/EX2_13.sce
@@ -0,0 +1,5 @@
+ //EXAMPLE 2-13 PG NO-67
+T=20*10^-3; //TIME PERIOD
+Ta=300*10^-3; //TOTAL AREA
+A=(Ta)/T; //AVERAGE VALUE
+disp('ii) AVERAGE VALUE (A) is = '+string (A) +' V ');