diff options
Diffstat (limited to '3673/CH5/EX5.a.16')
-rw-r--r-- | 3673/CH5/EX5.a.16/Example_a_5_16.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3673/CH5/EX5.a.16/Example_a_5_16.sce b/3673/CH5/EX5.a.16/Example_a_5_16.sce new file mode 100644 index 000000000..11a34aa87 --- /dev/null +++ b/3673/CH5/EX5.a.16/Example_a_5_16.sce @@ -0,0 +1,8 @@ +//Example_a_5_16 page no:215
+clc;
+Vmax=2000;
+Itmax=45;
+Irmax=20;
+Ix=Itmax-Irmax;
+R=Vmax/Ix;
+disp(R,"the value of unknown resistor is (in ohm)");
|