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 /587/CH13/EX13.3/example13_3.sce | |
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 '587/CH13/EX13.3/example13_3.sce')
-rwxr-xr-x | 587/CH13/EX13.3/example13_3.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/587/CH13/EX13.3/example13_3.sce b/587/CH13/EX13.3/example13_3.sce new file mode 100755 index 000000000..266347521 --- /dev/null +++ b/587/CH13/EX13.3/example13_3.sce @@ -0,0 +1,11 @@ +clear;
+clc;
+
+//Example13.3[View Factors Associated with a Tetragon]
+//Given:-
+//A pyramid with square base and it's sides being isoceles triangle
+//Solution:=
+F11=0;//Since base is a flat surface
+//F12=F13=F14=F15=x
+x=(1-F11)/4;
+disp("of total radiation",x,"Each side pf the four surfaces of the pyramid recieves")
\ No newline at end of file |