summaryrefslogtreecommitdiff
path: root/1475/CH8/EX8.9
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1475/CH8/EX8.9
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '1475/CH8/EX8.9')
-rwxr-xr-x1475/CH8/EX8.9/Example_8_9.sce11
-rwxr-xr-x1475/CH8/EX8.9/Output_8_9.PNGbin0 -> 12690 bytes
2 files changed, 11 insertions, 0 deletions
diff --git a/1475/CH8/EX8.9/Example_8_9.sce b/1475/CH8/EX8.9/Example_8_9.sce
new file mode 100755
index 000000000..55669b509
--- /dev/null
+++ b/1475/CH8/EX8.9/Example_8_9.sce
@@ -0,0 +1,11 @@
+//Example 8.9 From the following table calculate TFR GRR NRR
+clc;
+clear;
+R=0.48;
+BR=[23.6 114.9 145.1 122.6 79.6 35.9 3.3];
+YL=[4482 4426 4359 4288 4202 4100 3979];
+SRR=BR./1000;
+TFR=sum(SRR)*5;
+GRR=R*TFR;
+NRR=(R*sum(SRR.*YL))/1000;
+disp(NRR,"Net Reproduction Rate =",GRR,"Gross Reproduction Rate =",TFR,"Total Fertility Rate =",SRR,"Age Specific Fertility Rate =",YL,"Years Lived by 1000 Females =",BR,"Birth Rates per 1000 Women",R,"Ratio of females to total birth is =");
diff --git a/1475/CH8/EX8.9/Output_8_9.PNG b/1475/CH8/EX8.9/Output_8_9.PNG
new file mode 100755
index 000000000..261cf5e4e
--- /dev/null
+++ b/1475/CH8/EX8.9/Output_8_9.PNG
Binary files differ