diff options
Diffstat (limited to '1784/CH36/EX36.2')
-rwxr-xr-x | 1784/CH36/EX36.2/example2.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1784/CH36/EX36.2/example2.sce b/1784/CH36/EX36.2/example2.sce new file mode 100755 index 000000000..8cfedee07 --- /dev/null +++ b/1784/CH36/EX36.2/example2.sce @@ -0,0 +1,8 @@ +//chapter 36
+//example2
+clc
+//given
+L=50 //inductance in henry
+R=30 //resistance in ohms
+t0=log(2)*(L/R)
+disp(t0,"Time taken for the current to reach one-half of its final equilibrium in sec is")
|