summaryrefslogtreecommitdiff
path: root/995/CH8/EX8.2/Ex8_2.sce
blob: 0ed9b7f55d0c6f025d45f7d3c3136ec8cdf17fec (plain)
1
2
3
4
5
6
7
8
//Ex:8.2
clc;
clear;
close;
V_in=5*10^-3;
R_in=2*10^6;
I_in=V_in/R_in;
printf("Input current = %e A",I_in);