summaryrefslogtreecommitdiff
path: root/1760/CH2/EX2.108
diff options
context:
space:
mode:
Diffstat (limited to '1760/CH2/EX2.108')
-rwxr-xr-x1760/CH2/EX2.108/EX2_108.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/1760/CH2/EX2.108/EX2_108.sce b/1760/CH2/EX2.108/EX2_108.sce
new file mode 100755
index 000000000..78494ca34
--- /dev/null
+++ b/1760/CH2/EX2.108/EX2_108.sce
@@ -0,0 +1,5 @@
+ //EXAMPLE 2-108 PG NO-146
+I1=(100/1.414)^2;
+I2=(10/1.414)^2;
+R.M.S=(I1+I2)^0.5;
+disp('R.M.S VALUE is = '+string(R.M.S)+' A');