diff options
Diffstat (limited to '3769/CH9/EX9.41/Ex9_41.sce')
-rw-r--r-- | 3769/CH9/EX9.41/Ex9_41.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH9/EX9.41/Ex9_41.sce b/3769/CH9/EX9.41/Ex9_41.sce new file mode 100644 index 000000000..002cadcbc --- /dev/null +++ b/3769/CH9/EX9.41/Ex9_41.sce @@ -0,0 +1,11 @@ +clear +//Given +V=2 //V +R=2000.0 //ohm + +//Calculation +I=V/R +pd=I*R + +//Result +printf("\n Reading of ammeter is %0.3f mA \nReading of voltmeter is %0.3f V",I*10**3,pd) |