From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 587/CH13/EX13.3/example13_3.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 587/CH13/EX13.3/example13_3.sce (limited to '587/CH13/EX13.3/example13_3.sce') 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 -- cgit