summaryrefslogtreecommitdiff
path: root/995/CH3/EX3.16/Ex3_16.sce
diff options
context:
space:
mode:
Diffstat (limited to '995/CH3/EX3.16/Ex3_16.sce')
-rwxr-xr-x995/CH3/EX3.16/Ex3_16.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/995/CH3/EX3.16/Ex3_16.sce b/995/CH3/EX3.16/Ex3_16.sce
new file mode 100755
index 000000000..1f1001f61
--- /dev/null
+++ b/995/CH3/EX3.16/Ex3_16.sce
@@ -0,0 +1,7 @@
+//Ex:3.16
+clc;
+clear;
+close;
+V_s=5;//in volts
+V_c=0.8647*V_s;
+printf("Inductor voltage = %f V",V_c); \ No newline at end of file