summaryrefslogtreecommitdiff
path: root/3673/CH1/EX1.2/Ex1_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH1/EX1.2/Ex1_2.sce')
-rw-r--r--3673/CH1/EX1.2/Ex1_2.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3673/CH1/EX1.2/Ex1_2.sce b/3673/CH1/EX1.2/Ex1_2.sce
new file mode 100644
index 000000000..0637f8f2c
--- /dev/null
+++ b/3673/CH1/EX1.2/Ex1_2.sce
@@ -0,0 +1,7 @@
+//Example 1_2 page no:2
+clc
+clear
+t=2;//time in second
+Q=5;//charge in coloumb
+I=Q/t;
+disp(I,"The current flowing through the conductor(in A):")