diff options
Diffstat (limited to '3769/CH27/EX27.15/Ex27_15.sce')
-rw-r--r-- | 3769/CH27/EX27.15/Ex27_15.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH27/EX27.15/Ex27_15.sce b/3769/CH27/EX27.15/Ex27_15.sce new file mode 100644 index 000000000..c7741d555 --- /dev/null +++ b/3769/CH27/EX27.15/Ex27_15.sce @@ -0,0 +1,13 @@ +clear +//Given +a=10 +b=2 +c=3 + +//Calculation +Vce=a-b +Ic=c-b +Ro=Vce/Ic + +//Result +printf("\n The output resistance is %0.3f k ohm",Ro) |