summaryrefslogtreecommitdiff
path: root/995/CH13/EX13.7/Ex13_7.sce
blob: 1260729f118cf26edbe5765b3190f02eeb7204b7 (plain)
1
2
3
4
5
6
7
8
//Ex:13.7
clc;
clear;
close;
r=12;//in ohms
i=0.5;//in amps
P_r=i*i*r;//in W
printf("Power radiated = %d W",P_r);