diff options
Diffstat (limited to '752/CH2')
-rwxr-xr-x | 752/CH2/EX2.13.1/2_13_1.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/752/CH2/EX2.13.1/2_13_1.sce b/752/CH2/EX2.13.1/2_13_1.sce new file mode 100755 index 000000000..bda139f1f --- /dev/null +++ b/752/CH2/EX2.13.1/2_13_1.sce @@ -0,0 +1,9 @@ +clc;
+//page no 74
+//prob no. 2.13.1
+//A rectangular pulse with h=3V and width=2ms across 10 ohm resistor
+V=3;t=2*10^-3;R=10;
+//Determination of average energy
+P=(V^2)/R;//Instantaneous power
+U=P*t;
+disp('J',U,'The average energy is');
\ No newline at end of file |