summaryrefslogtreecommitdiff
path: root/1319/CH12/EX12.1/i_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1319/CH12/EX12.1/i_1.sce')
-rw-r--r--1319/CH12/EX12.1/i_1.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/1319/CH12/EX12.1/i_1.sce b/1319/CH12/EX12.1/i_1.sce
new file mode 100644
index 000000000..a20cc6220
--- /dev/null
+++ b/1319/CH12/EX12.1/i_1.sce
@@ -0,0 +1,12 @@
+// To Compute the number of electrons.
+
+clc;
+clear;
+
+I=(25)*(10^-3);
+t=(30)*(10^-3);
+C=I*t;
+// 1C = 6.242*(10^18)
+n= 6.242*(10^18);
+e_s=C*n;
+disp(e_s,'The Number Of Electrons passing through the person is' )