summaryrefslogtreecommitdiff
path: root/3673/CH1/EX1.2/Ex1_2.sce
blob: 0637f8f2c4730948930b996b89cdeecd0566e55f (plain)
1
2
3
4
5
6
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):")