diff options
Diffstat (limited to '1319/CH13/EX13.11/ii_11.sce')
-rw-r--r-- | 1319/CH13/EX13.11/ii_11.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/1319/CH13/EX13.11/ii_11.sce b/1319/CH13/EX13.11/ii_11.sce new file mode 100644 index 000000000..dbe2205d7 --- /dev/null +++ b/1319/CH13/EX13.11/ii_11.sce @@ -0,0 +1,16 @@ +// Compute Current
+clc;
+clear;
+
+i=3;
+L=10;
+t=20*(10^-3);
+V=20*(10^3);
+
+E=L*i*i/2;
+
+P=E/t;
+
+I=P/V;
+
+disp('amperes',I,'The Current in the spark plug =')
|