diff options
Diffstat (limited to '1319/CH12/EX12.2/i_2.sce')
-rw-r--r-- | 1319/CH12/EX12.2/i_2.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1319/CH12/EX12.2/i_2.sce b/1319/CH12/EX12.2/i_2.sce new file mode 100644 index 000000000..244083f54 --- /dev/null +++ b/1319/CH12/EX12.2/i_2.sce @@ -0,0 +1,12 @@ +// Compute Average lighting current
+clc;
+clear;
+
+q=20;
+t=(10)*(10^-3);
+
+// Coulomb's Law
+
+I=q/t;
+
+disp('amperes',I,'The Average Lightning current =')
|