diff options
Diffstat (limited to '3836/CH6/EX6.4/Ex6_4.sce')
-rw-r--r-- | 3836/CH6/EX6.4/Ex6_4.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3836/CH6/EX6.4/Ex6_4.sce b/3836/CH6/EX6.4/Ex6_4.sce new file mode 100644 index 000000000..aa17eabd2 --- /dev/null +++ b/3836/CH6/EX6.4/Ex6_4.sce @@ -0,0 +1,11 @@ +clear +//Initialisation +Vo=15.2 //Output Voltage +Rl=50 //Load Resistance + +//Calculation +Po=(Vo**2)/Rl //Output Power + +//Result +printf("\n Output Power, Po = %.1f W",Po) + |