summaryrefslogtreecommitdiff
path: root/3769/CH13/EX13.5/Ex13_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH13/EX13.5/Ex13_5.sce')
-rw-r--r--3769/CH13/EX13.5/Ex13_5.sce18
1 files changed, 18 insertions, 0 deletions
diff --git a/3769/CH13/EX13.5/Ex13_5.sce b/3769/CH13/EX13.5/Ex13_5.sce
new file mode 100644
index 000000000..5a4908420
--- /dev/null
+++ b/3769/CH13/EX13.5/Ex13_5.sce
@@ -0,0 +1,18 @@
+clear
+//Given
+I0=120 //A
+a=360.0
+b=96
+c=120.0
+
+//Calculation
+//
+t=1/a
+I=I0*sin(%pi/3.0)
+a1=b/c
+a2=asin(a1)
+t=a2/(c*%pi)
+
+//Result
+printf("\n (i) Instantaneous value after 1/360 second is %0.2f A",I)
+printf("\n (ii) Time taken to reach 96 A for the first time is %0.5f S",t)