summaryrefslogtreecommitdiff
path: root/1184/CH2/EX2.19
diff options
context:
space:
mode:
Diffstat (limited to '1184/CH2/EX2.19')
-rwxr-xr-x1184/CH2/EX2.19/Ex2_19.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1184/CH2/EX2.19/Ex2_19.sce b/1184/CH2/EX2.19/Ex2_19.sce
new file mode 100755
index 000000000..0c8ea93fe
--- /dev/null
+++ b/1184/CH2/EX2.19/Ex2_19.sce
@@ -0,0 +1,11 @@
+//Example 2-19, Page No - 52
+
+clear
+clc
+
+Q= 150
+Vs=3*10^-6
+
+Vc= Q*Vs
+
+printf('The voltage across capacitor is %.1f microvolt',Vc*10^6)