summaryrefslogtreecommitdiff
path: root/995/CH1/EX1.12/Ex1_12.sce
blob: 68c997ced4811742c6a087a83a79bdf7f4e6a165 (plain)
1
2
3
4
5
6
7
8
//Ex:1.12
clc;
clear;
close;
t=20*10^-3;//in sec
i=45*10^-6;//in amp
q=i*t*10^9;
printf("Charge transferred = %f nC",q);