summaryrefslogtreecommitdiff
path: root/3769/CH13/EX13.4
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH13/EX13.4')
-rw-r--r--3769/CH13/EX13.4/Ex13_4.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH13/EX13.4/Ex13_4.sce b/3769/CH13/EX13.4/Ex13_4.sce
new file mode 100644
index 000000000..6844acdf3
--- /dev/null
+++ b/3769/CH13/EX13.4/Ex13_4.sce
@@ -0,0 +1,10 @@
+clear
+//Given
+A=2
+
+//Calculation
+//
+I=sqrt(A**2)
+
+//Result
+printf("\n r.m.s Value of current is %0.3f A", I)