diff options
Diffstat (limited to '1574/CH8/EX8.20/TL_Ex_8_20.sce')
-rwxr-xr-x | 1574/CH8/EX8.20/TL_Ex_8_20.sce | 20 |
1 files changed, 20 insertions, 0 deletions
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)
+
+
+
+
+
+
+
+
+
|