diff options
Diffstat (limited to '995/CH2/EX2.9/Ex2_9.sce')
-rwxr-xr-x | 995/CH2/EX2.9/Ex2_9.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/995/CH2/EX2.9/Ex2_9.sce b/995/CH2/EX2.9/Ex2_9.sce new file mode 100755 index 000000000..ed2570d80 --- /dev/null +++ b/995/CH2/EX2.9/Ex2_9.sce @@ -0,0 +1,6 @@ +//Ex:2.9
+clc;
+clear;
+close;
+printf("Resistance = 4.7 ohm with 10%% tolerance");
+
|