diff options
Diffstat (limited to '3769/CH5/EX5.24/Ex5_24.sce')
-rw-r--r-- | 3769/CH5/EX5.24/Ex5_24.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH5/EX5.24/Ex5_24.sce b/3769/CH5/EX5.24/Ex5_24.sce new file mode 100644 index 000000000..b31da8c39 --- /dev/null +++ b/3769/CH5/EX5.24/Ex5_24.sce @@ -0,0 +1,11 @@ +clear +//Given +a=0.004 +ac=0.0007 +R0=100 + +//Calculation +R=ac*R0/a + +//Result +printf("\n The resistance of a copper filament is %0.3f ohm", R) |