diff options
Diffstat (limited to '226/CH2/EX2.1/example2_sce.sce')
-rwxr-xr-x | 226/CH2/EX2.1/example2_sce.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/226/CH2/EX2.1/example2_sce.sce b/226/CH2/EX2.1/example2_sce.sce new file mode 100755 index 000000000..7ac7e6fd0 --- /dev/null +++ b/226/CH2/EX2.1/example2_sce.sce @@ -0,0 +1,12 @@ +//chapter 2
+//example 2.2
+//page 39
+printf("\n")
+printf("given")
+If=70*10^-3;
+rd=(26*10^-3)/If;
+printf("dynamic resistance is %3.2fohm\n",rd)
+disp("a)")
+If=60*10^-3;Vf=.025;
+rd=Vf/If;
+printf("dynamic resistance is %3.2fohm\n",rd)
|