diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /1574/CH9/EX9.3 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '1574/CH9/EX9.3')
-rwxr-xr-x | 1574/CH9/EX9.3/Aerials_Ex_9_3.sce | 11 | ||||
-rwxr-xr-x | 1574/CH9/EX9.3/Result_of_Chapter_9_Ex9_3.JPG | bin | 0 -> 124024 bytes |
2 files changed, 11 insertions, 0 deletions
diff --git a/1574/CH9/EX9.3/Aerials_Ex_9_3.sce b/1574/CH9/EX9.3/Aerials_Ex_9_3.sce new file mode 100755 index 000000000..caacba570 --- /dev/null +++ b/1574/CH9/EX9.3/Aerials_Ex_9_3.sce @@ -0,0 +1,11 @@ +clc
+//Chapter9
+//Example9.3, pageno 397
+//Given
+r=1//assume distance for ease of calculation
+//Pav(theta)=(1000/(3*%pi*r^2))*((sin(theta))^2)
+theta=0:0.1:%pi
+x0=0,x1=%pi
+Pt=(2000/(3*r^2))*integrate('(sin(theta))^3','theta',x0,x1)//Total power radiated
+mprintf('Total power radiated is %f watts',Pt)
+
diff --git a/1574/CH9/EX9.3/Result_of_Chapter_9_Ex9_3.JPG b/1574/CH9/EX9.3/Result_of_Chapter_9_Ex9_3.JPG Binary files differnew file mode 100755 index 000000000..01d4630ef --- /dev/null +++ b/1574/CH9/EX9.3/Result_of_Chapter_9_Ex9_3.JPG |