diff options
Diffstat (limited to '995/CH8/EX8.2')
-rwxr-xr-x | 995/CH8/EX8.2/Ex8_2.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/995/CH8/EX8.2/Ex8_2.sce b/995/CH8/EX8.2/Ex8_2.sce new file mode 100755 index 000000000..0ed9b7f55 --- /dev/null +++ b/995/CH8/EX8.2/Ex8_2.sce @@ -0,0 +1,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);
|