summaryrefslogtreecommitdiff
path: root/3769/CH15/EX15.2/Ex15_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH15/EX15.2/Ex15_2.sce')
-rw-r--r--3769/CH15/EX15.2/Ex15_2.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH15/EX15.2/Ex15_2.sce b/3769/CH15/EX15.2/Ex15_2.sce
new file mode 100644
index 000000000..a991be807
--- /dev/null
+++ b/3769/CH15/EX15.2/Ex15_2.sce
@@ -0,0 +1,10 @@
+clear
+//Given
+Id=1 //A
+C=10.0**-6 //F
+
+//Calculation
+V=Id/C
+
+//Result
+printf("\n Instantaneous current is %0.3f V/S", V)