diff options
Diffstat (limited to '1574/CH8/EX8.20')
-rwxr-xr-x | 1574/CH8/EX8.20/Result_of_Chapter_8_Ex8_20.JPG | bin | 0 -> 128321 bytes | |||
-rwxr-xr-x | 1574/CH8/EX8.20/TL_Ex_8_20.sce | 20 |
2 files changed, 20 insertions, 0 deletions
diff --git a/1574/CH8/EX8.20/Result_of_Chapter_8_Ex8_20.JPG b/1574/CH8/EX8.20/Result_of_Chapter_8_Ex8_20.JPG Binary files differnew file mode 100755 index 000000000..094f36596 --- /dev/null +++ b/1574/CH8/EX8.20/Result_of_Chapter_8_Ex8_20.JPG diff --git a/1574/CH8/EX8.20/TL_Ex_8_20.sce b/1574/CH8/EX8.20/TL_Ex_8_20.sce new file mode 100755 index 000000000..87e65e878 --- /dev/null +++ b/1574/CH8/EX8.20/TL_Ex_8_20.sce @@ -0,0 +1,20 @@ +clc
+//Chapter8
+//Example8.20, page no 352
+//Given
+V=0.5//receiving vtg
+Vs=2//Source vtg
+al=-log(V/Vs)//attenuation
+
+al2=al*1.5
+V=Vs*%e^-al2//receiving voltage
+mprintf('the receiving voltage will be %f V',V)
+
+
+
+
+
+
+
+
+
|