SlideShare a Scribd company logo
1 of 7
Download to read offline
In[1]:= Clear["Global`*"]
In[2]:= SetDirectory[$UserDocumentsDirectory];
In[3]:= a = Import["Vaccine.xlsx"][[1]];
In[4]:= {a[[1]], a[[2]]};
In[5]:= b = Drop[a, 2];
In[6]:= c[d_] := b[[d]][[#]] & /@ Table[k, {k, 3, 32, 1}]
In[7]:= e[f_] := b[[f]][[#]] & /@ Table[k, {k, 63, 92, 1}]
In[8]:= g = IntegerPart[c /@ Table[k, {k, 1, Dimensions[b][[1]], 1}]]
Out[8]= {{6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 18, 20, 23, 26, 29, 33, 37, 42, 48, 55, 63, 72, 82, 94, 108, 124, 142, 163, 187, 215},
{15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 33, 36, 39, 42, 46, 50, 55, 60, 66, 72, 79, 86, 94, 103, 113, 124, 136, 149, 163},
{9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 33, 36, 39, 42, 46, 50, 55, 60, 66, 72, 79, 86, 94},
{12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 33, 36, 39, 42, 46, 50, 55, 60, 66, 72, 79, 86, 94, 103, 113, 124},
{11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 33, 36, 39, 42, 46, 50, 55, 60, 66, 72, 79, 86, 94, 103, 113, 124},
{9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 33, 36, 39, 42, 46, 50, 55, 60, 66, 72, 79, 86, 94},
{6, 7, 8, 9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772},
{7, 8, 9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772, 926},
{6, 7, 8, 9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772},
{11, 13, 15, 18, 21, 25, 30, 36, 43, 51, 61, 73, 87, 104, 124, 148, 177, 212, 254, 304, 364, 436, 523,
627, 752, 902, 1082, 1298, 1557, 1868}, {8, 9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105,
126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772, 926, 1111}, {12, 14, 16, 19, 22, 26, 31, 37, 44,
52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772, 926, 1111, 1333, 1599, 1918},
{6, 7, 8, 9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772},
{16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448,
537, 644, 772, 926, 1111, 1333, 1599, 1918, 2301, 2761}, {9, 10, 12, 14, 16, 19, 22, 26, 31, 37,
44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772, 926, 1111, 1333}}
In[9]:= h = IntegerPart[e /@ Table[k, {k, 1, Dimensions[b][[1]], 1}]]
Out[9]= {{172, 146, 124, 105, 89, 75, 63, 53, 45, 38, 32, 27, 22, 18, 15, 12, 10, 8, 6, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0},
{130, 110, 93, 79, 67, 56, 47, 39, 33, 28, 23, 19, 16, 13, 11, 9, 7, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0},
{75, 63, 53, 45, 38, 32, 27, 22, 18, 15, 12, 10, 8, 6, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{99, 84, 71, 60, 51, 43, 36, 30, 25, 21, 17, 14, 11, 9, 7, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{99, 84, 71, 60, 51, 43, 36, 30, 25, 21, 17, 14, 11, 9, 7, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{75, 63, 53, 45, 38, 32, 27, 22, 18, 15, 12, 10, 8, 6, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{617, 524, 445, 378, 321, 272, 231, 196, 166, 141, 119, 101, 85, 72, 61, 51, 43, 36, 30, 25, 21, 17, 14, 11, 9, 7, 5, 4, 3, 2},
{740, 629, 534, 453, 385, 327, 277, 235, 199, 169, 143, 121, 102, 86, 73, 62, 52, 44, 37, 31, 26, 22, 18, 15, 12, 10, 8, 6, 5, 4},
{617, 524, 445, 378, 321, 272, 231, 196, 166, 141, 119, 101, 85, 72, 61, 51, 43, 36, 30, 25, 21, 17, 14, 11, 9, 7, 5, 4, 3, 2}, {1494,
1269, 1078, 916, 778, 661, 561, 476, 404, 343, 291, 247, 209, 177, 150, 127, 107, 90, 76, 64, 54, 45, 38, 32, 27, 22, 18, 15, 12, 10},
{888, 754, 640, 544, 462, 392, 333, 283, 240, 204, 173, 147, 124, 105, 89, 75, 63, 53, 45, 38, 32, 27, 22, 18, 15, 12, 10, 8, 6, 5},
{1534, 1303, 1107, 940, 799, 679, 577, 490, 416, 353, 300, 255,
216, 183, 155, 131, 111, 94, 79, 67, 56, 47, 39, 33, 28, 23, 19, 16, 13, 11},
{617, 524, 445, 378, 321, 272, 231, 196, 166, 141, 119, 101, 85, 72, 61, 51, 43, 36, 30, 25, 21, 17, 14, 11, 9, 7, 5, 4, 3, 2},
{2208, 1876, 1594, 1354, 1150, 977, 830, 705, 599, 509, 432, 367,
311, 264, 224, 190, 161, 136, 115, 97, 82, 69, 58, 49, 41, 34, 28, 23, 19, 16},
{1066, 906, 770, 654, 555, 471, 400, 340, 289, 245, 208, 176, 149, 126, 107, 90, 76, 64, 54, 45, 38, 32, 27, 22, 18, 15, 12, 10, 8, 6}}
In[10]:= CASES
Out[10]= CASES
In[11]:= i = Flatten[{g[[#]], h[[#]]}] & /@ Table[k, {k, 1, Dimensions[h][[1]], 1}]
Out[11]= {{6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 18, 20, 23, 26, 29, 33, 37, 42, 48, 55, 63, 72, 82, 94, 108, 124, 142, 163, 187,
215, 172, 146, 124, 105, 89, 75, 63, 53, 45, 38, 32, 27, 22, 18, 15, 12, 10, 8, 6, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0},
{15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 33, 36, 39, 42, 46, 50, 55, 60, 66, 72, 79, 86, 94, 103, 113, 124, 136,
149, 163, 130, 110, 93, 79, 67, 56, 47, 39, 33, 28, 23, 19, 16, 13, 11, 9, 7, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0},
{9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 33, 36, 39, 42, 46, 50, 55, 60, 66, 72, 79,
86, 94, 75, 63, 53, 45, 38, 32, 27, 22, 18, 15, 12, 10, 8, 6, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 33, 36, 39, 42, 46, 50, 55, 60, 66, 72, 79, 86, 94, 103,
113, 124, 99, 84, 71, 60, 51, 43, 36, 30, 25, 21, 17, 14, 11, 9, 7, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 33, 36, 39, 42, 46, 50, 55, 60, 66, 72, 79, 86, 94, 103,
113, 124, 99, 84, 71, 60, 51, 43, 36, 30, 25, 21, 17, 14, 11, 9, 7, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 33, 36, 39, 42, 46, 50, 55, 60, 66, 72, 79,
86, 94, 75, 63, 53, 45, 38, 32, 27, 22, 18, 15, 12, 10, 8, 6, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{6, 7, 8, 9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772,
617, 524, 445, 378, 321, 272, 231, 196, 166, 141, 119, 101, 85, 72, 61, 51, 43, 36, 30, 25, 21, 17, 14, 11, 9, 7, 5, 4, 3, 2},
{7, 8, 9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772, 926,
740, 629, 534, 453, 385, 327, 277, 235, 199, 169, 143, 121, 102, 86, 73, 62, 52, 44, 37, 31, 26, 22, 18, 15, 12, 10, 8, 6, 5, 4},
{6, 7, 8, 9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772,
617, 524, 445, 378, 321, 272, 231, 196, 166, 141, 119, 101, 85, 72, 61, 51, 43, 36, 30, 25, 21, 17, 14, 11, 9, 7, 5, 4, 3, 2},
{11, 13, 15, 18, 21, 25, 30, 36, 43, 51, 61, 73, 87, 104, 124, 148, 177, 212, 254, 304, 364, 436,
523, 627, 752, 902, 1082, 1298, 1557, 1868, 1494, 1269, 1078, 916, 778, 661, 561, 476, 404,
343, 291, 247, 209, 177, 150, 127, 107, 90, 76, 64, 54, 45, 38, 32, 27, 22, 18, 15, 12, 10},
{8, 9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772, 926, 1111,
888, 754, 640, 544, 462, 392, 333, 283, 240, 204, 173, 147, 124, 105, 89, 75, 63, 53, 45, 38, 32, 27, 22, 18, 15, 12, 10, 8, 6, 5},
{12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448,
537, 644, 772, 926, 1111, 1333, 1599, 1918, 1534, 1303, 1107, 940, 799, 679, 577, 490, 416,
353, 300, 255, 216, 183, 155, 131, 111, 94, 79, 67, 56, 47, 39, 33, 28, 23, 19, 16, 13, 11},
{6, 7, 8, 9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644,
772, 617, 524, 445, 378, 321, 272, 231, 196, 166, 141, 119, 101, 85, 72, 61, 51, 43, 36, 30, 25, 21, 17, 14, 11, 9, 7, 5, 4, 3, 2},
{16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772, 926, 1111,
1333, 1599, 1918, 2301, 2761, 2208, 1876, 1594, 1354, 1150, 977, 830, 705, 599, 509, 432, 367, 311, 264, 224,
190, 161, 136, 115, 97, 82, 69, 58, 49, 41, 34, 28, 23, 19, 16}, {9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52,
62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772, 926, 1111, 1333, 1066, 906, 770, 654,
555, 471, 400, 340, 289, 245, 208, 176, 149, 126, 107, 90, 76, 64, 54, 45, 38, 32, 27, 22, 18, 15, 12, 10, 8, 6}}
In[12]:= j0 = StringJoin[{b[[#]][[1]], "-", "Male"}] & /@ Table[k, {k, 1, Dimensions[b][[1]], 2}]
Out[12]= {California-Male, Texas-Male, NewYork-Male, Virginia-Male, Wyoming-Male, Florida-Male, Ohio-Male, Colorado-Male}
In[13]:= j1 = StringJoin[{b[[#]][[1]], "-", "Female"}] & /@ Table[k, {k, 2, Dimensions[b][[1]], 2}]
Out[13]= {Texas-Female, NewYork-Female, Virginia-Female, Wyoming-Female, Florida-Female, Ohio-Female, Colorado-Female}
In[14]:= j = Flatten[Thread[{j0, j1}]]
Thread::tdlen :
Objects of unequal length in California-Male, Texas-Male, NewYork-Male, Virginia-Male, Wyoming-Male, Florida-Male, Ohio-Male, Colorado-Male, Texas-Female, NewYork-Female,
Virginia-Female, Wyoming-Female, Florida-Female, Ohio-Female, Colorado-Female cannot be combined. 
Out[14]= {California-Male, Texas-Male, NewYork-Male, Virginia-Male, Wyoming-Male, Florida-Male, Ohio-Male, Colorado-Male,
Texas-Female, NewYork-Female, Virginia-Female, Wyoming-Female, Florida-Female, Ohio-Female, Colorado-Female}
In[15]:= DISEASE EVOLUTION OVER TIME
Out[15]= DISEASE EVOLUTION OVER TIME
2 Vaccine.2.nb
In[33]:= MatrixPlot[i, Mesh → True, ImageSize → 900, MeshStyle → Blue, ColorFunction → Hue,
FrameTicks → {{#, None} &[Transpose[{Range[Length[#]], #} &@j]], {All, None}},
PlotLegends → Automatic, PlotLabel → "DISEASE EVOLUTION OVER TIME"]
Out[33]=
1 20 40 60
California-Male
Texas-Male
NewYork-Male
Virginia-Male
Wyoming-Male
Florida-Male
Ohio-Male
Colorado-Male
Texas-Female
NewYork-Female
Virginia-Female
Wyoming-Female
Florida-Female
Ohio-Female
Colorado-Female
DISEASE EVOLUTION OVER TIME
0
500
900
1400
1800
2300
2700
Vaccine.2.nb 3
In[35]:= ListPlot3D[i, ImageSize → 700, ColorFunction → "NeonColors", PlotLabel → "DISEASE EVOLUTION OVER TIME", Boxed → True,
AxesLabel → { "TIME", "STATES", "CASES"}, PlotLegends → Automatic, PlotRange → {{0, 60}, {0, 16}, {0, 2500}}]
Out[35]=
0
500
1000
1500
2000
2500
In[18]:= DEATHS
Out[18]= DEATHS
In[19]:= c3[d3_] := b[[d3]][[#]] & /@ Table[k, {k, 33, 62, 1}]
In[20]:= e3[f3_] := b[[f3]][[#]] & /@ Table[k, {k, 93, 122, 1}]
In[21]:= g3 = IntegerPart[c3 /@ Table[k, {k, 1, Dimensions[b][[1]], 1}]]
Out[21]= {{0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 4, 4, 5, 6, 7, 8, 9, 11, 12, 14, 16, 19},
{1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 6, 7, 7, 8, 9, 10, 11, 12, 13, 14},
{0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 6, 7, 7, 8},
{1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 6, 7, 7, 8, 9, 10, 11},
{0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 6, 7, 7, 8, 9, 10, 11},
{0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 6, 7, 7, 8},
{0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69},
{0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 83},
{0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69},
{0, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 15, 19, 22, 27, 32, 39, 47, 56, 67, 81, 97, 116, 140, 168},
{0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 83, 99},
{1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 83, 99, 119, 143, 172},
{0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69},
{1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 83, 99, 119, 143, 172, 207, 248},
{0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 83, 99, 119}}
In[22]:= h3 = IntegerPart[e3 /@ Table[k, {k, 1, Dimensions[b][[1]], 1}]]
Out[22]= {{15, 13, 11, 9, 8, 6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{11, 9, 8, 7, 6, 5, 4, 3, 2, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{8, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{8, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{55, 47, 40, 34, 28, 24, 20, 17, 14, 12, 10, 9, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0},
{66, 56, 48, 40, 34, 29, 24, 21, 17, 15, 12, 10, 9, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0},
{55, 47, 40, 34, 28, 24, 20, 17, 14, 12, 10, 9, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0},
{134, 114, 97, 82, 70, 59, 50, 42, 36, 30, 26, 22, 18, 15, 13, 11, 9, 8, 6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0},
{79, 67, 57, 48, 41, 35, 29, 25, 21, 18, 15, 13, 11, 9, 8, 6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0},
{138, 117, 99, 84, 71, 61, 51, 44, 37, 31, 27, 22, 19, 16, 13, 11, 9, 8, 7, 6, 5, 4, 3, 2, 2, 2, 1, 1, 1, 0},
{55, 47, 40, 34, 28, 24, 20, 17, 14, 12, 10, 9, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0},
{198, 168, 143, 121, 103, 87, 74, 63, 53, 45, 38, 33, 27, 23, 20, 17, 14, 12, 10, 8, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1},
{95, 81, 69, 58, 49, 42, 36, 30, 26, 22, 18, 15, 13, 11, 9, 8, 6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0}}
4 Vaccine.2.nb
In[23]:= i3 = Flatten[{g3[[#]], h3[[#]]}] & /@ Table[k, {k, 1, Dimensions[h][[1]], 1}]
Out[23]= {{0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 4, 4, 5, 6, 7, 8, 9, 11, 12,
14, 16, 19, 15, 13, 11, 9, 8, 6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 6, 7, 7, 8, 9, 10, 11, 12, 13, 14, 11,
9, 8, 7, 6, 5, 4, 3, 2, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 6, 7, 7, 8, 6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 4,
5, 5, 6, 7, 7, 8, 9, 10, 11, 8, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 6, 7, 7, 8, 9, 10, 11, 8, 7, 6, 5, 4, 3, 3, 2, 2, 1,
1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3,
3, 4, 4, 4, 5, 5, 6, 7, 7, 8, 6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 55,
47, 40, 34, 28, 24, 20, 17, 14, 12, 10, 9, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0},
{0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 83, 66,
56, 48, 40, 34, 29, 24, 21, 17, 15, 12, 10, 9, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0},
{0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 55,
47, 40, 34, 28, 24, 20, 17, 14, 12, 10, 9, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0},
{0, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 15, 19, 22, 27, 32, 39, 47, 56, 67, 81, 97, 116, 140, 168,
134, 114, 97, 82, 70, 59, 50, 42, 36, 30, 26, 22, 18, 15, 13, 11, 9, 8, 6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0},
{0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 83, 99, 79,
67, 57, 48, 41, 35, 29, 25, 21, 18, 15, 13, 11, 9, 8, 6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0},
{1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 83, 99, 119, 143, 172,
138, 117, 99, 84, 71, 61, 51, 44, 37, 31, 27, 22, 19, 16, 13, 11, 9, 8, 7, 6, 5, 4, 3, 2, 2, 2, 1, 1, 1, 0},
{0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 55,
47, 40, 34, 28, 24, 20, 17, 14, 12, 10, 9, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0},
{1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 83, 99, 119, 143, 172, 207, 248,
198, 168, 143, 121, 103, 87, 74, 63, 53, 45, 38, 33, 27, 23, 20, 17, 14, 12, 10, 8, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1},
{0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 83, 99, 119, 95,
81, 69, 58, 49, 42, 36, 30, 26, 22, 18, 15, 13, 11, 9, 8, 6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0}}
In[34]:= MatrixPlot[i3, Mesh → True, ImageSize → 900, MeshStyle → Blue, ColorFunction → "GreenPinkTones",
FrameTicks → {{#, None} &[Transpose[{Range[Length[#]], #} &@j]], {All, None}},
PlotLegends → Automatic, PlotLabel → "DEATHS OVER TIME"]
Out[34]=
1 20 40 60
California-Male
Texas-Male
NewYork-Male
Virginia-Male
Wyoming-Male
Florida-Male
Ohio-Male
Colorado-Male
Texas-Female
NewYork-Female
Virginia-Female
Wyoming-Female
Florida-Female
Ohio-Female
Colorado-Female
DEATHS OVER TIME
0
50
100
150
200
240
In[25]:= CONTAMINATION BEFORE VACCINE
Out[25]= BEFORE CONTAMINATION VACCINE
Vaccine.2.nb 5
In[26]:= ListLinePlot[{Total[g[[#]] & /@ Table[k, {k, 1, Dimensions[h][[1]], 2}]],
Total[g[[#]] & /@ Table[k, {k, 2, Dimensions[h3][[1]], 2}]]}, PlotStyle → Thick, InterpolationOrder → 0,
ImageSize → 500, PlotStyle → {Blue, Pink}, PlotLabel → "CONTAMINATION BEFORE VACCINE"]
Out[26]=
5 10 15 20 25 30
2000
4000
6000
8000
CONTAMINATION BEFORE VACCINE
In[27]:= DEATHS MALES AFTER VACCINE;
In[28]:= {ListLinePlot[h3[[#]] & /@ Table[k, {k, 1, Dimensions[h3][[1]], 2}], InterpolationOrder → 0,
ImageSize → 500, PlotLabel -> "MALE DEATHS AFTER VACCINE PER STATE", PlotStyle → Thick],
ListLinePlot[h3[[#]] & /@ Table[k, {k, 2, Dimensions[h3][[1]], 2}], InterpolationOrder → 0,
ImageSize → 500, PlotLabel -> "FEMALE DEATHS AFTER VACCINE PER STATE", PlotStyle → Thick]}
Out[28]= 
5 10 15 20 25 30
10
20
30
40
MALE DEATHS AFTER VACCINE PER STATE
,
5 10 15 20 25 30
20
40
60
FEMALE DEATHS AFTER VACCINE PER STATE

In[29]:= DEATHS ALL STATES MALE AND FEMALE AFTER VACCINE
Out[29]= AFTER ALL AND DEATHS FEMALE MALE STATES VACCINE
6 Vaccine.2.nb
In[30]:= ListLinePlot[{Total[h3[[#]] & /@ Table[k, {k, 1, Dimensions[h3][[1]], 2}]],
Total[h3[[#]] & /@ Table[k, {k, 2, Dimensions[h3][[1]], 2}]]}, PlotStyle → Thick, InterpolationOrder → 0,
ImageSize → 500, PlotStyle → {Blue, Pink}, PlotLabel → "MALE AND FEMALE DEATHS AFTER VACCINE"]
Out[30]=
5 10 15 20 25 30
100
200
300
400
500
MALE AND FEMALE DEATHS AFTER VACCINE
In[31]:= DISEASE EVOLUTION OVER TIME
Out[31]= DISEASE EVOLUTION OVER TIME
In[32]:= ListLinePlot[{Total[i3[[#]] & /@ Table[k, {k, 1, Dimensions[h][[1]], 2}]],
Total[i3[[#]] & /@ Table[k, {k, 2, Dimensions[h3][[1]], 2}]]}, PlotStyle → Thick,
InterpolationOrder → 0, ImageSize → 500, PlotStyle → {Blue, Pink}, PlotLabel → "DISEASE EVOLUTION"]
Out[32]=
10 20 30 40 50 60
100
200
300
400
500
600
700
DISEASE EVOLUTION
Vaccine.2.nb 7

More Related Content

What's hot

What's hot (13)

Tabla Chi cuadrado PSPP
Tabla Chi cuadrado PSPPTabla Chi cuadrado PSPP
Tabla Chi cuadrado PSPP
 
Statistics and Basic Probability
Statistics and Basic ProbabilityStatistics and Basic Probability
Statistics and Basic Probability
 
Estratificacion(1) dane
Estratificacion(1) daneEstratificacion(1) dane
Estratificacion(1) dane
 
Probability analysis of sachin's batting
Probability analysis of sachin's battingProbability analysis of sachin's batting
Probability analysis of sachin's batting
 
Lanareiknir verdtryggd overdtryggd samanburdur og raungreidslur 20101208
Lanareiknir verdtryggd overdtryggd samanburdur og raungreidslur 20101208Lanareiknir verdtryggd overdtryggd samanburdur og raungreidslur 20101208
Lanareiknir verdtryggd overdtryggd samanburdur og raungreidslur 20101208
 
Tabelas2
Tabelas2Tabelas2
Tabelas2
 
Can Guinness help you estimate?
Can Guinness help you estimate?Can Guinness help you estimate?
Can Guinness help you estimate?
 
Tabla f05
Tabla f05Tabla f05
Tabla f05
 
Appendix a present value tables
Appendix a   present value tablesAppendix a   present value tables
Appendix a present value tables
 
Tablaschi
TablaschiTablaschi
Tablaschi
 
Distribucion ji cuadrado
Distribucion ji cuadradoDistribucion ji cuadrado
Distribucion ji cuadrado
 
Tabelas
TabelasTabelas
Tabelas
 
Tablas, estadistica
Tablas, estadisticaTablas, estadistica
Tablas, estadistica
 

Viewers also liked

Startup Sales 101 (SalesMasters)
Startup Sales 101 (SalesMasters)Startup Sales 101 (SalesMasters)
Startup Sales 101 (SalesMasters)Dominik Suter
 
զորաց քարեր
զորաց  քարերզորաց  քարեր
զորաց քարերkarmirshalyan
 
HC Groep bedrijfspresentatie 2015 LinkedIn2
HC Groep bedrijfspresentatie 2015 LinkedIn2HC Groep bedrijfspresentatie 2015 LinkedIn2
HC Groep bedrijfspresentatie 2015 LinkedIn2Harold de Baar
 
Support Vector Machines - Wolfram Mathematica
Support Vector Machines - Wolfram MathematicaSupport Vector Machines - Wolfram Mathematica
Support Vector Machines - Wolfram MathematicaRubens Zimbres, PhD
 
Social Network drawing using Wolfram Mathematica
Social Network drawing using Wolfram MathematicaSocial Network drawing using Wolfram Mathematica
Social Network drawing using Wolfram MathematicaRubens Zimbres, PhD
 
վայոց ձորում հայտնաբերված կոշիկը
վայոց ձորում հայտնաբերված կոշիկըվայոց ձորում հայտնաբերված կոշիկը
վայոց ձորում հայտնաբերված կոշիկըkarmirshalyan
 
CEOWORLD_MODTISSIMO_24-02-2016
CEOWORLD_MODTISSIMO_24-02-2016CEOWORLD_MODTISSIMO_24-02-2016
CEOWORLD_MODTISSIMO_24-02-2016Mike - Miguel Dias
 
Nikola Tesla Magnifying transmitter Patent
Nikola Tesla Magnifying transmitter PatentNikola Tesla Magnifying transmitter Patent
Nikola Tesla Magnifying transmitter PatentRubens Zimbres, PhD
 
Machine Learning Code in Wolfram Mathematica
Machine Learning Code in Wolfram MathematicaMachine Learning Code in Wolfram Mathematica
Machine Learning Code in Wolfram MathematicaRubens Zimbres, PhD
 
I os class 1 of 3 actual
I os class 1 of 3 actualI os class 1 of 3 actual
I os class 1 of 3 actualTerrance Taylor
 
Ana bojgua.-wifi
Ana bojgua.-wifiAna bojgua.-wifi
Ana bojgua.-wifianabojgua1
 
Zero Pollution Solutions for Age Old Problems on Ships
Zero Pollution Solutions for Age Old Problems on ShipsZero Pollution Solutions for Age Old Problems on Ships
Zero Pollution Solutions for Age Old Problems on ShipsCraig Carter
 

Viewers also liked (20)

Startup Sales 101 (SalesMasters)
Startup Sales 101 (SalesMasters)Startup Sales 101 (SalesMasters)
Startup Sales 101 (SalesMasters)
 
զորաց քարեր
զորաց  քարերզորաց  քարեր
զորաց քարեր
 
HC Groep bedrijfspresentatie 2015 LinkedIn2
HC Groep bedrijfspresentatie 2015 LinkedIn2HC Groep bedrijfspresentatie 2015 LinkedIn2
HC Groep bedrijfspresentatie 2015 LinkedIn2
 
Support Vector Machines - Wolfram Mathematica
Support Vector Machines - Wolfram MathematicaSupport Vector Machines - Wolfram Mathematica
Support Vector Machines - Wolfram Mathematica
 
Social Network - Simple
Social Network - SimpleSocial Network - Simple
Social Network - Simple
 
Social Network drawing using Wolfram Mathematica
Social Network drawing using Wolfram MathematicaSocial Network drawing using Wolfram Mathematica
Social Network drawing using Wolfram Mathematica
 
վայոց ձորում հայտնաբերված կոշիկը
վայոց ձորում հայտնաբերված կոշիկըվայոց ձորում հայտնաբերված կոշիկը
վայոց ձորում հայտնաբերված կոշիկը
 
CEOWORLD_MODTISSIMO_24-02-2016
CEOWORLD_MODTISSIMO_24-02-2016CEOWORLD_MODTISSIMO_24-02-2016
CEOWORLD_MODTISSIMO_24-02-2016
 
Simplex
SimplexSimplex
Simplex
 
Nikola Tesla Magnifying transmitter Patent
Nikola Tesla Magnifying transmitter PatentNikola Tesla Magnifying transmitter Patent
Nikola Tesla Magnifying transmitter Patent
 
Catering service
Catering service Catering service
Catering service
 
Quantitative Methods
Quantitative MethodsQuantitative Methods
Quantitative Methods
 
Machine Learning Code in Wolfram Mathematica
Machine Learning Code in Wolfram MathematicaMachine Learning Code in Wolfram Mathematica
Machine Learning Code in Wolfram Mathematica
 
Dissertacao Mestrado
Dissertacao MestradoDissertacao Mestrado
Dissertacao Mestrado
 
FallNewsletter2012
FallNewsletter2012FallNewsletter2012
FallNewsletter2012
 
Mobzilla tv
Mobzilla tvMobzilla tv
Mobzilla tv
 
I os class 1 of 3 actual
I os class 1 of 3 actualI os class 1 of 3 actual
I os class 1 of 3 actual
 
Ana bojgua.-wifi
Ana bojgua.-wifiAna bojgua.-wifi
Ana bojgua.-wifi
 
Scientific Market Research
Scientific Market ResearchScientific Market Research
Scientific Market Research
 
Zero Pollution Solutions for Age Old Problems on Ships
Zero Pollution Solutions for Age Old Problems on ShipsZero Pollution Solutions for Age Old Problems on Ships
Zero Pollution Solutions for Age Old Problems on Ships
 

Similar to Disease Epidemics and Vaccine Effects

The noble-quran-hindi-by-devnagri
The noble-quran-hindi-by-devnagriThe noble-quran-hindi-by-devnagri
The noble-quran-hindi-by-devnagribdcom .ca
 
Tabla chi cuadrado
Tabla chi cuadradoTabla chi cuadrado
Tabla chi cuadradoMarlin9
 
Daftar harga-running-text-murah
Daftar harga-running-text-murahDaftar harga-running-text-murah
Daftar harga-running-text-murahCore Pale
 
Te dhena statistikore dhe analiza e tyre.
Te dhena statistikore dhe analiza e tyre.Te dhena statistikore dhe analiza e tyre.
Te dhena statistikore dhe analiza e tyre.Arsi Gest
 
Tabla de chi-cuadrado
Tabla de chi-cuadradoTabla de chi-cuadrado
Tabla de chi-cuadradoFer´ 2012
 
Tabla chi cuadrado.
Tabla chi cuadrado.Tabla chi cuadrado.
Tabla chi cuadrado.pablo_0502
 
到都市的權利
到都市的權利到都市的權利
到都市的權利Shuwei Huang
 
房貸本息表
房貸本息表房貸本息表
房貸本息表llykccl
 
Tabla de comparacion pago de pmg 2020 completa
Tabla de comparacion pago de pmg 2020 completaTabla de comparacion pago de pmg 2020 completa
Tabla de comparacion pago de pmg 2020 completamarcosroa2
 
Fakta asas tambah, tolak, darab dan bahagi
Fakta asas tambah, tolak, darab dan bahagiFakta asas tambah, tolak, darab dan bahagi
Fakta asas tambah, tolak, darab dan bahagiMohamad Ayub
 
Tabela qui quadrado 2012
Tabela qui quadrado 2012Tabela qui quadrado 2012
Tabela qui quadrado 2012Pedro Casquilho
 
Τρίτη Εβδομάδα Τιμώμενου Μέλους
Τρίτη Εβδομάδα Τιμώμενου ΜέλουςΤρίτη Εβδομάδα Τιμώμενου Μέλους
Τρίτη Εβδομάδα Τιμώμενου Μέλουςmpiskotos
 
Analisa Financial PT Pelindo III
Analisa Financial PT Pelindo IIIAnalisa Financial PT Pelindo III
Analisa Financial PT Pelindo IIISeptyan A Nugroho
 

Similar to Disease Epidemics and Vaccine Effects (20)

Hindi Quran
Hindi QuranHindi Quran
Hindi Quran
 
The noble-quran-hindi-by-devnagri
The noble-quran-hindi-by-devnagriThe noble-quran-hindi-by-devnagri
The noble-quran-hindi-by-devnagri
 
Numeración
NumeraciónNumeración
Numeración
 
Tabla chi cuadrado
Tabla chi cuadradoTabla chi cuadrado
Tabla chi cuadrado
 
Daftar harga-running-text-murah
Daftar harga-running-text-murahDaftar harga-running-text-murah
Daftar harga-running-text-murah
 
Te dhena statistikore dhe analiza e tyre.
Te dhena statistikore dhe analiza e tyre.Te dhena statistikore dhe analiza e tyre.
Te dhena statistikore dhe analiza e tyre.
 
Tabla chi cuadrado
Tabla chi cuadradoTabla chi cuadrado
Tabla chi cuadrado
 
7tablachicuadrado
7tablachicuadrado7tablachicuadrado
7tablachicuadrado
 
Tabla de chi-cuadrado
Tabla de chi-cuadradoTabla de chi-cuadrado
Tabla de chi-cuadrado
 
Tabla chi cuadrado.
Tabla chi cuadrado.Tabla chi cuadrado.
Tabla chi cuadrado.
 
Tabla chi cuadrado, ESTADISTICA UPLA
Tabla chi cuadrado, ESTADISTICA UPLATabla chi cuadrado, ESTADISTICA UPLA
Tabla chi cuadrado, ESTADISTICA UPLA
 
Pirson
PirsonPirson
Pirson
 
到都市的權利
到都市的權利到都市的權利
到都市的權利
 
Climate change and nrcs practices chambers
Climate change and nrcs practices   chambersClimate change and nrcs practices   chambers
Climate change and nrcs practices chambers
 
房貸本息表
房貸本息表房貸本息表
房貸本息表
 
Tabla de comparacion pago de pmg 2020 completa
Tabla de comparacion pago de pmg 2020 completaTabla de comparacion pago de pmg 2020 completa
Tabla de comparacion pago de pmg 2020 completa
 
Fakta asas tambah, tolak, darab dan bahagi
Fakta asas tambah, tolak, darab dan bahagiFakta asas tambah, tolak, darab dan bahagi
Fakta asas tambah, tolak, darab dan bahagi
 
Tabela qui quadrado 2012
Tabela qui quadrado 2012Tabela qui quadrado 2012
Tabela qui quadrado 2012
 
Τρίτη Εβδομάδα Τιμώμενου Μέλους
Τρίτη Εβδομάδα Τιμώμενου ΜέλουςΤρίτη Εβδομάδα Τιμώμενου Μέλους
Τρίτη Εβδομάδα Τιμώμενου Μέλους
 
Analisa Financial PT Pelindo III
Analisa Financial PT Pelindo IIIAnalisa Financial PT Pelindo III
Analisa Financial PT Pelindo III
 

More from Rubens Zimbres, PhD (20)

GANs Deep Learning Summer School
GANs Deep Learning Summer SchoolGANs Deep Learning Summer School
GANs Deep Learning Summer School
 
Portfolio 8.2 - 2017
Portfolio 8.2 - 2017Portfolio 8.2 - 2017
Portfolio 8.2 - 2017
 
Portfolio 8.1 2017
Portfolio 8.1 2017Portfolio 8.1 2017
Portfolio 8.1 2017
 
Portfolio 7.9 - 2017
Portfolio 7.9 - 2017Portfolio 7.9 - 2017
Portfolio 7.9 - 2017
 
Portfolio 7.8 en 2017
Portfolio 7.8 en 2017Portfolio 7.8 en 2017
Portfolio 7.8 en 2017
 
Portfolio 7.8 - 2016
Portfolio 7.8 - 2016Portfolio 7.8 - 2016
Portfolio 7.8 - 2016
 
My Portfolio 7.7 - Dec 2016
My Portfolio 7.7 - Dec 2016My Portfolio 7.7 - Dec 2016
My Portfolio 7.7 - Dec 2016
 
MNIST_HOT.5.FULL.OK
MNIST_HOT.5.FULL.OKMNIST_HOT.5.FULL.OK
MNIST_HOT.5.FULL.OK
 
Mnist Solution with Wolfram Mathematica
Mnist Solution with Wolfram Mathematica Mnist Solution with Wolfram Mathematica
Mnist Solution with Wolfram Mathematica
 
Iris Dataset Mathematica
Iris Dataset MathematicaIris Dataset Mathematica
Iris Dataset Mathematica
 
Sentiment Analysis with Wolfram Mathematica
Sentiment Analysis with Wolfram MathematicaSentiment Analysis with Wolfram Mathematica
Sentiment Analysis with Wolfram Mathematica
 
Support Vector Machine
Support Vector MachineSupport Vector Machine
Support Vector Machine
 
Ovation semead
Ovation semeadOvation semead
Ovation semead
 
Mestrado.CATI 2006
Mestrado.CATI 2006Mestrado.CATI 2006
Mestrado.CATI 2006
 
Doutorado.Slides v5 - Rubens
Doutorado.Slides v5 - RubensDoutorado.Slides v5 - Rubens
Doutorado.Slides v5 - Rubens
 
planejamento_abc
planejamento_abcplanejamento_abc
planejamento_abc
 
vcs
vcsvcs
vcs
 
Cryptographic model
 Cryptographic model Cryptographic model
Cryptographic model
 
Scrodinger Cat, Quantum theory, CP Violation and Anti-matter
Scrodinger Cat, Quantum theory, CP Violation and Anti-matterScrodinger Cat, Quantum theory, CP Violation and Anti-matter
Scrodinger Cat, Quantum theory, CP Violation and Anti-matter
 
DRIMM project1997
DRIMM project1997DRIMM project1997
DRIMM project1997
 

Recently uploaded

ABO Blood grouping in-compatibility in pregnancy
ABO Blood grouping in-compatibility in pregnancyABO Blood grouping in-compatibility in pregnancy
ABO Blood grouping in-compatibility in pregnancyMs. Sapna Pal
 
7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta
7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta
7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana GuptaLifecare Centre
 
Jual Obat Aborsi Di Dubai UAE Wa 0838-4800-7379 Obat Penggugur Kandungan Cytotec
Jual Obat Aborsi Di Dubai UAE Wa 0838-4800-7379 Obat Penggugur Kandungan CytotecJual Obat Aborsi Di Dubai UAE Wa 0838-4800-7379 Obat Penggugur Kandungan Cytotec
Jual Obat Aborsi Di Dubai UAE Wa 0838-4800-7379 Obat Penggugur Kandungan Cytotecjualobat34
 
Physicochemical properties (descriptors) in QSAR.pdf
Physicochemical properties (descriptors) in QSAR.pdfPhysicochemical properties (descriptors) in QSAR.pdf
Physicochemical properties (descriptors) in QSAR.pdfRAJ K. MAURYA
 
Dr. A Sumathi - LINEARITY CONCEPT OF SIGNIFICANCE.pdf
Dr. A Sumathi - LINEARITY CONCEPT OF SIGNIFICANCE.pdfDr. A Sumathi - LINEARITY CONCEPT OF SIGNIFICANCE.pdf
Dr. A Sumathi - LINEARITY CONCEPT OF SIGNIFICANCE.pdfSumathi Arumugam
 
Physiologic Anatomy of Heart_AntiCopy.pdf
Physiologic Anatomy of Heart_AntiCopy.pdfPhysiologic Anatomy of Heart_AntiCopy.pdf
Physiologic Anatomy of Heart_AntiCopy.pdfMedicoseAcademics
 
Creeping Stroke - Venous thrombosis presenting with pc-stroke.pptx
Creeping Stroke - Venous thrombosis presenting with pc-stroke.pptxCreeping Stroke - Venous thrombosis presenting with pc-stroke.pptx
Creeping Stroke - Venous thrombosis presenting with pc-stroke.pptxYasser Alzainy
 
Top 10 Most Beautiful Chinese Pornstars List 2024
Top 10 Most Beautiful Chinese Pornstars List 2024Top 10 Most Beautiful Chinese Pornstars List 2024
Top 10 Most Beautiful Chinese Pornstars List 2024locantocallgirl01
 
Drug development life cycle indepth overview.pptx
Drug development life cycle indepth overview.pptxDrug development life cycle indepth overview.pptx
Drug development life cycle indepth overview.pptxMohammadAbuzar19
 
Lucknow Call Girls Service { 91X0X0X0X9} ❤️VVIP ROCKY Call Girl in Lucknow Ut...
Lucknow Call Girls Service { 91X0X0X0X9} ❤️VVIP ROCKY Call Girl in Lucknow Ut...Lucknow Call Girls Service { 91X0X0X0X9} ❤️VVIP ROCKY Call Girl in Lucknow Ut...
Lucknow Call Girls Service { 91X0X0X0X9} ❤️VVIP ROCKY Call Girl in Lucknow Ut...Janvi Singh
 
Premium Call Girls Jammu 🧿 7427069034 🧿 High Class Call Girl Service Available
Premium Call Girls Jammu 🧿 7427069034 🧿 High Class Call Girl Service AvailablePremium Call Girls Jammu 🧿 7427069034 🧿 High Class Call Girl Service Available
Premium Call Girls Jammu 🧿 7427069034 🧿 High Class Call Girl Service Availablechaddageeta79
 
💞Call Girls Agra Just Call 🍑👄9084454195 🍑👄 Top Class Call Girl Service Agra A...
💞Call Girls Agra Just Call 🍑👄9084454195 🍑👄 Top Class Call Girl Service Agra A...💞Call Girls Agra Just Call 🍑👄9084454195 🍑👄 Top Class Call Girl Service Agra A...
💞Call Girls Agra Just Call 🍑👄9084454195 🍑👄 Top Class Call Girl Service Agra A...Inaayaeventcompany
 
Female Call Girls Tonk Just Call Dipal 🥰8250077686🥰 Top Class Call Girl Serv...
Female Call Girls Tonk  Just Call Dipal 🥰8250077686🥰 Top Class Call Girl Serv...Female Call Girls Tonk  Just Call Dipal 🥰8250077686🥰 Top Class Call Girl Serv...
Female Call Girls Tonk Just Call Dipal 🥰8250077686🥰 Top Class Call Girl Serv...Dipal Arora
 
The Clean Living Project Episode 23 - Journaling
The Clean Living Project Episode 23 - JournalingThe Clean Living Project Episode 23 - Journaling
The Clean Living Project Episode 23 - JournalingThe Clean Living Project
 
Female Call Girls Jodhpur Just Call Dipal 🥰8250077686🥰 Top Class Call Girl Se...
Female Call Girls Jodhpur Just Call Dipal 🥰8250077686🥰 Top Class Call Girl Se...Female Call Girls Jodhpur Just Call Dipal 🥰8250077686🥰 Top Class Call Girl Se...
Female Call Girls Jodhpur Just Call Dipal 🥰8250077686🥰 Top Class Call Girl Se...Dipal Arora
 
MOTION MANAGEMANT IN LUNG SBRT BY DR KANHU CHARAN PATRO
MOTION MANAGEMANT IN LUNG SBRT BY DR KANHU CHARAN PATROMOTION MANAGEMANT IN LUNG SBRT BY DR KANHU CHARAN PATRO
MOTION MANAGEMANT IN LUNG SBRT BY DR KANHU CHARAN PATROKanhu Charan
 
Call Girls in Lucknow Just Call 👉👉91X0X0X0X9Top Class Call Girl Service Avail...
Call Girls in Lucknow Just Call 👉👉91X0X0X0X9Top Class Call Girl Service Avail...Call Girls in Lucknow Just Call 👉👉91X0X0X0X9Top Class Call Girl Service Avail...
Call Girls in Lucknow Just Call 👉👉91X0X0X0X9Top Class Call Girl Service Avail...Janvi Singh
 
Cardiac Output, Venous Return, and Their Regulation
Cardiac Output, Venous Return, and Their RegulationCardiac Output, Venous Return, and Their Regulation
Cardiac Output, Venous Return, and Their RegulationMedicoseAcademics
 
ANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptx
ANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptxANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptx
ANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptxSwetaba Besh
 
VIP ℂall Girls Arekere Bangalore 6378878445 WhatsApp: Me All Time Serviℂe Ava...
VIP ℂall Girls Arekere Bangalore 6378878445 WhatsApp: Me All Time Serviℂe Ava...VIP ℂall Girls Arekere Bangalore 6378878445 WhatsApp: Me All Time Serviℂe Ava...
VIP ℂall Girls Arekere Bangalore 6378878445 WhatsApp: Me All Time Serviℂe Ava...deepakkumar115120
 

Recently uploaded (20)

ABO Blood grouping in-compatibility in pregnancy
ABO Blood grouping in-compatibility in pregnancyABO Blood grouping in-compatibility in pregnancy
ABO Blood grouping in-compatibility in pregnancy
 
7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta
7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta
7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta
 
Jual Obat Aborsi Di Dubai UAE Wa 0838-4800-7379 Obat Penggugur Kandungan Cytotec
Jual Obat Aborsi Di Dubai UAE Wa 0838-4800-7379 Obat Penggugur Kandungan CytotecJual Obat Aborsi Di Dubai UAE Wa 0838-4800-7379 Obat Penggugur Kandungan Cytotec
Jual Obat Aborsi Di Dubai UAE Wa 0838-4800-7379 Obat Penggugur Kandungan Cytotec
 
Physicochemical properties (descriptors) in QSAR.pdf
Physicochemical properties (descriptors) in QSAR.pdfPhysicochemical properties (descriptors) in QSAR.pdf
Physicochemical properties (descriptors) in QSAR.pdf
 
Dr. A Sumathi - LINEARITY CONCEPT OF SIGNIFICANCE.pdf
Dr. A Sumathi - LINEARITY CONCEPT OF SIGNIFICANCE.pdfDr. A Sumathi - LINEARITY CONCEPT OF SIGNIFICANCE.pdf
Dr. A Sumathi - LINEARITY CONCEPT OF SIGNIFICANCE.pdf
 
Physiologic Anatomy of Heart_AntiCopy.pdf
Physiologic Anatomy of Heart_AntiCopy.pdfPhysiologic Anatomy of Heart_AntiCopy.pdf
Physiologic Anatomy of Heart_AntiCopy.pdf
 
Creeping Stroke - Venous thrombosis presenting with pc-stroke.pptx
Creeping Stroke - Venous thrombosis presenting with pc-stroke.pptxCreeping Stroke - Venous thrombosis presenting with pc-stroke.pptx
Creeping Stroke - Venous thrombosis presenting with pc-stroke.pptx
 
Top 10 Most Beautiful Chinese Pornstars List 2024
Top 10 Most Beautiful Chinese Pornstars List 2024Top 10 Most Beautiful Chinese Pornstars List 2024
Top 10 Most Beautiful Chinese Pornstars List 2024
 
Drug development life cycle indepth overview.pptx
Drug development life cycle indepth overview.pptxDrug development life cycle indepth overview.pptx
Drug development life cycle indepth overview.pptx
 
Lucknow Call Girls Service { 91X0X0X0X9} ❤️VVIP ROCKY Call Girl in Lucknow Ut...
Lucknow Call Girls Service { 91X0X0X0X9} ❤️VVIP ROCKY Call Girl in Lucknow Ut...Lucknow Call Girls Service { 91X0X0X0X9} ❤️VVIP ROCKY Call Girl in Lucknow Ut...
Lucknow Call Girls Service { 91X0X0X0X9} ❤️VVIP ROCKY Call Girl in Lucknow Ut...
 
Premium Call Girls Jammu 🧿 7427069034 🧿 High Class Call Girl Service Available
Premium Call Girls Jammu 🧿 7427069034 🧿 High Class Call Girl Service AvailablePremium Call Girls Jammu 🧿 7427069034 🧿 High Class Call Girl Service Available
Premium Call Girls Jammu 🧿 7427069034 🧿 High Class Call Girl Service Available
 
💞Call Girls Agra Just Call 🍑👄9084454195 🍑👄 Top Class Call Girl Service Agra A...
💞Call Girls Agra Just Call 🍑👄9084454195 🍑👄 Top Class Call Girl Service Agra A...💞Call Girls Agra Just Call 🍑👄9084454195 🍑👄 Top Class Call Girl Service Agra A...
💞Call Girls Agra Just Call 🍑👄9084454195 🍑👄 Top Class Call Girl Service Agra A...
 
Female Call Girls Tonk Just Call Dipal 🥰8250077686🥰 Top Class Call Girl Serv...
Female Call Girls Tonk  Just Call Dipal 🥰8250077686🥰 Top Class Call Girl Serv...Female Call Girls Tonk  Just Call Dipal 🥰8250077686🥰 Top Class Call Girl Serv...
Female Call Girls Tonk Just Call Dipal 🥰8250077686🥰 Top Class Call Girl Serv...
 
The Clean Living Project Episode 23 - Journaling
The Clean Living Project Episode 23 - JournalingThe Clean Living Project Episode 23 - Journaling
The Clean Living Project Episode 23 - Journaling
 
Female Call Girls Jodhpur Just Call Dipal 🥰8250077686🥰 Top Class Call Girl Se...
Female Call Girls Jodhpur Just Call Dipal 🥰8250077686🥰 Top Class Call Girl Se...Female Call Girls Jodhpur Just Call Dipal 🥰8250077686🥰 Top Class Call Girl Se...
Female Call Girls Jodhpur Just Call Dipal 🥰8250077686🥰 Top Class Call Girl Se...
 
MOTION MANAGEMANT IN LUNG SBRT BY DR KANHU CHARAN PATRO
MOTION MANAGEMANT IN LUNG SBRT BY DR KANHU CHARAN PATROMOTION MANAGEMANT IN LUNG SBRT BY DR KANHU CHARAN PATRO
MOTION MANAGEMANT IN LUNG SBRT BY DR KANHU CHARAN PATRO
 
Call Girls in Lucknow Just Call 👉👉91X0X0X0X9Top Class Call Girl Service Avail...
Call Girls in Lucknow Just Call 👉👉91X0X0X0X9Top Class Call Girl Service Avail...Call Girls in Lucknow Just Call 👉👉91X0X0X0X9Top Class Call Girl Service Avail...
Call Girls in Lucknow Just Call 👉👉91X0X0X0X9Top Class Call Girl Service Avail...
 
Cardiac Output, Venous Return, and Their Regulation
Cardiac Output, Venous Return, and Their RegulationCardiac Output, Venous Return, and Their Regulation
Cardiac Output, Venous Return, and Their Regulation
 
ANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptx
ANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptxANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptx
ANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptx
 
VIP ℂall Girls Arekere Bangalore 6378878445 WhatsApp: Me All Time Serviℂe Ava...
VIP ℂall Girls Arekere Bangalore 6378878445 WhatsApp: Me All Time Serviℂe Ava...VIP ℂall Girls Arekere Bangalore 6378878445 WhatsApp: Me All Time Serviℂe Ava...
VIP ℂall Girls Arekere Bangalore 6378878445 WhatsApp: Me All Time Serviℂe Ava...
 

Disease Epidemics and Vaccine Effects

  • 1. In[1]:= Clear["Global`*"] In[2]:= SetDirectory[$UserDocumentsDirectory]; In[3]:= a = Import["Vaccine.xlsx"][[1]]; In[4]:= {a[[1]], a[[2]]}; In[5]:= b = Drop[a, 2]; In[6]:= c[d_] := b[[d]][[#]] & /@ Table[k, {k, 3, 32, 1}] In[7]:= e[f_] := b[[f]][[#]] & /@ Table[k, {k, 63, 92, 1}] In[8]:= g = IntegerPart[c /@ Table[k, {k, 1, Dimensions[b][[1]], 1}]] Out[8]= {{6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 18, 20, 23, 26, 29, 33, 37, 42, 48, 55, 63, 72, 82, 94, 108, 124, 142, 163, 187, 215}, {15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 33, 36, 39, 42, 46, 50, 55, 60, 66, 72, 79, 86, 94, 103, 113, 124, 136, 149, 163}, {9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 33, 36, 39, 42, 46, 50, 55, 60, 66, 72, 79, 86, 94}, {12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 33, 36, 39, 42, 46, 50, 55, 60, 66, 72, 79, 86, 94, 103, 113, 124}, {11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 33, 36, 39, 42, 46, 50, 55, 60, 66, 72, 79, 86, 94, 103, 113, 124}, {9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 33, 36, 39, 42, 46, 50, 55, 60, 66, 72, 79, 86, 94}, {6, 7, 8, 9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772}, {7, 8, 9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772, 926}, {6, 7, 8, 9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772}, {11, 13, 15, 18, 21, 25, 30, 36, 43, 51, 61, 73, 87, 104, 124, 148, 177, 212, 254, 304, 364, 436, 523, 627, 752, 902, 1082, 1298, 1557, 1868}, {8, 9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772, 926, 1111}, {12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772, 926, 1111, 1333, 1599, 1918}, {6, 7, 8, 9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772}, {16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772, 926, 1111, 1333, 1599, 1918, 2301, 2761}, {9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772, 926, 1111, 1333}} In[9]:= h = IntegerPart[e /@ Table[k, {k, 1, Dimensions[b][[1]], 1}]] Out[9]= {{172, 146, 124, 105, 89, 75, 63, 53, 45, 38, 32, 27, 22, 18, 15, 12, 10, 8, 6, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0}, {130, 110, 93, 79, 67, 56, 47, 39, 33, 28, 23, 19, 16, 13, 11, 9, 7, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0}, {75, 63, 53, 45, 38, 32, 27, 22, 18, 15, 12, 10, 8, 6, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {99, 84, 71, 60, 51, 43, 36, 30, 25, 21, 17, 14, 11, 9, 7, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {99, 84, 71, 60, 51, 43, 36, 30, 25, 21, 17, 14, 11, 9, 7, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {75, 63, 53, 45, 38, 32, 27, 22, 18, 15, 12, 10, 8, 6, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {617, 524, 445, 378, 321, 272, 231, 196, 166, 141, 119, 101, 85, 72, 61, 51, 43, 36, 30, 25, 21, 17, 14, 11, 9, 7, 5, 4, 3, 2}, {740, 629, 534, 453, 385, 327, 277, 235, 199, 169, 143, 121, 102, 86, 73, 62, 52, 44, 37, 31, 26, 22, 18, 15, 12, 10, 8, 6, 5, 4}, {617, 524, 445, 378, 321, 272, 231, 196, 166, 141, 119, 101, 85, 72, 61, 51, 43, 36, 30, 25, 21, 17, 14, 11, 9, 7, 5, 4, 3, 2}, {1494, 1269, 1078, 916, 778, 661, 561, 476, 404, 343, 291, 247, 209, 177, 150, 127, 107, 90, 76, 64, 54, 45, 38, 32, 27, 22, 18, 15, 12, 10}, {888, 754, 640, 544, 462, 392, 333, 283, 240, 204, 173, 147, 124, 105, 89, 75, 63, 53, 45, 38, 32, 27, 22, 18, 15, 12, 10, 8, 6, 5}, {1534, 1303, 1107, 940, 799, 679, 577, 490, 416, 353, 300, 255, 216, 183, 155, 131, 111, 94, 79, 67, 56, 47, 39, 33, 28, 23, 19, 16, 13, 11}, {617, 524, 445, 378, 321, 272, 231, 196, 166, 141, 119, 101, 85, 72, 61, 51, 43, 36, 30, 25, 21, 17, 14, 11, 9, 7, 5, 4, 3, 2}, {2208, 1876, 1594, 1354, 1150, 977, 830, 705, 599, 509, 432, 367, 311, 264, 224, 190, 161, 136, 115, 97, 82, 69, 58, 49, 41, 34, 28, 23, 19, 16}, {1066, 906, 770, 654, 555, 471, 400, 340, 289, 245, 208, 176, 149, 126, 107, 90, 76, 64, 54, 45, 38, 32, 27, 22, 18, 15, 12, 10, 8, 6}} In[10]:= CASES Out[10]= CASES
  • 2. In[11]:= i = Flatten[{g[[#]], h[[#]]}] & /@ Table[k, {k, 1, Dimensions[h][[1]], 1}] Out[11]= {{6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 18, 20, 23, 26, 29, 33, 37, 42, 48, 55, 63, 72, 82, 94, 108, 124, 142, 163, 187, 215, 172, 146, 124, 105, 89, 75, 63, 53, 45, 38, 32, 27, 22, 18, 15, 12, 10, 8, 6, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0}, {15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 33, 36, 39, 42, 46, 50, 55, 60, 66, 72, 79, 86, 94, 103, 113, 124, 136, 149, 163, 130, 110, 93, 79, 67, 56, 47, 39, 33, 28, 23, 19, 16, 13, 11, 9, 7, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0}, {9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 33, 36, 39, 42, 46, 50, 55, 60, 66, 72, 79, 86, 94, 75, 63, 53, 45, 38, 32, 27, 22, 18, 15, 12, 10, 8, 6, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 33, 36, 39, 42, 46, 50, 55, 60, 66, 72, 79, 86, 94, 103, 113, 124, 99, 84, 71, 60, 51, 43, 36, 30, 25, 21, 17, 14, 11, 9, 7, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 33, 36, 39, 42, 46, 50, 55, 60, 66, 72, 79, 86, 94, 103, 113, 124, 99, 84, 71, 60, 51, 43, 36, 30, 25, 21, 17, 14, 11, 9, 7, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 33, 36, 39, 42, 46, 50, 55, 60, 66, 72, 79, 86, 94, 75, 63, 53, 45, 38, 32, 27, 22, 18, 15, 12, 10, 8, 6, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {6, 7, 8, 9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772, 617, 524, 445, 378, 321, 272, 231, 196, 166, 141, 119, 101, 85, 72, 61, 51, 43, 36, 30, 25, 21, 17, 14, 11, 9, 7, 5, 4, 3, 2}, {7, 8, 9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772, 926, 740, 629, 534, 453, 385, 327, 277, 235, 199, 169, 143, 121, 102, 86, 73, 62, 52, 44, 37, 31, 26, 22, 18, 15, 12, 10, 8, 6, 5, 4}, {6, 7, 8, 9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772, 617, 524, 445, 378, 321, 272, 231, 196, 166, 141, 119, 101, 85, 72, 61, 51, 43, 36, 30, 25, 21, 17, 14, 11, 9, 7, 5, 4, 3, 2}, {11, 13, 15, 18, 21, 25, 30, 36, 43, 51, 61, 73, 87, 104, 124, 148, 177, 212, 254, 304, 364, 436, 523, 627, 752, 902, 1082, 1298, 1557, 1868, 1494, 1269, 1078, 916, 778, 661, 561, 476, 404, 343, 291, 247, 209, 177, 150, 127, 107, 90, 76, 64, 54, 45, 38, 32, 27, 22, 18, 15, 12, 10}, {8, 9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772, 926, 1111, 888, 754, 640, 544, 462, 392, 333, 283, 240, 204, 173, 147, 124, 105, 89, 75, 63, 53, 45, 38, 32, 27, 22, 18, 15, 12, 10, 8, 6, 5}, {12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772, 926, 1111, 1333, 1599, 1918, 1534, 1303, 1107, 940, 799, 679, 577, 490, 416, 353, 300, 255, 216, 183, 155, 131, 111, 94, 79, 67, 56, 47, 39, 33, 28, 23, 19, 16, 13, 11}, {6, 7, 8, 9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772, 617, 524, 445, 378, 321, 272, 231, 196, 166, 141, 119, 101, 85, 72, 61, 51, 43, 36, 30, 25, 21, 17, 14, 11, 9, 7, 5, 4, 3, 2}, {16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772, 926, 1111, 1333, 1599, 1918, 2301, 2761, 2208, 1876, 1594, 1354, 1150, 977, 830, 705, 599, 509, 432, 367, 311, 264, 224, 190, 161, 136, 115, 97, 82, 69, 58, 49, 41, 34, 28, 23, 19, 16}, {9, 10, 12, 14, 16, 19, 22, 26, 31, 37, 44, 52, 62, 74, 88, 105, 126, 151, 181, 217, 260, 312, 374, 448, 537, 644, 772, 926, 1111, 1333, 1066, 906, 770, 654, 555, 471, 400, 340, 289, 245, 208, 176, 149, 126, 107, 90, 76, 64, 54, 45, 38, 32, 27, 22, 18, 15, 12, 10, 8, 6}} In[12]:= j0 = StringJoin[{b[[#]][[1]], "-", "Male"}] & /@ Table[k, {k, 1, Dimensions[b][[1]], 2}] Out[12]= {California-Male, Texas-Male, NewYork-Male, Virginia-Male, Wyoming-Male, Florida-Male, Ohio-Male, Colorado-Male} In[13]:= j1 = StringJoin[{b[[#]][[1]], "-", "Female"}] & /@ Table[k, {k, 2, Dimensions[b][[1]], 2}] Out[13]= {Texas-Female, NewYork-Female, Virginia-Female, Wyoming-Female, Florida-Female, Ohio-Female, Colorado-Female} In[14]:= j = Flatten[Thread[{j0, j1}]] Thread::tdlen : Objects of unequal length in California-Male, Texas-Male, NewYork-Male, Virginia-Male, Wyoming-Male, Florida-Male, Ohio-Male, Colorado-Male, Texas-Female, NewYork-Female, Virginia-Female, Wyoming-Female, Florida-Female, Ohio-Female, Colorado-Female cannot be combined.  Out[14]= {California-Male, Texas-Male, NewYork-Male, Virginia-Male, Wyoming-Male, Florida-Male, Ohio-Male, Colorado-Male, Texas-Female, NewYork-Female, Virginia-Female, Wyoming-Female, Florida-Female, Ohio-Female, Colorado-Female} In[15]:= DISEASE EVOLUTION OVER TIME Out[15]= DISEASE EVOLUTION OVER TIME 2 Vaccine.2.nb
  • 3. In[33]:= MatrixPlot[i, Mesh → True, ImageSize → 900, MeshStyle → Blue, ColorFunction → Hue, FrameTicks → {{#, None} &[Transpose[{Range[Length[#]], #} &@j]], {All, None}}, PlotLegends → Automatic, PlotLabel → "DISEASE EVOLUTION OVER TIME"] Out[33]= 1 20 40 60 California-Male Texas-Male NewYork-Male Virginia-Male Wyoming-Male Florida-Male Ohio-Male Colorado-Male Texas-Female NewYork-Female Virginia-Female Wyoming-Female Florida-Female Ohio-Female Colorado-Female DISEASE EVOLUTION OVER TIME 0 500 900 1400 1800 2300 2700 Vaccine.2.nb 3
  • 4. In[35]:= ListPlot3D[i, ImageSize → 700, ColorFunction → "NeonColors", PlotLabel → "DISEASE EVOLUTION OVER TIME", Boxed → True, AxesLabel → { "TIME", "STATES", "CASES"}, PlotLegends → Automatic, PlotRange → {{0, 60}, {0, 16}, {0, 2500}}] Out[35]= 0 500 1000 1500 2000 2500 In[18]:= DEATHS Out[18]= DEATHS In[19]:= c3[d3_] := b[[d3]][[#]] & /@ Table[k, {k, 33, 62, 1}] In[20]:= e3[f3_] := b[[f3]][[#]] & /@ Table[k, {k, 93, 122, 1}] In[21]:= g3 = IntegerPart[c3 /@ Table[k, {k, 1, Dimensions[b][[1]], 1}]] Out[21]= {{0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 4, 4, 5, 6, 7, 8, 9, 11, 12, 14, 16, 19}, {1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 6, 7, 7, 8, 9, 10, 11, 12, 13, 14}, {0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 6, 7, 7, 8}, {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 6, 7, 7, 8, 9, 10, 11}, {0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 6, 7, 7, 8, 9, 10, 11}, {0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 6, 7, 7, 8}, {0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69}, {0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 83}, {0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69}, {0, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 15, 19, 22, 27, 32, 39, 47, 56, 67, 81, 97, 116, 140, 168}, {0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 83, 99}, {1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 83, 99, 119, 143, 172}, {0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69}, {1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 83, 99, 119, 143, 172, 207, 248}, {0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 83, 99, 119}} In[22]:= h3 = IntegerPart[e3 /@ Table[k, {k, 1, Dimensions[b][[1]], 1}]] Out[22]= {{15, 13, 11, 9, 8, 6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {11, 9, 8, 7, 6, 5, 4, 3, 2, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {8, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {8, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {55, 47, 40, 34, 28, 24, 20, 17, 14, 12, 10, 9, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0}, {66, 56, 48, 40, 34, 29, 24, 21, 17, 15, 12, 10, 9, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0}, {55, 47, 40, 34, 28, 24, 20, 17, 14, 12, 10, 9, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0}, {134, 114, 97, 82, 70, 59, 50, 42, 36, 30, 26, 22, 18, 15, 13, 11, 9, 8, 6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0}, {79, 67, 57, 48, 41, 35, 29, 25, 21, 18, 15, 13, 11, 9, 8, 6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0}, {138, 117, 99, 84, 71, 61, 51, 44, 37, 31, 27, 22, 19, 16, 13, 11, 9, 8, 7, 6, 5, 4, 3, 2, 2, 2, 1, 1, 1, 0}, {55, 47, 40, 34, 28, 24, 20, 17, 14, 12, 10, 9, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0}, {198, 168, 143, 121, 103, 87, 74, 63, 53, 45, 38, 33, 27, 23, 20, 17, 14, 12, 10, 8, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1}, {95, 81, 69, 58, 49, 42, 36, 30, 26, 22, 18, 15, 13, 11, 9, 8, 6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0}} 4 Vaccine.2.nb
  • 5. In[23]:= i3 = Flatten[{g3[[#]], h3[[#]]}] & /@ Table[k, {k, 1, Dimensions[h][[1]], 1}] Out[23]= {{0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 4, 4, 5, 6, 7, 8, 9, 11, 12, 14, 16, 19, 15, 13, 11, 9, 8, 6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 6, 7, 7, 8, 9, 10, 11, 12, 13, 14, 11, 9, 8, 7, 6, 5, 4, 3, 2, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 6, 7, 7, 8, 6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 6, 7, 7, 8, 9, 10, 11, 8, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 6, 7, 7, 8, 9, 10, 11, 8, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 6, 7, 7, 8, 6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 55, 47, 40, 34, 28, 24, 20, 17, 14, 12, 10, 9, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 83, 66, 56, 48, 40, 34, 29, 24, 21, 17, 15, 12, 10, 9, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 55, 47, 40, 34, 28, 24, 20, 17, 14, 12, 10, 9, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0}, {0, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 15, 19, 22, 27, 32, 39, 47, 56, 67, 81, 97, 116, 140, 168, 134, 114, 97, 82, 70, 59, 50, 42, 36, 30, 26, 22, 18, 15, 13, 11, 9, 8, 6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0}, {0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 83, 99, 79, 67, 57, 48, 41, 35, 29, 25, 21, 18, 15, 13, 11, 9, 8, 6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0}, {1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 83, 99, 119, 143, 172, 138, 117, 99, 84, 71, 61, 51, 44, 37, 31, 27, 22, 19, 16, 13, 11, 9, 8, 7, 6, 5, 4, 3, 2, 2, 2, 1, 1, 1, 0}, {0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 55, 47, 40, 34, 28, 24, 20, 17, 14, 12, 10, 9, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0}, {1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 83, 99, 119, 143, 172, 207, 248, 198, 168, 143, 121, 103, 87, 74, 63, 53, 45, 38, 33, 27, 23, 20, 17, 14, 12, 10, 8, 7, 6, 5, 4, 3, 3, 2, 2, 1, 1}, {0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 83, 99, 119, 95, 81, 69, 58, 49, 42, 36, 30, 26, 22, 18, 15, 13, 11, 9, 8, 6, 5, 4, 4, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0}} In[34]:= MatrixPlot[i3, Mesh → True, ImageSize → 900, MeshStyle → Blue, ColorFunction → "GreenPinkTones", FrameTicks → {{#, None} &[Transpose[{Range[Length[#]], #} &@j]], {All, None}}, PlotLegends → Automatic, PlotLabel → "DEATHS OVER TIME"] Out[34]= 1 20 40 60 California-Male Texas-Male NewYork-Male Virginia-Male Wyoming-Male Florida-Male Ohio-Male Colorado-Male Texas-Female NewYork-Female Virginia-Female Wyoming-Female Florida-Female Ohio-Female Colorado-Female DEATHS OVER TIME 0 50 100 150 200 240 In[25]:= CONTAMINATION BEFORE VACCINE Out[25]= BEFORE CONTAMINATION VACCINE Vaccine.2.nb 5
  • 6. In[26]:= ListLinePlot[{Total[g[[#]] & /@ Table[k, {k, 1, Dimensions[h][[1]], 2}]], Total[g[[#]] & /@ Table[k, {k, 2, Dimensions[h3][[1]], 2}]]}, PlotStyle → Thick, InterpolationOrder → 0, ImageSize → 500, PlotStyle → {Blue, Pink}, PlotLabel → "CONTAMINATION BEFORE VACCINE"] Out[26]= 5 10 15 20 25 30 2000 4000 6000 8000 CONTAMINATION BEFORE VACCINE In[27]:= DEATHS MALES AFTER VACCINE; In[28]:= {ListLinePlot[h3[[#]] & /@ Table[k, {k, 1, Dimensions[h3][[1]], 2}], InterpolationOrder → 0, ImageSize → 500, PlotLabel -> "MALE DEATHS AFTER VACCINE PER STATE", PlotStyle → Thick], ListLinePlot[h3[[#]] & /@ Table[k, {k, 2, Dimensions[h3][[1]], 2}], InterpolationOrder → 0, ImageSize → 500, PlotLabel -> "FEMALE DEATHS AFTER VACCINE PER STATE", PlotStyle → Thick]} Out[28]=  5 10 15 20 25 30 10 20 30 40 MALE DEATHS AFTER VACCINE PER STATE , 5 10 15 20 25 30 20 40 60 FEMALE DEATHS AFTER VACCINE PER STATE  In[29]:= DEATHS ALL STATES MALE AND FEMALE AFTER VACCINE Out[29]= AFTER ALL AND DEATHS FEMALE MALE STATES VACCINE 6 Vaccine.2.nb
  • 7. In[30]:= ListLinePlot[{Total[h3[[#]] & /@ Table[k, {k, 1, Dimensions[h3][[1]], 2}]], Total[h3[[#]] & /@ Table[k, {k, 2, Dimensions[h3][[1]], 2}]]}, PlotStyle → Thick, InterpolationOrder → 0, ImageSize → 500, PlotStyle → {Blue, Pink}, PlotLabel → "MALE AND FEMALE DEATHS AFTER VACCINE"] Out[30]= 5 10 15 20 25 30 100 200 300 400 500 MALE AND FEMALE DEATHS AFTER VACCINE In[31]:= DISEASE EVOLUTION OVER TIME Out[31]= DISEASE EVOLUTION OVER TIME In[32]:= ListLinePlot[{Total[i3[[#]] & /@ Table[k, {k, 1, Dimensions[h][[1]], 2}]], Total[i3[[#]] & /@ Table[k, {k, 2, Dimensions[h3][[1]], 2}]]}, PlotStyle → Thick, InterpolationOrder → 0, ImageSize → 500, PlotStyle → {Blue, Pink}, PlotLabel → "DISEASE EVOLUTION"] Out[32]= 10 20 30 40 50 60 100 200 300 400 500 600 700 DISEASE EVOLUTION Vaccine.2.nb 7