File:Maximum power.svg
Summary
| Description | Varition of the effiency and the power transmetted to the load for different value of Rload/Rline in an resistive circuit. | ||||||||
| Date | |||||||||
| Source | Own work | ||||||||
| Author | Yves-Laurent Allaert | ||||||||
| Permission (Reusing this file) |
I, the copyright holder of this work, hereby publish it under the following licenses:
This file is licensed under the Creative Commons Attribution-Share Alike 2.5 Generic, 2.0 Generic and 1.0 Generic license.
You may select the license of your choice. |
Gnuplot script
Save this script to file "Maximum_power" then run the command line "gnuplot Maximum_power", you will get Maximum_power.svg, if you have well installed gnuplot 4.0 or later.
set terminal svg fsize 22 #options set border unset label set xtics set ytics set xlabel "Rch/Rs" unset key set sample 350 set output "Maximum_power.svg" f(x) = 1/(1+1/x) g(x) = 4*x/((1+x)**2) plot [0:2*pi] f(x) with lines lw 2, g(x) with lines lw 2Category:Electrical diagrams Category:Gnuplot graphics