(* Content-type: application/mathematica *) (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) (* CreatedBy='Mathematica 6.0' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 145, 7] NotebookDataLength[ 149578, 6070] NotebookOptionsPosition[ 141925, 5814] NotebookOutlinePosition[ 142604, 5840] CellTagsIndexPosition[ 142561, 5837] WindowFrame->Normal ContainsDynamic->False*) (* Beginning of Notebook Content *) Notebook[{ Cell["\<\ Local Mate Competition (LMC). Here we are interested in the question: how \ does the number of mates affect the proportion of resources that should be \ allocated by a hermaphrodite to male and females function in order to \ maximize individual fitness? \ \>", "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[TextData[{ "DEFINING THE VARIABLES...\na", StyleBox["i", FontVariations->{"CompatibilityType"->"Subscript"}], " = allocation to male function by the ith hermaphrodite in the population. \ \na = average allocation to male function in the population (this was a* in \ lecture, but I can't use the star here, because it is used exclusively by \ Mathematica as the multiplication symbol.)\nR = Total resource base for \ reproduction\nk = the number of mates\nV = The reproductive value though male \ fuction\nW", StyleBox["m", FontVariations->{"CompatibilityType"->"Subscript"}], " = Fitness through male function\nW", StyleBox["f", FontVariations->{"CompatibilityType"->"Subscript"}], " = Fitness though female function (assuming Bateman's principle).\nW", StyleBox["i", FontVariations->{"CompatibilityType"->"Subscript"}], " = Fitness of the ith individual (Wf + Wm)" }], "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[TextData[{ "\nFIRST WE DEFINE FITNESS THROUGH FEMALE FUNCTION, W", StyleBox["f.", FontVariations->{"CompatibilityType"->"Subscript"}], "\n" }], "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[0, 0, 1]], Cell[TextData[{ StyleBox["(", FontFamily->"Helvetica", FontColor->RGBColor[0, 0, 1]], StyleBox["Put the cursor anywhere in the bracket below and press \ \"SHIFT-RETURN.\" This will store W", FontFamily->"Helvetica", FontSize->10, FontColor->RGBColor[0, 0, 1]], StyleBox["f", FontFamily->"Helvetica", FontSize->10, FontVariations->{"CompatibilityType"->"Subscript"}, FontColor->RGBColor[0, 0, 1]], StyleBox[" in memory)", FontFamily->"Helvetica", FontSize->10, FontColor->RGBColor[0, 0, 1]] }], "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[CellGroupData[{ Cell["Wf = R*(1 - ai)", "Input", AspectRatioFixed->True], Cell[BoxData[ RowBox[{ RowBox[{"(", RowBox[{"1", "-", "ai"}], ")"}], " ", "R"}]], "Output"] }, Open ]], Cell[TextData[{ "NEXT DEFINE FITNESS THROUGH MALE FUNCTION, W", StyleBox["m. ", FontVariations->{"CompatibilityType"->"Subscript"}], StyleBox["V is the reproductive value of male function, which will be \ defined shortly.", FontColor->RGBColor[1, 0, 0]], "\n" }], "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[0, 0, 1]], Cell[TextData[{ StyleBox["(", FontFamily->"Helvetica", FontColor->RGBColor[0, 0, 1]], StyleBox["Put the cursor anywhere in the bracket below and press \ \"SHIFT-RETURN.\")", FontFamily->"Helvetica", FontSize->10, FontColor->RGBColor[0, 0, 1]] }], "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[CellGroupData[{ Cell["Wm = V*R*ai", "Input", AspectRatioFixed->True], Cell[BoxData[ RowBox[{"ai", " ", "R", " ", "V"}]], "Output"] }, Open ]], Cell["\<\ NOW DEFINE THE VARIABLE, V, AS THE RATIO OF EGGS IN THE POPULATION TO SPERM \ IN THE POPULATION. \ \>", "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[0, 0, 1]], Cell[TextData[{ StyleBox["(", FontFamily->"Helvetica", FontColor->RGBColor[0, 0, 1]], StyleBox["Put the cursor anywhere in the bracket below and press \ \"SHIFT-RETURN.\")", FontFamily->"Helvetica", FontSize->10, FontColor->RGBColor[0, 0, 1]] }], "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[CellGroupData[{ Cell["V = (k*(1 - a))/((k - 1)*a + ai)", "Input", AspectRatioFixed->True], Cell[BoxData[ FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"1", "-", "a"}], ")"}], " ", "k"}], RowBox[{"ai", "+", RowBox[{"a", " ", RowBox[{"(", RowBox[{ RowBox[{"-", "1"}], "+", "k"}], ")"}]}]}]]], "Output"] }, Open ]], Cell["\<\ TOTAL FITNESS OF THE INDIVIDUAL IS THE SUM OF FITNESS THROUGH FEMALE + MALE \ FUNCTION. \ \>", "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[0, 0, 1]], Cell[TextData[{ StyleBox["(", FontFamily->"Helvetica", FontColor->RGBColor[0, 0, 1]], StyleBox["Put the cursor anywhere in the bracket below and press \ \"SHIFT-RETURN.\")", FontFamily->"Helvetica", FontSize->10, FontColor->RGBColor[0, 0, 1]] }], "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[CellGroupData[{ Cell["Wi = Wf + Wm", "Input", AspectRatioFixed->True], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"(", RowBox[{"1", "-", "ai"}], ")"}], " ", "R"}], "+", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"1", "-", "a"}], ")"}], " ", "ai", " ", "k", " ", "R"}], RowBox[{"ai", "+", RowBox[{"a", " ", RowBox[{"(", RowBox[{ RowBox[{"-", "1"}], "+", "k"}], ")"}]}]}]]}]], "Output"] }, Open ]], Cell["\<\ NOW CALCULATE THE FIRST DERIVATIVE OF INDIVIDUAL FITNESS WITH RESPECT TO \ ALLOCATION TO MALE FUNCTION. \ \>", "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[0, 0, 1]], Cell[TextData[{ StyleBox["(", FontFamily->"Helvetica", FontColor->RGBColor[0, 0, 1]], StyleBox["Put the cursor anywhere in the bracket below and press \ \"SHIFT-RETURN.\")", FontFamily->"Helvetica", FontSize->10, FontColor->RGBColor[0, 0, 1]] }], "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[CellGroupData[{ Cell["Firstder = D[Wi, ai]", "Input", AspectRatioFixed->True], Cell[BoxData[ RowBox[{ RowBox[{"-", "R"}], "-", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"1", "-", "a"}], ")"}], " ", "ai", " ", "k", " ", "R"}], SuperscriptBox[ RowBox[{"(", RowBox[{"ai", "+", RowBox[{"a", " ", RowBox[{"(", RowBox[{ RowBox[{"-", "1"}], "+", "k"}], ")"}]}]}], ")"}], "2"]], "+", FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"1", "-", "a"}], ")"}], " ", "k", " ", "R"}], RowBox[{"ai", "+", RowBox[{"a", " ", RowBox[{"(", RowBox[{ RowBox[{"-", "1"}], "+", "k"}], ")"}]}]}]]}]], "Output"] }, Open ]], Cell["\<\ CALCULATE THE SECOND DERIVATIVE OF INDIVIDUAL FITNESS AS A FUNCTION OF ITS \ ALLOCATION TO MALE FUNCTION. Remember, local stability requires a negative \ second derivative \ \>", "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[0, 0, 1]], Cell[TextData[{ StyleBox["(", FontFamily->"Helvetica", FontColor->RGBColor[0, 0, 1]], StyleBox["Put the cursor anywhere in the bracket below and press \ \"SHIFT-RETURN.\")", FontFamily->"Helvetica", FontSize->10, FontColor->RGBColor[0, 0, 1]] }], "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[CellGroupData[{ Cell["Secondder = D[Firstder, ai]", "Input", AspectRatioFixed->True], Cell[BoxData[ RowBox[{ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "-", "a"}], ")"}], " ", "ai", " ", "k", " ", "R"}], SuperscriptBox[ RowBox[{"(", RowBox[{"ai", "+", RowBox[{"a", " ", RowBox[{"(", RowBox[{ RowBox[{"-", "1"}], "+", "k"}], ")"}]}]}], ")"}], "3"]], "-", FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "-", "a"}], ")"}], " ", "k", " ", "R"}], SuperscriptBox[ RowBox[{"(", RowBox[{"ai", "+", RowBox[{"a", " ", RowBox[{"(", RowBox[{ RowBox[{"-", "1"}], "+", "k"}], ")"}]}]}], ")"}], "2"]]}]], "Output"] }, Open ]], Cell["\<\ SIMPLIFY THE SECOND DERIVATIVE. \ \>", "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[0, 0, 1]], Cell[TextData[{ StyleBox["(", FontFamily->"Helvetica", FontColor->RGBColor[0, 0, 1]], StyleBox["Put the cursor anywhere in the bracket below and press \ \"SHIFT-RETURN.\")", FontFamily->"Helvetica", FontSize->10, FontColor->RGBColor[0, 0, 1]] }], "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[CellGroupData[{ Cell["Simplify [Secondder]", "Input", AspectRatioFixed->True], Cell[BoxData[ FractionBox[ RowBox[{"2", " ", RowBox[{"(", RowBox[{ RowBox[{"-", "1"}], "+", "a"}], ")"}], " ", "a", " ", RowBox[{"(", RowBox[{ RowBox[{"-", "1"}], "+", "k"}], ")"}], " ", "k", " ", "R"}], SuperscriptBox[ RowBox[{"(", RowBox[{"ai", "+", RowBox[{"a", " ", RowBox[{"(", RowBox[{ RowBox[{"-", "1"}], "+", "k"}], ")"}]}]}], ")"}], "3"]]], "Output"] }, Open ]], Cell[TextData[{ "\nNote that the second derivative is less that zero when the numerator is \ negative, which is true whenever k > 1 AND a < 1. Hence for k > 1 (i.e., \ more than one mate) and a < 1 (i.e., less than 100% allocation to male \ function in the population), we can find a locally stable ESS by setting a", StyleBox["i", FontVariations->{"CompatibilityType"->"Subscript"}], " = a and solving for the case when the first derivative equal to zero.\n\n\ SET a", StyleBox["i", FontVariations->{"CompatibilityType"->"Subscript"}], " = a. REMEMBER WHEN THE POPULATION IS AT THE ESS, INDIVIDUAL FITNESS \ SHOULD BE MAXIMIZED AT THE ESS.\n\n" }], "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[0, 0, 1]], Cell[TextData[{ StyleBox["(", FontFamily->"Helvetica", FontColor->RGBColor[0, 0, 1]], StyleBox["Put the cursor anywhere in the bracket below and press \ \"SHIFT-RETURN.\")", FontFamily->"Helvetica", FontSize->10, FontColor->RGBColor[0, 0, 1]] }], "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[CellGroupData[{ Cell["ai = a", "Input", AspectRatioFixed->True], Cell[BoxData["a"], "Output"] }, Open ]], Cell["\<\ SET THE FIRST DERIVATIVE EQUAL TO ZERO AND SOLVE FOR a. \ \>", "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[0, 0, 1]], Cell[TextData[{ StyleBox["(", FontFamily->"Helvetica", FontColor->RGBColor[0, 0, 1]], StyleBox["Put the cursor anywhere in the bracket below and press \ \"SHIFT-RETURN.\")", FontFamily->"Helvetica", FontSize->10, FontColor->RGBColor[0, 0, 1]] }], "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[CellGroupData[{ Cell["Solve [Firstder == 0, a]", "Input", AspectRatioFixed->True], Cell[BoxData[ RowBox[{"{", RowBox[{"{", RowBox[{"a", "\[Rule]", FractionBox[ RowBox[{ RowBox[{"-", "1"}], "+", "k"}], RowBox[{ RowBox[{"-", "1"}], "+", RowBox[{"2", " ", "k"}]}]]}], "}"}], "}"}]], "Output"] }, Open ]], Cell[TextData[{ "\nHence the allocation to male function, a, at \nthe ESS is:\n\n", StyleBox[" a = (k-1)/(2k - 1)", FontColor->RGBColor[1, 0, 0]] }], "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[0, 0, 1]], Cell[TextData[StyleBox["Now set the population allocation, a, at the ESS", FontFamily->"Helvetica", FontColor->RGBColor[0, 0, 1]]], "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[TextData[{ StyleBox["(", FontFamily->"Helvetica", FontColor->RGBColor[0, 0, 1]], StyleBox["Put the cursor anywhere in the bracket below and press \ \"SHIFT-RETURN.\")", FontFamily->"Helvetica", FontSize->10, FontColor->RGBColor[0, 0, 1]] }], "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[CellGroupData[{ Cell["\<\ a = (k - 1)/(2*k -1)\ \>", "Input", AspectRatioFixed->True], Cell[BoxData[ FractionBox[ RowBox[{ RowBox[{"-", "1"}], "+", "k"}], RowBox[{ RowBox[{"-", "1"}], "+", RowBox[{"2", " ", "k"}]}]]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Simplify", "[", "Secondder", "]"}]], "Input"], Cell[BoxData[ FractionBox[ RowBox[{ RowBox[{"(", RowBox[{"2", "-", RowBox[{"4", " ", "k"}]}], ")"}], " ", "R"}], RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"-", "1"}], "+", "k"}], ")"}], " ", "k"}]]], "Output"] }, Open ]], Cell[TextData[StyleBox["So, the second derivative is negative for all values \ of k > 1. \nNow let the individual allocation, ai, be a variable again. So \ (ai) is no longer equal to (a). The purpose is to graph individual fitness \ as a function of ai when the population is at the ESS. We would expect that \ Wi is maximized under this condition when ai converges on a.\n\nI'm also \ going to set the Resources equal to 1 unit.\n", FontFamily->"Helvetica", FontWeight->"Bold"]], "Text", Evaluatable->False, AspectRatioFixed->True, FontColor->RGBColor[0, 0, 1]], Cell[TextData[{ StyleBox["(", FontFamily->"Helvetica", FontColor->RGBColor[0, 0, 1]], StyleBox["Put the cursor anywhere in the bracket below and press \ \"SHIFT-RETURN.\")", FontFamily->"Helvetica", FontSize->10, FontColor->RGBColor[0, 0, 1]] }], "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[CellGroupData[{ Cell["\<\ ai = . R=1\ \>", "Input", AspectRatioFixed->True], Cell[BoxData["1"], "Output"] }, Open ]], Cell[TextData[StyleBox["\nNow, for the crux of the bisquit. Let there be two \ mates (k = 2).\n", FontFamily->"Helvetica", FontWeight->"Bold"]], "Text", Evaluatable->False, AspectRatioFixed->True, FontColor->RGBColor[0, 0, 1]], Cell[TextData[{ StyleBox["(", FontFamily->"Helvetica", FontColor->RGBColor[0, 0, 1]], StyleBox["Put the cursor anywhere in the bracket below and press \ \"SHIFT-RETURN.\")", FontFamily->"Helvetica", FontSize->10, FontColor->RGBColor[0, 0, 1]] }], "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[CellGroupData[{ Cell["k=2", "Input", AspectRatioFixed->True], Cell[BoxData["2"], "Output"] }, Open ]], Cell["\<\ The ESS can be found for two mates by simplifying the population allocation, \ a.\ \>", "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[0, 0, 1]], Cell[TextData[{ StyleBox["(", FontFamily->"Helvetica", FontColor->RGBColor[0, 0, 1]], StyleBox["Put the cursor anywhere in the bracket below and press \ \"SHIFT-RETURN.\")", FontFamily->"Helvetica", FontSize->10, FontColor->RGBColor[0, 0, 1]] }], "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[CellGroupData[{ Cell["Simplify [a]", "Input", AspectRatioFixed->True], Cell[BoxData[ FractionBox["1", "3"]], "Output"] }, Open ]], Cell[TextData[{ "Hence, the ESS is at 0.333.\n\nNow, let's plot the relationship between \ fitness through ", StyleBox["male", FontVariations->{"Underline"->True}], " function and the allocation by the ith individual to male function." }], "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[0, 0, 1]], Cell[TextData[{ StyleBox["(", FontFamily->"Helvetica", FontColor->RGBColor[0, 0, 1]], StyleBox["Put the cursor anywhere in the bracket below and press \ \"SHIFT-RETURN.\")", FontFamily->"Helvetica", FontSize->10, FontColor->RGBColor[0, 0, 1]] }], "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[CellGroupData[{ Cell[TextData[{ "Plot [{Wm}, {ai, 0, 1}, \nAxesLabel->{\"a", StyleBox["i", FontVariations->{"CompatibilityType"->"Subscript"}], "\",\"W", StyleBox["m", FontVariations->{"CompatibilityType"->"Subscript"}], "\"}]" }], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.952381 0.0147151 0.588604 [ [.21429 .00222 -9 -9 ] [.21429 .00222 9 0 ] [.40476 .00222 -9 -9 ] [.40476 .00222 9 0 ] [.59524 .00222 -9 -9 ] [.59524 .00222 9 0 ] [.78571 .00222 -9 -9 ] [.78571 .00222 9 0 ] [.97619 .00222 -3 -9 ] [.97619 .00222 3 0 ] [1.025 .01472 0 -6 ] [1.025 .01472 52 6 ] [.01131 .13244 -18 -4.5 ] [.01131 .13244 0 4.5 ] [.01131 .25016 -18 -4.5 ] [.01131 .25016 0 4.5 ] [.01131 .36788 -18 -4.5 ] [.01131 .36788 0 4.5 ] [.01131 .4856 -18 -4.5 ] [.01131 .4856 0 4.5 ] [.01131 .60332 -6 -4.5 ] [.01131 .60332 0 4.5 ] [.02381 .64303 -26.0625 0 ] [.02381 .64303 26.0625 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .21429 .01472 m .21429 .02097 L s [(0.2)] .21429 .00222 0 1 Mshowa .40476 .01472 m .40476 .02097 L s [(0.4)] .40476 .00222 0 1 Mshowa .59524 .01472 m .59524 .02097 L s [(0.6)] .59524 .00222 0 1 Mshowa .78571 .01472 m .78571 .02097 L s [(0.8)] .78571 .00222 0 1 Mshowa .97619 .01472 m .97619 .02097 L s [(1)] .97619 .00222 0 1 Mshowa .125 Mabswid .07143 .01472 m .07143 .01847 L s .11905 .01472 m .11905 .01847 L s .16667 .01472 m .16667 .01847 L s .2619 .01472 m .2619 .01847 L s .30952 .01472 m .30952 .01847 L s .35714 .01472 m .35714 .01847 L s .45238 .01472 m .45238 .01847 L s .5 .01472 m .5 .01847 L s .54762 .01472 m .54762 .01847 L s .64286 .01472 m .64286 .01847 L s .69048 .01472 m .69048 .01847 L s .7381 .01472 m .7381 .01847 L s .83333 .01472 m .83333 .01847 L s .88095 .01472 m .88095 .01847 L s .92857 .01472 m .92857 .01847 L s .25 Mabswid 0 .01472 m 1 .01472 L s gsave 1.025 .01472 -61 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (_) show 81.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (H) show 93.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (i) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (L) show 111.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .02381 .13244 m .03006 .13244 L s [(0.2)] .01131 .13244 1 0 Mshowa .02381 .25016 m .03006 .25016 L s [(0.4)] .01131 .25016 1 0 Mshowa .02381 .36788 m .03006 .36788 L s [(0.6)] .01131 .36788 1 0 Mshowa .02381 .4856 m .03006 .4856 L s [(0.8)] .01131 .4856 1 0 Mshowa .02381 .60332 m .03006 .60332 L s [(1)] .01131 .60332 1 0 Mshowa .125 Mabswid .02381 .04415 m .02756 .04415 L s .02381 .07358 m .02756 .07358 L s .02381 .10301 m .02756 .10301 L s .02381 .16187 m .02756 .16187 L s .02381 .1913 m .02756 .1913 L s .02381 .22073 m .02756 .22073 L s .02381 .27959 m .02756 .27959 L s .02381 .30902 m .02756 .30902 L s .02381 .33845 m .02756 .33845 L s .02381 .39731 m .02756 .39731 L s .02381 .42674 m .02756 .42674 L s .02381 .45617 m .02756 .45617 L s .02381 .51503 m .02756 .51503 L s .02381 .54446 m .02756 .54446 L s .02381 .57389 m .02756 .57389 L s .25 Mabswid .02381 0 m .02381 .61803 L s gsave .02381 .64303 -87.0625 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (W) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (_) show 81.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (H) show 93.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (m) show 99.125 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (L) show 111.125 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .5 Mabswid .02381 .01472 m .06244 .09986 L .10458 .17389 L .14415 .23044 L .18221 .27595 L .22272 .31703 L .26171 .3509 L .30316 .38206 L .34309 .40824 L .3815 .4305 L .42237 .45156 L .46172 .46969 L .49955 .48542 L .53984 .5006 L .57861 .51389 L .61984 .52678 L .65954 .53814 L .69774 .54821 L .73838 .55811 L .77751 .56693 L .81909 .57562 L .85916 .5834 L .89771 .59039 L .93871 .59735 L .97619 .60332 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{319.25, 197.312}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["CompressedBitmap", "\<\ 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 61EHD/h6+//7OujyN8WLYpI=\ \>"], ImageRangeCache->{{{0, 477.875}, {294.938, 0}} -> {-0.113918, -0.161543, \ 0.00437076, 0.00707204}}], Cell[BoxData[ TagBox[ RowBox[{"\[SkeletonIndicator]", "Graphics", "\[SkeletonIndicator]"}], False, Editable->False]], "Output"] }, Open ]], Cell[TextData[{ "\nRight! Diminishing returns, just as expected.\n\n\nNow, let's plot the \ relationship between fitness through ", StyleBox["female", FontVariations->{"Underline"->True}], " function and the allocation by the ith individual to male function.\n" }], "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[0, 0, 1]], Cell[TextData[{ StyleBox["(", FontFamily->"Helvetica", FontColor->RGBColor[0, 0, 1]], StyleBox["Put the cursor anywhere in the bracket below and press \ \"SHIFT-RETURN.\")", FontFamily->"Helvetica", FontSize->10, FontColor->RGBColor[0, 0, 1]] }], "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[CellGroupData[{ Cell[TextData[{ "Plot [{Wf}, {ai, 0, 1}, \nAxesLabel->{\"a", StyleBox["i", FontVariations->{"CompatibilityType"->"Subscript"}], "\",\"W", StyleBox["f", FontVariations->{"CompatibilityType"->"Subscript"}], "\"}]" }], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.952381 0.0147151 0.588604 [ [.21429 .00222 -9 -9 ] [.21429 .00222 9 0 ] [.40476 .00222 -9 -9 ] [.40476 .00222 9 0 ] [.59524 .00222 -9 -9 ] [.59524 .00222 9 0 ] [.78571 .00222 -9 -9 ] [.78571 .00222 9 0 ] [.97619 .00222 -3 -9 ] [.97619 .00222 3 0 ] [1.025 .01472 0 -6 ] [1.025 .01472 52 6 ] [.01131 .13244 -18 -4.5 ] [.01131 .13244 0 4.5 ] [.01131 .25016 -18 -4.5 ] [.01131 .25016 0 4.5 ] [.01131 .36788 -18 -4.5 ] [.01131 .36788 0 4.5 ] [.01131 .4856 -18 -4.5 ] [.01131 .4856 0 4.5 ] [.01131 .60332 -6 -4.5 ] [.01131 .60332 0 4.5 ] [.02381 .64303 -26 0 ] [.02381 .64303 26 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .21429 .01472 m .21429 .02097 L s [(0.2)] .21429 .00222 0 1 Mshowa .40476 .01472 m .40476 .02097 L s [(0.4)] .40476 .00222 0 1 Mshowa .59524 .01472 m .59524 .02097 L s [(0.6)] .59524 .00222 0 1 Mshowa .78571 .01472 m .78571 .02097 L s [(0.8)] .78571 .00222 0 1 Mshowa .97619 .01472 m .97619 .02097 L s [(1)] .97619 .00222 0 1 Mshowa .125 Mabswid .07143 .01472 m .07143 .01847 L s .11905 .01472 m .11905 .01847 L s .16667 .01472 m .16667 .01847 L s .2619 .01472 m .2619 .01847 L s .30952 .01472 m .30952 .01847 L s .35714 .01472 m .35714 .01847 L s .45238 .01472 m .45238 .01847 L s .5 .01472 m .5 .01847 L s .54762 .01472 m .54762 .01847 L s .64286 .01472 m .64286 .01847 L s .69048 .01472 m .69048 .01847 L s .7381 .01472 m .7381 .01847 L s .83333 .01472 m .83333 .01847 L s .88095 .01472 m .88095 .01847 L s .92857 .01472 m .92857 .01847 L s .25 Mabswid 0 .01472 m 1 .01472 L s gsave 1.025 .01472 -61 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (_) show 81.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (H) show 93.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (i) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (L) show 111.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .02381 .13244 m .03006 .13244 L s [(0.2)] .01131 .13244 1 0 Mshowa .02381 .25016 m .03006 .25016 L s [(0.4)] .01131 .25016 1 0 Mshowa .02381 .36788 m .03006 .36788 L s [(0.6)] .01131 .36788 1 0 Mshowa .02381 .4856 m .03006 .4856 L s [(0.8)] .01131 .4856 1 0 Mshowa .02381 .60332 m .03006 .60332 L s [(1)] .01131 .60332 1 0 Mshowa .125 Mabswid .02381 .04415 m .02756 .04415 L s .02381 .07358 m .02756 .07358 L s .02381 .10301 m .02756 .10301 L s .02381 .16187 m .02756 .16187 L s .02381 .1913 m .02756 .1913 L s .02381 .22073 m .02756 .22073 L s .02381 .27959 m .02756 .27959 L s .02381 .30902 m .02756 .30902 L s .02381 .33845 m .02756 .33845 L s .02381 .39731 m .02756 .39731 L s .02381 .42674 m .02756 .42674 L s .02381 .45617 m .02756 .45617 L s .02381 .51503 m .02756 .51503 L s .02381 .54446 m .02756 .54446 L s .02381 .57389 m .02756 .57389 L s .25 Mabswid .02381 0 m .02381 .61803 L s gsave .02381 .64303 -87 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (W) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (_) show 81.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (H) show 93.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (L) show 111.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .5 Mabswid .02381 .60332 m .06244 .57944 L .10458 .5534 L .14415 .52894 L .18221 .50542 L .22272 .48039 L .26171 .45629 L .30316 .43067 L .34309 .406 L .3815 .38225 L .42237 .357 L .46172 .33268 L .49955 .30929 L .53984 .2844 L .57861 .26043 L .61984 .23495 L .65954 .21041 L .69774 .18681 L .73838 .16169 L .77751 .13751 L .81909 .11181 L .85916 .08704 L .89771 .06322 L .93871 .03788 L .97619 .01472 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{278.25, 172}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["CompressedBitmap", "\<\ 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 vXMT/aIsb0WvF7jq+F/0LyGO9XGm098hD0o5\ \>"], ImageRangeCache->{{{0, 416.375}, {257, 0}} -> {-0.136954, -0.194202, \ 0.00526727, 0.00852263}}], Cell[BoxData[ TagBox[ RowBox[{"\[SkeletonIndicator]", "Graphics", "\[SkeletonIndicator]"}], False, Editable->False]], "Output"] }, Open ]], Cell["\<\ Right! Linear increase in fitness with increasing allocation to female \ function. (This is a consequence of our assumtion that female function is \ limited only by resources.) REMEMBER: allocation to female fitness increases \ from right to left; it's equal to 1 - ai. Bueno, Now let's plot the relationship between total fitness and the \ allocation by the ith individual to male function. It should be hump shaped. \ \>", "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[0, 0, 1]], Cell[TextData[{ StyleBox["(", FontFamily->"Helvetica", FontColor->RGBColor[0, 0, 1]], StyleBox["Put the cursor anywhere in the bracket below and press \ \"SHIFT-RETURN.\")", FontFamily->"Helvetica", FontSize->10, FontColor->RGBColor[0, 0, 1]] }], "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[CellGroupData[{ Cell[TextData[{ "Plot [{Wi}, {ai, 0, 1}, \nAxesLabel->{\"a", StyleBox["i", FontVariations->{"CompatibilityType"->"Subscript"}], "\",\"W", StyleBox["i", FontVariations->{"CompatibilityType"->"Subscript"}], "\"}]" }], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.952381 -1.7511 1.76581 [ [.21429 .00222 -9 -9 ] [.21429 .00222 9 0 ] [.40476 .00222 -9 -9 ] [.40476 .00222 9 0 ] [.59524 .00222 -9 -9 ] [.59524 .00222 9 0 ] [.78571 .00222 -9 -9 ] [.78571 .00222 9 0 ] [.97619 .00222 -3 -9 ] [.97619 .00222 3 0 ] [1.025 .01472 0 -6 ] [1.025 .01472 52 6 ] [.01131 .10301 -24 -4.5 ] [.01131 .10301 0 4.5 ] [.01131 .1913 -18 -4.5 ] [.01131 .1913 0 4.5 ] [.01131 .27959 -24 -4.5 ] [.01131 .27959 0 4.5 ] [.01131 .36788 -18 -4.5 ] [.01131 .36788 0 4.5 ] [.01131 .45617 -24 -4.5 ] [.01131 .45617 0 4.5 ] [.01131 .54446 -18 -4.5 ] [.01131 .54446 0 4.5 ] [.02381 .64303 -26 0 ] [.02381 .64303 26 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .21429 .01472 m .21429 .02097 L s [(0.2)] .21429 .00222 0 1 Mshowa .40476 .01472 m .40476 .02097 L s [(0.4)] .40476 .00222 0 1 Mshowa .59524 .01472 m .59524 .02097 L s [(0.6)] .59524 .00222 0 1 Mshowa .78571 .01472 m .78571 .02097 L s [(0.8)] .78571 .00222 0 1 Mshowa .97619 .01472 m .97619 .02097 L s [(1)] .97619 .00222 0 1 Mshowa .125 Mabswid .07143 .01472 m .07143 .01847 L s .11905 .01472 m .11905 .01847 L s .16667 .01472 m .16667 .01847 L s .2619 .01472 m .2619 .01847 L s .30952 .01472 m .30952 .01847 L s .35714 .01472 m .35714 .01847 L s .45238 .01472 m .45238 .01847 L s .5 .01472 m .5 .01847 L s .54762 .01472 m .54762 .01847 L s .64286 .01472 m .64286 .01847 L s .69048 .01472 m .69048 .01847 L s .7381 .01472 m .7381 .01847 L s .83333 .01472 m .83333 .01847 L s .88095 .01472 m .88095 .01847 L s .92857 .01472 m .92857 .01847 L s .25 Mabswid 0 .01472 m 1 .01472 L s gsave 1.025 .01472 -61 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (_) show 81.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (H) show 93.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (i) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (L) show 111.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .02381 .10301 m .03006 .10301 L s [(1.05)] .01131 .10301 1 0 Mshowa .02381 .1913 m .03006 .1913 L s [(1.1)] .01131 .1913 1 0 Mshowa .02381 .27959 m .03006 .27959 L s [(1.15)] .01131 .27959 1 0 Mshowa .02381 .36788 m .03006 .36788 L s [(1.2)] .01131 .36788 1 0 Mshowa .02381 .45617 m .03006 .45617 L s [(1.25)] .01131 .45617 1 0 Mshowa .02381 .54446 m .03006 .54446 L s [(1.3)] .01131 .54446 1 0 Mshowa .125 Mabswid .02381 .03237 m .02756 .03237 L s .02381 .05003 m .02756 .05003 L s .02381 .06769 m .02756 .06769 L s .02381 .08535 m .02756 .08535 L s .02381 .12066 m .02756 .12066 L s .02381 .13832 m .02756 .13832 L s .02381 .15598 m .02756 .15598 L s .02381 .17364 m .02756 .17364 L s .02381 .20895 m .02756 .20895 L s .02381 .22661 m .02756 .22661 L s .02381 .24427 m .02756 .24427 L s .02381 .26193 m .02756 .26193 L s .02381 .29725 m .02756 .29725 L s .02381 .3149 m .02756 .3149 L s .02381 .33256 m .02756 .33256 L s .02381 .35022 m .02756 .35022 L s .02381 .38554 m .02756 .38554 L s .02381 .40319 m .02756 .40319 L s .02381 .42085 m .02756 .42085 L s .02381 .43851 m .02756 .43851 L s .02381 .47383 m .02756 .47383 L s .02381 .49148 m .02756 .49148 L s .02381 .50914 m .02756 .50914 L s .02381 .5268 m .02756 .5268 L s .02381 .56212 m .02756 .56212 L s .02381 .57978 m .02756 .57978 L s .02381 .59743 m .02756 .59743 L s .02381 .61509 m .02756 .61509 L s .25 Mabswid .02381 0 m .02381 .61803 L s gsave .02381 .64303 -87 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (W) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (_) show 81.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (H) show 93.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (i) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (L) show 111.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .5 Mabswid .02381 .01472 m .06244 .19853 L .10458 .34249 L .14415 .43877 L .18221 .50474 L .20178 .5305 L .22272 .55285 L .24402 .57071 L .26416 .58356 L .27386 .58847 L .28414 .59284 L .29377 .5962 L .30258 .59866 L .31199 .60069 L .31718 .60156 L .32211 .60221 L .32665 .60268 L .33086 .603 L .33329 .60313 L .33548 .60322 L .3367 .60326 L .33802 .60329 L .33927 .60331 L .34041 .60332 L .34167 .60332 L .34287 .60331 L .34394 .6033 L .34511 .60328 L .34638 .60324 L .34773 .6032 L .35015 .60309 L .35238 .60297 L .35447 .60282 L .35924 .6024 L .36442 .60181 L .36918 .60114 L .3799 .59921 L .39882 .59445 L .41952 .5874 L .46008 .56859 L .49913 .54504 L .54063 .51499 L .58061 .48183 L .61908 .44655 L .65999 .40581 L .6994 .36386 L .73728 .32127 L .77762 .27378 L .81645 .22619 L .85772 .1738 L Mistroke .89749 .12175 L .93573 .07036 L .97619 .01472 L Mfstroke % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{229.812, 142.062}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["CompressedBitmap", "\<\ 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\ \>"], ImageRangeCache->{{{0, 343.688}, {212.062, 0}} -> {-0.180867, 0.914798, \ 0.00695623, 0.00375181}}], Cell[BoxData[ TagBox[ RowBox[{"\[SkeletonIndicator]", "Graphics", "\[SkeletonIndicator]"}], False, Editable->False]], "Output"] }, Open ]], Cell[TextData[{ "Note that individual fitness, Wi, is maximal when a", StyleBox["i", FontVariations->{"CompatibilityType"->"Subscript"}], " = a = 0.33. That is when the individual allocation is at the ESS.\n\n\n\n\ Now let's let the local mating population be large, say 100 mates." }], "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[0, 0, 1]], Cell[TextData[{ StyleBox["(", FontFamily->"Helvetica", FontColor->RGBColor[0, 0, 1]], StyleBox["Put the cursor anywhere in the bracket below and press \ \"SHIFT-RETURN.\")", FontFamily->"Helvetica", FontSize->10, FontColor->RGBColor[0, 0, 1]] }], "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[CellGroupData[{ Cell["k=100", "Input", AspectRatioFixed->True], Cell[BoxData["100"], "Output"] }, Open ]], Cell["\<\ The new ESS for 100 mates is found by simplifying the parameter, a.\ \>", "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[0, 0, 1]], Cell[TextData[{ StyleBox["(", FontFamily->"Helvetica", FontColor->RGBColor[0, 0, 1]], StyleBox["Put the cursor anywhere in the bracket below and press \ \"SHIFT-RETURN.\")", FontFamily->"Helvetica", FontSize->10, FontColor->RGBColor[0, 0, 1]] }], "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[CellGroupData[{ Cell["Simplify [a]", "Input", AspectRatioFixed->True], Cell[BoxData[ FractionBox["99", "199"]], "Output"] }, Open ]], Cell[TextData[{ "\nHence, the ESS is at 99/199, which is about 1/2.\n\nNow, as previously, \ let's first plot the relationship between fitness through ", StyleBox["male", FontVariations->{"Underline"->True}], " function and the allocation by the ith individual to male function." }], "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[0, 0, 1]], Cell[TextData[{ StyleBox["(", FontFamily->"Helvetica", FontColor->RGBColor[0, 0, 1]], StyleBox["Put the cursor anywhere in the bracket below and press \ \"SHIFT-RETURN.\")", FontFamily->"Helvetica", FontSize->10, FontColor->RGBColor[0, 0, 1]] }], "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[CellGroupData[{ Cell[TextData[{ "Plot [{Wm}, {ai, 0, 1}, \nAxesLabel->{\"a", StyleBox["i", FontVariations->{"CompatibilityType"->"Subscript"}], "\",\"W", StyleBox["m", FontVariations->{"CompatibilityType"->"Subscript"}], "\"}]" }], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.952381 0.0147151 0.588604 [ [.21429 .00222 -9 -9 ] [.21429 .00222 9 0 ] [.40476 .00222 -9 -9 ] [.40476 .00222 9 0 ] [.59524 .00222 -9 -9 ] [.59524 .00222 9 0 ] [.78571 .00222 -9 -9 ] [.78571 .00222 9 0 ] [.97619 .00222 -3 -9 ] [.97619 .00222 3 0 ] [1.025 .01472 0 -6 ] [1.025 .01472 52 6 ] [.01131 .13244 -18 -4.5 ] [.01131 .13244 0 4.5 ] [.01131 .25016 -18 -4.5 ] [.01131 .25016 0 4.5 ] [.01131 .36788 -18 -4.5 ] [.01131 .36788 0 4.5 ] [.01131 .4856 -18 -4.5 ] [.01131 .4856 0 4.5 ] [.01131 .60332 -6 -4.5 ] [.01131 .60332 0 4.5 ] [.02381 .64303 -26.0625 0 ] [.02381 .64303 26.0625 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .21429 .01472 m .21429 .02097 L s [(0.2)] .21429 .00222 0 1 Mshowa .40476 .01472 m .40476 .02097 L s [(0.4)] .40476 .00222 0 1 Mshowa .59524 .01472 m .59524 .02097 L s [(0.6)] .59524 .00222 0 1 Mshowa .78571 .01472 m .78571 .02097 L s [(0.8)] .78571 .00222 0 1 Mshowa .97619 .01472 m .97619 .02097 L s [(1)] .97619 .00222 0 1 Mshowa .125 Mabswid .07143 .01472 m .07143 .01847 L s .11905 .01472 m .11905 .01847 L s .16667 .01472 m .16667 .01847 L s .2619 .01472 m .2619 .01847 L s .30952 .01472 m .30952 .01847 L s .35714 .01472 m .35714 .01847 L s .45238 .01472 m .45238 .01847 L s .5 .01472 m .5 .01847 L s .54762 .01472 m .54762 .01847 L s .64286 .01472 m .64286 .01847 L s .69048 .01472 m .69048 .01847 L s .7381 .01472 m .7381 .01847 L s .83333 .01472 m .83333 .01847 L s .88095 .01472 m .88095 .01847 L s .92857 .01472 m .92857 .01847 L s .25 Mabswid 0 .01472 m 1 .01472 L s gsave 1.025 .01472 -61 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (_) show 81.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (H) show 93.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (i) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (L) show 111.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .02381 .13244 m .03006 .13244 L s [(0.2)] .01131 .13244 1 0 Mshowa .02381 .25016 m .03006 .25016 L s [(0.4)] .01131 .25016 1 0 Mshowa .02381 .36788 m .03006 .36788 L s [(0.6)] .01131 .36788 1 0 Mshowa .02381 .4856 m .03006 .4856 L s [(0.8)] .01131 .4856 1 0 Mshowa .02381 .60332 m .03006 .60332 L s [(1)] .01131 .60332 1 0 Mshowa .125 Mabswid .02381 .04415 m .02756 .04415 L s .02381 .07358 m .02756 .07358 L s .02381 .10301 m .02756 .10301 L s .02381 .16187 m .02756 .16187 L s .02381 .1913 m .02756 .1913 L s .02381 .22073 m .02756 .22073 L s .02381 .27959 m .02756 .27959 L s .02381 .30902 m .02756 .30902 L s .02381 .33845 m .02756 .33845 L s .02381 .39731 m .02756 .39731 L s .02381 .42674 m .02756 .42674 L s .02381 .45617 m .02756 .45617 L s .02381 .51503 m .02756 .51503 L s .02381 .54446 m .02756 .54446 L s .02381 .57389 m .02756 .57389 L s .25 Mabswid .02381 0 m .02381 .61803 L s gsave .02381 .64303 -87.0625 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (W) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (_) show 81.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (H) show 93.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (m) show 99.125 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (L) show 111.125 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .5 Mabswid .02381 .01472 m .06244 .03906 L .10458 .06556 L .14415 .09041 L .18221 .11426 L .22272 .13961 L .26171 .16397 L .30316 .18982 L .34309 .21468 L .3815 .23856 L .42237 .26392 L .46172 .2883 L .49955 .3117 L .53984 .33657 L .57861 .36047 L .61984 .38584 L .65954 .41024 L .69774 .43366 L .73838 .45855 L .77751 .48247 L .81909 .50785 L .85916 .53226 L .89771 .5557 L .93871 .5806 L .97619 .60332 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{315.812, 195.188}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["CompressedBitmap", "\<\ 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\ \>"], ImageRangeCache->{{{0, 472.688}, {291.75, 0}} -> {-0.11558, -0.163908, \ 0.00443453, 0.00717521}}], Cell[BoxData[ TagBox[ RowBox[{"\[SkeletonIndicator]", "Graphics", "\[SkeletonIndicator]"}], False, Editable->False]], "Output"] }, Open ]], Cell[TextData[{ "\nYes indeed. Virtually linear gains through male function when the local \ mating population is large.\n\nNow, let's plot the relationship between \ fitness through ", StyleBox["female", FontVariations->{"Underline"->True}], " function and the allocation by the ith indiviudal to male function." }], "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[0, 0, 1]], Cell[TextData[{ StyleBox["(", FontFamily->"Helvetica", FontColor->RGBColor[0, 0, 1]], StyleBox["Put the cursor anywhere in the bracket below and press \ \"SHIFT-RETURN.\")", FontFamily->"Helvetica", FontSize->10, FontColor->RGBColor[0, 0, 1]] }], "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[CellGroupData[{ Cell[TextData[{ "Plot [{Wf}, {ai, 0, 1}, \nAxesLabel->{\"a", StyleBox["i", FontVariations->{"CompatibilityType"->"Subscript"}], "\",\"W", StyleBox["f", FontVariations->{"CompatibilityType"->"Subscript"}], "\"}]" }], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.952381 0.0147151 0.588604 [ [.21429 .00222 -9 -9 ] [.21429 .00222 9 0 ] [.40476 .00222 -9 -9 ] [.40476 .00222 9 0 ] [.59524 .00222 -9 -9 ] [.59524 .00222 9 0 ] [.78571 .00222 -9 -9 ] [.78571 .00222 9 0 ] [.97619 .00222 -3 -9 ] [.97619 .00222 3 0 ] [1.025 .01472 0 -6 ] [1.025 .01472 52 6 ] [.01131 .13244 -18 -4.5 ] [.01131 .13244 0 4.5 ] [.01131 .25016 -18 -4.5 ] [.01131 .25016 0 4.5 ] [.01131 .36788 -18 -4.5 ] [.01131 .36788 0 4.5 ] [.01131 .4856 -18 -4.5 ] [.01131 .4856 0 4.5 ] [.01131 .60332 -6 -4.5 ] [.01131 .60332 0 4.5 ] [.02381 .64303 -26 0 ] [.02381 .64303 26 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .21429 .01472 m .21429 .02097 L s [(0.2)] .21429 .00222 0 1 Mshowa .40476 .01472 m .40476 .02097 L s [(0.4)] .40476 .00222 0 1 Mshowa .59524 .01472 m .59524 .02097 L s [(0.6)] .59524 .00222 0 1 Mshowa .78571 .01472 m .78571 .02097 L s [(0.8)] .78571 .00222 0 1 Mshowa .97619 .01472 m .97619 .02097 L s [(1)] .97619 .00222 0 1 Mshowa .125 Mabswid .07143 .01472 m .07143 .01847 L s .11905 .01472 m .11905 .01847 L s .16667 .01472 m .16667 .01847 L s .2619 .01472 m .2619 .01847 L s .30952 .01472 m .30952 .01847 L s .35714 .01472 m .35714 .01847 L s .45238 .01472 m .45238 .01847 L s .5 .01472 m .5 .01847 L s .54762 .01472 m .54762 .01847 L s .64286 .01472 m .64286 .01847 L s .69048 .01472 m .69048 .01847 L s .7381 .01472 m .7381 .01847 L s .83333 .01472 m .83333 .01847 L s .88095 .01472 m .88095 .01847 L s .92857 .01472 m .92857 .01847 L s .25 Mabswid 0 .01472 m 1 .01472 L s gsave 1.025 .01472 -61 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (_) show 81.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (H) show 93.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (i) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (L) show 111.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .02381 .13244 m .03006 .13244 L s [(0.2)] .01131 .13244 1 0 Mshowa .02381 .25016 m .03006 .25016 L s [(0.4)] .01131 .25016 1 0 Mshowa .02381 .36788 m .03006 .36788 L s [(0.6)] .01131 .36788 1 0 Mshowa .02381 .4856 m .03006 .4856 L s [(0.8)] .01131 .4856 1 0 Mshowa .02381 .60332 m .03006 .60332 L s [(1)] .01131 .60332 1 0 Mshowa .125 Mabswid .02381 .04415 m .02756 .04415 L s .02381 .07358 m .02756 .07358 L s .02381 .10301 m .02756 .10301 L s .02381 .16187 m .02756 .16187 L s .02381 .1913 m .02756 .1913 L s .02381 .22073 m .02756 .22073 L s .02381 .27959 m .02756 .27959 L s .02381 .30902 m .02756 .30902 L s .02381 .33845 m .02756 .33845 L s .02381 .39731 m .02756 .39731 L s .02381 .42674 m .02756 .42674 L s .02381 .45617 m .02756 .45617 L s .02381 .51503 m .02756 .51503 L s .02381 .54446 m .02756 .54446 L s .02381 .57389 m .02756 .57389 L s .25 Mabswid .02381 0 m .02381 .61803 L s gsave .02381 .64303 -87 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (W) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (_) show 81.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (H) show 93.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (f) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (L) show 111.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .5 Mabswid .02381 .60332 m .06244 .57944 L .10458 .5534 L .14415 .52894 L .18221 .50542 L .22272 .48039 L .26171 .45629 L .30316 .43067 L .34309 .406 L .3815 .38225 L .42237 .357 L .46172 .33268 L .49955 .30929 L .53984 .2844 L .57861 .26043 L .61984 .23495 L .65954 .21041 L .69774 .18681 L .73838 .16169 L .77751 .13751 L .81909 .11181 L .85916 .08704 L .89771 .06322 L .93871 .03788 L .97619 .01472 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{292.812, 181}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["CompressedBitmap", "\<\ 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 wIGi1/nl6voI+h9NDvd10OZfJN44Lg==\ \>"], ImageRangeCache->{{{0, 438.188}, {270.5, 0}} -> {-0.127653, -0.181235, \ 0.00490956, 0.00794384}}], Cell[BoxData[ TagBox[ RowBox[{"\[SkeletonIndicator]", "Graphics", "\[SkeletonIndicator]"}], False, Editable->False]], "Output"] }, Open ]], Cell["\<\ Right! Linear increase in fitness with increasing allocation to female \ function. (This is a consequence of our assumtion that female function is \ limited only by resources.) REMEMBER: allocation to female fitness increases \ from right to left; it's equal to 1 - ai. Finally, let's plot the relationship between total fitness and the allocation \ by the ith individual to male function. \ \>", "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[0, 0, 1]], Cell[TextData[{ StyleBox["(", FontFamily->"Helvetica", FontColor->RGBColor[0, 0, 1]], StyleBox["Put the cursor anywhere in the bracket below and press \ \"SHIFT-RETURN.\")", FontFamily->"Helvetica", FontSize->10, FontColor->RGBColor[0, 0, 1]] }], "Text", Evaluatable->False, AspectRatioFixed->True, FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[CellGroupData[{ Cell[TextData[{ "Plot [{Wi}, {ai, 0, 1}, \nAxesLabel->{\"a", StyleBox["i", FontVariations->{"CompatibilityType"->"Subscript"}], "\",\"W", StyleBox["i", FontVariations->{"CompatibilityType"->"Subscript"}], "\"}]" }], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.952381 -117.118 117.132 [ [.21429 .00221 -9 -9 ] [.21429 .00221 9 0 ] [.40476 .00221 -9 -9 ] [.40476 .00221 9 0 ] [.59524 .00221 -9 -9 ] [.59524 .00221 9 0 ] [.78571 .00221 -9 -9 ] [.78571 .00221 9 0 ] [.97619 .00221 -3 -9 ] [.97619 .00221 3 0 ] [1.025 .01471 0 -6 ] [1.025 .01471 52 6 ] [.01131 .13185 -30 -4.5 ] [.01131 .13185 0 4.5 ] [.01131 .24898 -30 -4.5 ] [.01131 .24898 0 4.5 ] [.01131 .36611 -30 -4.5 ] [.01131 .36611 0 4.5 ] [.01131 .48324 -30 -4.5 ] [.01131 .48324 0 4.5 ] [.01131 .60038 -30 -4.5 ] [.01131 .60038 0 4.5 ] [.02381 .64303 -26 0 ] [.02381 .64303 26 12 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .21429 .01471 m .21429 .02096 L s [(0.2)] .21429 .00221 0 1 Mshowa .40476 .01471 m .40476 .02096 L s [(0.4)] .40476 .00221 0 1 Mshowa .59524 .01471 m .59524 .02096 L s [(0.6)] .59524 .00221 0 1 Mshowa .78571 .01471 m .78571 .02096 L s [(0.8)] .78571 .00221 0 1 Mshowa .97619 .01471 m .97619 .02096 L s [(1)] .97619 .00221 0 1 Mshowa .125 Mabswid .07143 .01471 m .07143 .01846 L s .11905 .01471 m .11905 .01846 L s .16667 .01471 m .16667 .01846 L s .2619 .01471 m .2619 .01846 L s .30952 .01471 m .30952 .01846 L s .35714 .01471 m .35714 .01846 L s .45238 .01471 m .45238 .01846 L s .5 .01471 m .5 .01846 L s .54762 .01471 m .54762 .01846 L s .64286 .01471 m .64286 .01846 L s .69048 .01471 m .69048 .01846 L s .7381 .01471 m .7381 .01846 L s .83333 .01471 m .83333 .01846 L s .88095 .01471 m .88095 .01846 L s .92857 .01471 m .92857 .01846 L s .25 Mabswid 0 .01471 m 1 .01471 L s gsave 1.025 .01471 -61 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (a) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (_) show 81.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (H) show 93.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (i) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (L) show 111.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore .02381 .13185 m .03006 .13185 L s [(1.001)] .01131 .13185 1 0 Mshowa .02381 .24898 m .03006 .24898 L s [(1.002)] .01131 .24898 1 0 Mshowa .02381 .36611 m .03006 .36611 L s [(1.003)] .01131 .36611 1 0 Mshowa .02381 .48324 m .03006 .48324 L s [(1.004)] .01131 .48324 1 0 Mshowa .02381 .60038 m .03006 .60038 L s [(1.005)] .01131 .60038 1 0 Mshowa .125 Mabswid .02381 .03814 m .02756 .03814 L s .02381 .06157 m .02756 .06157 L s .02381 .08499 m .02756 .08499 L s .02381 .10842 m .02756 .10842 L s .02381 .15527 m .02756 .15527 L s .02381 .1787 m .02756 .1787 L s .02381 .20213 m .02756 .20213 L s .02381 .22555 m .02756 .22555 L s .02381 .27241 m .02756 .27241 L s .02381 .29583 m .02756 .29583 L s .02381 .31926 m .02756 .31926 L s .02381 .34269 m .02756 .34269 L s .02381 .38954 m .02756 .38954 L s .02381 .41296 m .02756 .41296 L s .02381 .43639 m .02756 .43639 L s .02381 .45982 m .02756 .45982 L s .02381 .50667 m .02756 .50667 L s .02381 .5301 m .02756 .5301 L s .02381 .55352 m .02756 .55352 L s .02381 .57695 m .02756 .57695 L s .25 Mabswid .02381 0 m .02381 .61803 L s gsave .02381 .64303 -87 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (W) show 69.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica1Mono %%IncludeFont: Mathematica1Mono /Mathematica1Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (_) show 81.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (H) show 93.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (i) show 99.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (\\\\) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (L) show 111.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .5 Mabswid .02381 .01472 m .06244 .1072 L .10458 .19899 L .14415 .27659 L .18221 .34337 L .22272 .40602 L .26171 .45815 L .30316 .50476 L .34309 .54114 L .3815 .56824 L .40095 .57902 L .42237 .5886 L .43215 .59218 L .44268 .59548 L .45255 .59805 L .46172 .59997 L .47182 .60159 L .47716 .60223 L .47989 .6025 L .48285 .60275 L .48568 .60295 L .48828 .60309 L .49076 .6032 L .49201 .60324 L .49339 .60327 L .49463 .6033 L .49577 .60331 L .49708 .60332 L .49833 .60332 L .49948 .60331 L .50054 .6033 L .5017 .60328 L .50294 .60325 L .50532 .60317 L .50783 .60305 L .51231 .60276 L .51713 .60233 L .52241 .60172 L .53188 .60027 L .54069 .59851 L .56115 .59285 L .57974 .58584 L .61972 .56471 L .65818 .53661 L .6991 .49837 L .73851 .45344 L .77639 .40275 L .81673 .34073 L .85556 .27322 L .89683 .19305 L Mistroke .9366 .10767 L .97484 .01801 L .97619 .01472 L Mfstroke % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{283.812, 175.438}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["CompressedBitmap", "\<\ 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 ZyK48E50GPPOEI7m/AcLEcfk\ \>"], ImageRangeCache->{{{0, 424.688}, {262.125, 0}} -> {-0.171895, 0.99894, \ 0.00529216, 4.30297}}], Cell[BoxData[ TagBox[ RowBox[{"\[SkeletonIndicator]", "Graphics", "\[SkeletonIndicator]"}], False, Editable->False]], "Output"] }, Open ]], Cell[TextData[{ "Note that individual fitness, W", StyleBox["i", FontVariations->{"CompatibilityType"->"Subscript"}], ", is maximal when a", StyleBox["i", FontVariations->{"CompatibilityType"->"Subscript"}], " = a = 0.50. \n\nIf you are wondering why the surface is humped shaped, \ good for you! But notice the y axis. Compared to the previous hump for k = \ 2, this hump is virtually flat." }], "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[0, 0, 1]], Cell[TextData[StyleBox["Now, set k to whatever you want and run through the \ same steps. Simply type in a number after the \"k=\" sign. You can then \ return to this point, change k to a new value and go again. Have fun.", FontColor->RGBColor[1, 0, 0]]], "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}], Cell[CellGroupData[{ Cell["k = 50", "Input", AspectRatioFixed->True], Cell[BoxData["50"], "Output"] }, Open ]], Cell["\<\ The new ESS for k mates is found by simplifying the parameter, a.\ \>", "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[1, 0, 0]], Cell[CellGroupData[{ Cell["Simplify [a]", "Input", AspectRatioFixed->True], Cell[BoxData[ FractionBox["49", "99"]], "Output"] }, Open ]], Cell[TextData[{ "\n\nPlot the relationship between fitness through ", StyleBox["male", FontVariations->{"Underline"->True}], " function and the allocation by the ith individual to male function." }], "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[1, 0, 0]], Cell[CellGroupData[{ Cell[TextData[{ "Plot [{Wm}, {ai, 0, 1}, \nAxesLabel->{\"a", StyleBox["i", FontVariations->{"CompatibilityType"->"Subscript"}], "\",\"W", StyleBox["m", FontVariations->{"CompatibilityType"->"Subscript"}], "\"}]" }], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.952381 0.0147151 0.588604 [ [.21429 .00222 -9 -9 ] [.21429 .00222 9 0 ] [.40476 .00222 -9 -9 ] [.40476 .00222 9 0 ] [.59524 .00222 -9 -9 ] [.59524 .00222 9 0 ] [.78571 .00222 -9 -9 ] [.78571 .00222 9 0 ] [.97619 .00222 -3 -9 ] [.97619 .00222 3 0 ] [1.025 .01472 0 -7 ] [1.025 .01472 52 7 ] [.01131 .13244 -18 -4.5 ] [.01131 .13244 0 4.5 ] [.01131 .25016 -18 -4.5 ] [.01131 .25016 0 4.5 ] [.01131 .36788 -18 -4.5 ] [.01131 .36788 0 4.5 ] [.01131 .4856 -18 -4.5 ] [.01131 .4856 0 4.5 ] [.01131 .60332 -6 -4.5 ] [.01131 .60332 0 4.5 ] [.02381 .64303 -26 0 ] [.02381 .64303 26 14 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .21429 .01472 m .21429 .02097 L s [(0.2)] .21429 .00222 0 1 Mshowa .40476 .01472 m .40476 .02097 L s [(0.4)] .40476 .00222 0 1 Mshowa .59524 .01472 m .59524 .02097 L s [(0.6)] .59524 .00222 0 1 Mshowa .78571 .01472 m .78571 .02097 L s [(0.8)] .78571 .00222 0 1 Mshowa .97619 .01472 m .97619 .02097 L s [(1)] .97619 .00222 0 1 Mshowa .125 Mabswid .07143 .01472 m .07143 .01847 L s .11905 .01472 m .11905 .01847 L s .16667 .01472 m .16667 .01847 L s .2619 .01472 m .2619 .01847 L s .30952 .01472 m .30952 .01847 L s .35714 .01472 m .35714 .01847 L s .45238 .01472 m .45238 .01847 L s .5 .01472 m .5 .01847 L s .54762 .01472 m .54762 .01847 L s .64286 .01472 m .64286 .01847 L s .69048 .01472 m .69048 .01847 L s .7381 .01472 m .7381 .01847 L s .83333 .01472 m .83333 .01847 L s .88095 .01472 m .88095 .01847 L s .92857 .01472 m .92857 .01847 L s .25 Mabswid 0 .01472 m 1 .01472 L s gsave 1.025 .01472 -61 -11 Mabsadd m 1 1 Mabs scale currentpoint translate 0 22 translate 1 -1 scale 63.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (a) show 69.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (\\\\) show %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (_) show 81.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (\\\\) show %%IncludeResource: font Math2Mono %%IncludeFont: Math2Mono /Math2Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (H) show 93.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (i) show 99.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (\\\\) show %%IncludeResource: font Math2Mono %%IncludeFont: Math2Mono /Math2Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (L) show 111.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth %%DocumentNeededResources: font Math1Mono %%+ font Math2Mono %%+ font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Math1Mono %%+ Math2Mono %%+ Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Math1Mono %%+ font Math2Mono %%+ font Courier grestore .02381 .13244 m .03006 .13244 L s [(0.2)] .01131 .13244 1 0 Mshowa .02381 .25016 m .03006 .25016 L s [(0.4)] .01131 .25016 1 0 Mshowa .02381 .36788 m .03006 .36788 L s [(0.6)] .01131 .36788 1 0 Mshowa .02381 .4856 m .03006 .4856 L s [(0.8)] .01131 .4856 1 0 Mshowa .02381 .60332 m .03006 .60332 L s [(1)] .01131 .60332 1 0 Mshowa .125 Mabswid .02381 .04415 m .02756 .04415 L s .02381 .07358 m .02756 .07358 L s .02381 .10301 m .02756 .10301 L s .02381 .16187 m .02756 .16187 L s .02381 .1913 m .02756 .1913 L s .02381 .22073 m .02756 .22073 L s .02381 .27959 m .02756 .27959 L s .02381 .30902 m .02756 .30902 L s .02381 .33845 m .02756 .33845 L s .02381 .39731 m .02756 .39731 L s .02381 .42674 m .02756 .42674 L s .02381 .45617 m .02756 .45617 L s .02381 .51503 m .02756 .51503 L s .02381 .54446 m .02756 .54446 L s .02381 .57389 m .02756 .57389 L s .25 Mabswid .02381 0 m .02381 .61803 L s gsave .02381 .64303 -87 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 22 translate 1 -1 scale 63.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (W) show 69.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (\\\\) show %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (_) show 81.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (\\\\) show %%IncludeResource: font Math2Mono %%IncludeFont: Math2Mono /Math2Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (H) show 93.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (m) show 99.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (\\\\) show %%IncludeResource: font Math2Mono %%IncludeFont: Math2Mono /Math2Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (L) show 111.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth %%DocumentNeededResources: font Math1Mono %%+ font Math2Mono %%+ font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Math1Mono %%+ Math2Mono %%+ Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Math1Mono %%+ font Math2Mono %%+ font Courier grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .5 Mabswid .02381 .01472 m .06244 .03954 L .10458 .06651 L .14415 .09176 L .18221 .11595 L .22272 .14162 L .26171 .16625 L .30316 .19233 L .34309 .21737 L .3815 .24138 L .42237 .26684 L .46172 .29127 L .49955 .31468 L .53984 .33953 L .57861 .36336 L .61984 .38862 L .65954 .41286 L .69774 .4361 L .73838 .46076 L .77751 .48441 L .81909 .50946 L .85916 .53352 L .89771 .55658 L .93871 .58104 L .97619 .60332 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{311, 311}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["CompressedBitmap", "\<\ eJztmguIFVUcxmf3XnfXzQfWRqG2bWwFFYVRpIV5pYeGKCKJ2Nvbpuwim7Yu 0sMoQ+z9ElHEshLpSRliaW8RQ8QQKw0pCIKgBwUVhAjS1pyZ+517737ff2Z2 N5K4Fzxz/Ob3/85/HufsmTkzq9jbubC72NvVUWyb3lNc2tnVsaxt2pKef6Rc XRDUTQz/tQVhvS8ISoX7TQqL+D+1eq1eqw9ZvRBu6sO+lkctF9byYe0MstfV cuZeV2s197bDZWqUyBS3ca32lX6lXHxskCsHgvFJQcNI0LikoBwHEhsTce0k h4J50M3ps24Kt3kjvaZMByPo7IdwEokYa7Xp0aB0awnU33v9geHh1l2MszOn PJAzlT7rqlRMNMv5L+CIm1FrTdaqOrDn2lE7nzQ6gmhRH4uvbuWu3ykuOnM9 0Zp9SF/5LzzbDbrdH8NSNjTcMM2bkSzFXEIa/a+mzim5NRaby6TpTPMnQHIt 4eYnP4Lwq8RGF2aa9hrqxPudrUB06Jr232kjw9JJ7CZgd6+8MeRUQ99etEM5 n19SZtOQUmM5GKOvP6CfUyZi9bmRuiF2vlzZomOGIbkkslG5j9ExTZXuBsnm Wq4cpWPY8ONK4xyNqMzIIEcp92YdM7rS3SDHKPdGHXNypbtBtih3o6ucWulu kKcp9zodc3qlu0GOBfmXhsYDOq6hVqId0/iZ8DSgswAd1ZCfvP0ZQY0Q2OMd 67fnEO2PyCwakjI+ojHtXETYzqxv+tbOQ+0304X1VjYJYPPdX01nMVtnh3wB ko0t/ZXxc2/2tHoh0aLhnN4BF8HMgCYQ7QeNXwxPA7qEaN9r/FJ4GtBlRPtO 4xPhaUCXE+1bjV8BTwOaTLRvNH4lPA2oQLQjGp8KTwO6imiHNX41PA3oWqJ9 ofFp8DSg6wAd1NAMQAc0NJNo+zU+C54xxMZP/wKMdfTZ4PZFFomjJuv1bKY3 BxF7TWf/SsjnPJf47Ul2qXruYZnORRtD4zcPfrurL4E9UM4n2ieRBbvUN8DM gG4i2ocavxmeBnQr0d7T+G3wNKAi0d7V+O3wNKA7AG3X0CJA2zTUSbStGu+C pwEtBvSmhrqJ9rrG74SnAS0l2isavwueBrSMaFs03gtPA1oOaLOG7gb0oobu JdrzES6HR9lL78Pe2CJxeBRv1dnYez+CNprm1rzNhT+I2oZko5w61pVEW5ci MfaAX6k9hPxiv6pBUv51WgVubRTILvhqoj2r8YfhaUCPEu0pjT8GTwN6gmiP a/xJeBrQ00R7ROPPwNOA1gBaraG1gFZpaB3RVmp8PTwNaAOgBzS0kWgrNP4c PA1oE9Hu0fgL8DSgl4i2XOOb4WlAWwD1auhlQD0aepVoSyI8+0j6GvbGFkM5 kr6BoG7TPHEkfQu1xaaRX7hjx7qVaJ0DTqzK6G00HVumnXFuw95FUSC75tuJ 1qHxd+BpQDuItkDjO+FpQO8T7RaNfwBPA/qIaDdq/GN4GtAuQPM1tBvQPA3t Idr1Gv8Unga0F9AcDe0DNFtD+4k2U+OfwdOADgCaoaGDRJuu8c/haUBfEu0a jR+CZwy5F9BynvUV8OgFR3AKgVjPP0K0QoKFa+drsndKtrZdOW7gMf6dPFsp KiddfYg/G2JvuNm3Aa6MxmLx7YAYlLN+DOAq0ZKW+jvHbp3ETwHK9pVtU6fs ygYzrcEsuNcbKaZdeO+X4qA/A/hXsio7ceFWWLEUGWelmPYDASvF2Gswy9EN fSIXebridTm/7OtrUVAphC6sDGYR2pVxN2fHx7TRyideeHX1E+hLyVq9Vv+/ 1oO6vwHmW9b3\ \>"], ImageRangeCache->{{{132.875, 442.875}, {573.375, 263.375}} -> {-0.719914, \ 1.33603, 0.00453129, 0.00733178}}], Cell[BoxData[ TagBox[ RowBox[{"\[SkeletonIndicator]", "Graphics", "\[SkeletonIndicator]"}], False, Editable->False]], "Output"] }, Open ]], Cell[TextData[{ "\n\nNow, plot the relationship between fitness through ", StyleBox["female", FontVariations->{"Underline"->True}], " function and the allocation by the ith indiviudal to male function." }], "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[1, 0, 0]], Cell[CellGroupData[{ Cell[TextData[{ "Plot [{Wf}, {ai, 0, 1}, \nAxesLabel->{\"a", StyleBox["i", FontVariations->{"CompatibilityType"->"Subscript"}], "\",\"W", StyleBox["f", FontVariations->{"CompatibilityType"->"Subscript"}], "\"}]" }], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.952381 0.0147151 0.588604 [ [.21429 .00222 -9 -9 ] [.21429 .00222 9 0 ] [.40476 .00222 -9 -9 ] [.40476 .00222 9 0 ] [.59524 .00222 -9 -9 ] [.59524 .00222 9 0 ] [.78571 .00222 -9 -9 ] [.78571 .00222 9 0 ] [.97619 .00222 -3 -9 ] [.97619 .00222 3 0 ] [1.025 .01472 0 -7 ] [1.025 .01472 52 7 ] [.01131 .13244 -18 -4.5 ] [.01131 .13244 0 4.5 ] [.01131 .25016 -18 -4.5 ] [.01131 .25016 0 4.5 ] [.01131 .36788 -18 -4.5 ] [.01131 .36788 0 4.5 ] [.01131 .4856 -18 -4.5 ] [.01131 .4856 0 4.5 ] [.01131 .60332 -6 -4.5 ] [.01131 .60332 0 4.5 ] [.02381 .64303 -26 0 ] [.02381 .64303 26 14 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .21429 .01472 m .21429 .02097 L s [(0.2)] .21429 .00222 0 1 Mshowa .40476 .01472 m .40476 .02097 L s [(0.4)] .40476 .00222 0 1 Mshowa .59524 .01472 m .59524 .02097 L s [(0.6)] .59524 .00222 0 1 Mshowa .78571 .01472 m .78571 .02097 L s [(0.8)] .78571 .00222 0 1 Mshowa .97619 .01472 m .97619 .02097 L s [(1)] .97619 .00222 0 1 Mshowa .125 Mabswid .07143 .01472 m .07143 .01847 L s .11905 .01472 m .11905 .01847 L s .16667 .01472 m .16667 .01847 L s .2619 .01472 m .2619 .01847 L s .30952 .01472 m .30952 .01847 L s .35714 .01472 m .35714 .01847 L s .45238 .01472 m .45238 .01847 L s .5 .01472 m .5 .01847 L s .54762 .01472 m .54762 .01847 L s .64286 .01472 m .64286 .01847 L s .69048 .01472 m .69048 .01847 L s .7381 .01472 m .7381 .01847 L s .83333 .01472 m .83333 .01847 L s .88095 .01472 m .88095 .01847 L s .92857 .01472 m .92857 .01847 L s .25 Mabswid 0 .01472 m 1 .01472 L s gsave 1.025 .01472 -61 -11 Mabsadd m 1 1 Mabs scale currentpoint translate 0 22 translate 1 -1 scale 63.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (a) show 69.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (\\\\) show %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (_) show 81.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (\\\\) show %%IncludeResource: font Math2Mono %%IncludeFont: Math2Mono /Math2Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (H) show 93.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (i) show 99.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (\\\\) show %%IncludeResource: font Math2Mono %%IncludeFont: Math2Mono /Math2Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (L) show 111.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth %%DocumentNeededResources: font Math1Mono %%+ font Math2Mono %%+ font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Math1Mono %%+ Math2Mono %%+ Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Math1Mono %%+ font Math2Mono %%+ font Courier grestore .02381 .13244 m .03006 .13244 L s [(0.2)] .01131 .13244 1 0 Mshowa .02381 .25016 m .03006 .25016 L s [(0.4)] .01131 .25016 1 0 Mshowa .02381 .36788 m .03006 .36788 L s [(0.6)] .01131 .36788 1 0 Mshowa .02381 .4856 m .03006 .4856 L s [(0.8)] .01131 .4856 1 0 Mshowa .02381 .60332 m .03006 .60332 L s [(1)] .01131 .60332 1 0 Mshowa .125 Mabswid .02381 .04415 m .02756 .04415 L s .02381 .07358 m .02756 .07358 L s .02381 .10301 m .02756 .10301 L s .02381 .16187 m .02756 .16187 L s .02381 .1913 m .02756 .1913 L s .02381 .22073 m .02756 .22073 L s .02381 .27959 m .02756 .27959 L s .02381 .30902 m .02756 .30902 L s .02381 .33845 m .02756 .33845 L s .02381 .39731 m .02756 .39731 L s .02381 .42674 m .02756 .42674 L s .02381 .45617 m .02756 .45617 L s .02381 .51503 m .02756 .51503 L s .02381 .54446 m .02756 .54446 L s .02381 .57389 m .02756 .57389 L s .25 Mabswid .02381 0 m .02381 .61803 L s gsave .02381 .64303 -87 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 22 translate 1 -1 scale 63.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (W) show 69.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (\\\\) show %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (_) show 81.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (\\\\) show %%IncludeResource: font Math2Mono %%IncludeFont: Math2Mono /Math2Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (H) show 93.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (f) show 99.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (\\\\) show %%IncludeResource: font Math2Mono %%IncludeFont: Math2Mono /Math2Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (L) show 111.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth %%DocumentNeededResources: font Math1Mono %%+ font Math2Mono %%+ font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Math1Mono %%+ Math2Mono %%+ Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Math1Mono %%+ font Math2Mono %%+ font Courier grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .5 Mabswid .02381 .60332 m .06244 .57944 L .10458 .5534 L .14415 .52894 L .18221 .50542 L .22272 .48039 L .26171 .45629 L .30316 .43067 L .34309 .406 L .3815 .38225 L .42237 .357 L .46172 .33268 L .49955 .30929 L .53984 .2844 L .57861 .26043 L .61984 .23495 L .65954 .21041 L .69774 .18681 L .73838 .16169 L .77751 .13751 L .81909 .11181 L .85916 .08704 L .89771 .06322 L .93871 .03788 L .97619 .01472 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{262, 262}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["CompressedBitmap", "\<\ eJztmv9rVWUcx8+8123OJm1LiUlxCSWSUMQvaCiCiEMywxQLadp1jm2iNuZk mFiiFCaJiRWGJJJIIihIoEIEIUgQQQjTSBRBBNEf/QfmznnOfT93d+/355yz jRqxC7vnue/n9Xk/n3PO8zzny7N3ir2d7buKvV1txUJLT7G7s6ttT2H1xz2D Uq4qCKqqw79CEJYHgqD0FX1qwq/4x0R5ovw/Ly8KN5PC/p9HKReW8mHpJVIb lXJmbVSabtY2w2W5S2RhtIlaHSh9Srn42CBXDgRNSUGTSVBjUlCOA4mNibhm ksMyc6fr0mddG27zRnq1mXZG0Nl3YSqJaLDa9GhQ6loC9X1vODAl3EYnY2bm lEdypNJnXZGKiaY6/rOJ9gLR3BAoG+h1KE1P1ioGuueah0YMa1SM2ElEq/Mh A+Wf8JBWu0J/uJGmUwyDvBnJ0nHDmB7za9H3sNOjc0pujcXmMmk60/w4SC7q Hdf9rMbPEpsumGnac6gTp0eLXSaqU2r/Vex4ymU0sf766YqlStcnIpb1BNaF Ze+QNxC6j9F+8hPRmlIml+l48DmcpXQe+zcjZSJTY0s2Dut1Q+fQ0CoN/Ug0 Az8LzxYNnQG0RkM/EM3AT8NzrYa+B7ROQ6eIZuDfwXO9hr4BtEFDJ4lm4Cfg uUlDXxPNwI8T7X2NH0MKmzX0FdFivAbx7FmFDe+j4FqdhRtwGZ8ymHYEEVtN Z3Yr71s7QmptP3ahZBfAz9HGNtNP3HCyXT4My+2O8ufD3xayK8EhosUWrAcc hFmHhj4F1KWhA0Qz8P3w3KmhT4hm4PuItkvjfUihW0N7AfVoqJdoBt4Dz70a 6gbUp6HdgPZpaCeg/RraAeiAhjoBfeYgNkv4dxasY3cQLTZLnC9Yf2dX8HZE HDKd/fO8z76d+KVwKYsIRKZtRDs8Js5FZP+Fw9JOFh8RLbZgp38LzL7UUCvR DPxDoh3V+GakcExDHwA6rqFNgE5oaCOgkxp6D9C3GlpPNAN/F56nNLSOaAa+ Fp6nNfQ20Qx8DTzPaKgF0FkNrSZajMtZRnbsVag95ywS5xbxPpFNYSsRdN40 ty73UfhKYp7CMqf2egWcL6RILPmpcjn8LrrIinlFTvLLiBZbsFP/FmwvaWgp 0Qx8CdEua3wxUriioYWAftbQAqIZ+Hx4XtXQPEDXNTSXaAb+Jjx/0dAcQL9q 6A2iGfjr8PxNQ7MB3dDQLKLFePYp4zXU3nQWYzllFBD0u2meOGUUiLlt6d/S s71+BbV/jDixCsuZsPzTUWnvRtgpji1Y1csw+0tDMwDd0hB7qW7gTfDs11AD oDsaepFoBj4Nnv9oqJ5oBs5WMe5q3J/B+xqqBfRAQzVEM/DJ8HyoIT82H2mI PcGb+OCvx64+Whekl9/BbfDEFdg7Sj+An44FVKElNczxRjT3zAlR7QiXtl8l 7bCuFfduvnYmJpSsy1h/u4KYntnMk7imlVeRLLd+s/3RLBGlXaVhXHlWo16r GqtEyg5PuA3SLz9kWxlLztQ+adkWRYaGD8THO212t12bfi3Fl4Khizbsfae7 fhtdOUUG8SBlO8g0/yzAuso9Zxb9GEf/izNRnij/m+Wg6jnU/VXD\ \>"], ImageRangeCache->{{{132.875, 393.875}, {371.5, 110.5}} -> {-0.912676, \ 0.360458, 0.00574459, 0.00929494}}], Cell[BoxData[ TagBox[ RowBox[{"\[SkeletonIndicator]", "Graphics", "\[SkeletonIndicator]"}], False, Editable->False]], "Output"] }, Open ]], Cell["\<\ Finally, plot the relationship between total fitness and the allocation by \ the ith individual to male function. \ \>", "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[1, 0, 0]], Cell[CellGroupData[{ Cell[TextData[{ "Plot [{Wi}, {ai, 0, 1}, \nAxesLabel->{\"a", StyleBox["i", FontVariations->{"CompatibilityType"->"Subscript"}], "\",\"W", StyleBox["i", FontVariations->{"CompatibilityType"->"Subscript"}], "\"}]" }], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.952381 -58.2571 58.2718 [ [.21429 .00221 -9 -9 ] [.21429 .00221 9 0 ] [.40476 .00221 -9 -9 ] [.40476 .00221 9 0 ] [.59524 .00221 -9 -9 ] [.59524 .00221 9 0 ] [.78571 .00221 -9 -9 ] [.78571 .00221 9 0 ] [.97619 .00221 -3 -9 ] [.97619 .00221 3 0 ] [1.025 .01471 0 -7 ] [1.025 .01471 52 7 ] [.01131 .13126 -30 -4.5 ] [.01131 .13126 0 4.5 ] [.01131 .2478 -30 -4.5 ] [.01131 .2478 0 4.5 ] [.01131 .36435 -30 -4.5 ] [.01131 .36435 0 4.5 ] [.01131 .48089 -30 -4.5 ] [.01131 .48089 0 4.5 ] [.01131 .59743 -24 -4.5 ] [.01131 .59743 0 4.5 ] [.02381 .64303 -26 0 ] [.02381 .64303 26 14 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .21429 .01471 m .21429 .02096 L s [(0.2)] .21429 .00221 0 1 Mshowa .40476 .01471 m .40476 .02096 L s [(0.4)] .40476 .00221 0 1 Mshowa .59524 .01471 m .59524 .02096 L s [(0.6)] .59524 .00221 0 1 Mshowa .78571 .01471 m .78571 .02096 L s [(0.8)] .78571 .00221 0 1 Mshowa .97619 .01471 m .97619 .02096 L s [(1)] .97619 .00221 0 1 Mshowa .125 Mabswid .07143 .01471 m .07143 .01846 L s .11905 .01471 m .11905 .01846 L s .16667 .01471 m .16667 .01846 L s .2619 .01471 m .2619 .01846 L s .30952 .01471 m .30952 .01846 L s .35714 .01471 m .35714 .01846 L s .45238 .01471 m .45238 .01846 L s .5 .01471 m .5 .01846 L s .54762 .01471 m .54762 .01846 L s .64286 .01471 m .64286 .01846 L s .69048 .01471 m .69048 .01846 L s .7381 .01471 m .7381 .01846 L s .83333 .01471 m .83333 .01846 L s .88095 .01471 m .88095 .01846 L s .92857 .01471 m .92857 .01846 L s .25 Mabswid 0 .01471 m 1 .01471 L s gsave 1.025 .01471 -61 -11 Mabsadd m 1 1 Mabs scale currentpoint translate 0 22 translate 1 -1 scale 63.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (a) show 69.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (\\\\) show %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (_) show 81.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (\\\\) show %%IncludeResource: font Math2Mono %%IncludeFont: Math2Mono /Math2Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (H) show 93.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (i) show 99.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (\\\\) show %%IncludeResource: font Math2Mono %%IncludeFont: Math2Mono /Math2Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (L) show 111.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth %%DocumentNeededResources: font Math1Mono %%+ font Math2Mono %%+ font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Math1Mono %%+ Math2Mono %%+ Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Math1Mono %%+ font Math2Mono %%+ font Courier grestore .02381 .13126 m .03006 .13126 L s [(1.002)] .01131 .13126 1 0 Mshowa .02381 .2478 m .03006 .2478 L s [(1.004)] .01131 .2478 1 0 Mshowa .02381 .36435 m .03006 .36435 L s [(1.006)] .01131 .36435 1 0 Mshowa .02381 .48089 m .03006 .48089 L s [(1.008)] .01131 .48089 1 0 Mshowa .02381 .59743 m .03006 .59743 L s [(1.01)] .01131 .59743 1 0 Mshowa .125 Mabswid .02381 .04385 m .02756 .04385 L s .02381 .07299 m .02756 .07299 L s .02381 .10212 m .02756 .10212 L s .02381 .16039 m .02756 .16039 L s .02381 .18953 m .02756 .18953 L s .02381 .21867 m .02756 .21867 L s .02381 .27694 m .02756 .27694 L s .02381 .30607 m .02756 .30607 L s .02381 .33521 m .02756 .33521 L s .02381 .39348 m .02756 .39348 L s .02381 .42262 m .02756 .42262 L s .02381 .45175 m .02756 .45175 L s .02381 .51003 m .02756 .51003 L s .02381 .53916 m .02756 .53916 L s .02381 .5683 m .02756 .5683 L s .25 Mabswid .02381 0 m .02381 .61803 L s gsave .02381 .64303 -87 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 22 translate 1 -1 scale 63.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (W) show 69.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (\\\\) show %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (_) show 81.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (\\\\) show %%IncludeResource: font Math2Mono %%IncludeFont: Math2Mono /Math2Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (H) show 93.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (i) show 99.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (\\\\) show %%IncludeResource: font Math2Mono %%IncludeFont: Math2Mono /Math2Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (L) show 111.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth %%DocumentNeededResources: font Math1Mono %%+ font Math2Mono %%+ font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Math1Mono %%+ Math2Mono %%+ Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Math1Mono %%+ font Math2Mono %%+ font Courier grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .5 Mabswid .02381 .01472 m .06244 .10808 L .10458 .20055 L .14415 .27858 L .18221 .3456 L .22272 .40833 L .26171 .46039 L .30316 .5068 L .34309 .54287 L .3815 .5696 L .40134 .58036 L .42237 .58951 L .43178 .59285 L .4419 .59593 L .45139 .59833 L .4602 .60014 L .47031 .60171 L .47564 .60233 L .47838 .60258 L .48134 .60282 L .48416 .603 L .48676 .60313 L .48925 .60323 L .4905 .60326 L .4912 .60328 L .49187 .60329 L .49312 .60331 L .49426 .60332 L .49548 .60332 L .49617 .60332 L .49681 .60331 L .49788 .6033 L .49905 .60328 L .50027 .60325 L .50143 .60322 L .50386 .60312 L .50612 .60301 L .51126 .60265 L .51626 .60217 L .52161 .60151 L .5313 .59994 L .54011 .59809 L .5593 .59268 L .58009 .58467 L .62101 .56244 L .66042 .53294 L .6983 .49714 L .73864 .45103 L .77747 .39892 L .81874 .33523 L Mistroke .8585 .26585 L .89675 .19172 L .93745 .10491 L .97619 .01472 L Mfstroke % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{308, 308}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["CompressedBitmap", "\<\ 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\ \>"], ImageRangeCache->{{{132.875, 439.875}, {417.5, 110.5}} -> {-0.783626, \ 1.00215, 0.0047306, 7.73159}}], Cell[BoxData[ TagBox[ RowBox[{"\[SkeletonIndicator]", "Graphics", "\[SkeletonIndicator]"}], False, Editable->False]], "Output"] }, Open ]], Cell["\<\ Is the maximum fitness at the ESS?\ \>", "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[1, 0, 0]], Cell[TextData[{ "\nGo back to the top of the Red text to run the program again.\n\n\n\n\ Please close the application ", StyleBox["Mathematica", FontSlant->"Italic"], " when you are finished. This will reset the variables for the next \ person." }], "Text", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Helvetica", FontWeight->"Bold", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Outline"->False, "Shadow"->False, "Underline"->False}, FontColor->RGBColor[1, 0, 0]], Cell["\<\ k=. a=. ai=. R=. V=.\ \>", "Input", AspectRatioFixed->True] }, WindowToolbars->{}, CellGrouping->Automatic, WindowSize->{987, 756}, WindowMargins->{{Automatic, 142}, {Automatic, 0}}, PrintingCopies->1, PrintingPageRange->{1, Automatic}, PrivateNotebookOptions->{"ColorPalette"->{RGBColor, 128}}, ShowCellLabel->True, ShowCellTags->False, RenderingOptions->{"ObjectDithering"->True, "RasterDithering"->False}, CharacterEncoding->"MacintoshAutomaticEncoding", Magnification->1.5, FrontEndVersion->"6.0 for Mac OS X x86 (32-bit) (March 13, 2008)", StyleDefinitions->"Classroom.nb" ] (* End of Notebook Content *) (* Internal cache information *) (*CellTagsOutline CellTagsIndex->{} *) (*CellTagsIndex CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ Cell[568, 21, 467, 14, 113, "Text", Evaluatable->False], Cell[1038, 37, 1114, 28, 356, "Text", Evaluatable->False], Cell[2155, 67, 406, 15, 108, "Text", Evaluatable->False], Cell[2564, 84, 718, 26, 40, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[3307, 114, 57, 1, 66, "Input"], Cell[3367, 117, 98, 3, 66, "Output"] }, Open ]], Cell[3480, 123, 525, 18, 102, "Text", Evaluatable->False], Cell[4008, 143, 454, 17, 33, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[4487, 164, 53, 1, 66, "Input"], Cell[4543, 167, 61, 1, 66, "Output"] }, Open ]], Cell[4619, 171, 367, 15, 125, "Text", Evaluatable->False], Cell[4989, 188, 454, 17, 33, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[5468, 209, 74, 1, 66, "Input"], Cell[5545, 212, 241, 9, 91, "Output"] }, Open ]], Cell[5801, 224, 358, 15, 102, "Text", Evaluatable->False], Cell[6162, 241, 454, 17, 33, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[6641, 262, 54, 1, 66, "Input"], Cell[6698, 265, 366, 13, 92, "Output"] }, Open ]], Cell[7079, 281, 375, 15, 125, "Text", Evaluatable->False], Cell[7457, 298, 454, 17, 33, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[7936, 319, 62, 1, 66, "Input"], Cell[8001, 322, 613, 22, 94, "Output"] }, Open ]], Cell[8629, 347, 443, 16, 125, "Text", Evaluatable->False], Cell[9075, 365, 454, 17, 33, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[9554, 386, 69, 1, 66, "Input"], Cell[9626, 389, 665, 23, 94, "Output"] }, Open ]], Cell[10306, 415, 302, 13, 68, "Text", Evaluatable->False], Cell[10611, 430, 454, 17, 33, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[11090, 451, 62, 1, 66, "Input"], Cell[11155, 454, 430, 15, 93, "Output"] }, Open ]], Cell[11600, 472, 915, 23, 314, "Text", Evaluatable->False], Cell[12518, 497, 454, 17, 33, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[12997, 518, 48, 1, 66, "Input"], Cell[13048, 521, 28, 0, 66, "Output"] }, Open ]], Cell[13091, 524, 328, 14, 102, "Text", Evaluatable->False], Cell[13422, 540, 454, 17, 33, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[13901, 561, 66, 1, 66, "Input"], Cell[13970, 564, 249, 9, 88, "Output"] }, Open ]], Cell[14234, 576, 406, 14, 171, "Text", Evaluatable->False], Cell[14643, 592, 330, 10, 33, "Text", Evaluatable->False], Cell[14976, 604, 454, 17, 33, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[15455, 625, 71, 4, 86, "Input"], Cell[15529, 631, 156, 6, 88, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[15722, 642, 69, 1, 66, "Input"], Cell[15794, 645, 239, 9, 91, "Output"] }, Open ]], Cell[16048, 657, 571, 10, 216, "Text", Evaluatable->False], Cell[16622, 669, 454, 17, 33, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[17101, 690, 60, 4, 86, "Input"], Cell[17164, 696, 28, 0, 66, "Output"] }, Open ]], Cell[17207, 699, 232, 6, 102, "Text", Evaluatable->False], Cell[17442, 707, 454, 17, 33, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[17921, 728, 45, 1, 66, "Input"], Cell[17969, 731, 28, 0, 66, "Output"] }, Open ]], Cell[18012, 734, 350, 13, 33, "Text", Evaluatable->False], Cell[18365, 749, 454, 17, 33, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[18844, 770, 54, 1, 66, "Input"], Cell[18901, 773, 48, 1, 89, "Output"] }, Open ]], Cell[18964, 777, 497, 16, 125, "Text", Evaluatable->False], Cell[19464, 795, 454, 17, 33, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[19943, 816, 258, 9, 98, "Input"], Cell[20204, 827, 12395, 484, 308, 8575, 418, "GraphicsData", "PostScript", \ "Graphics"], Cell[32602, 1313, 134, 4, 66, "Output"] }, Open ]], Cell[32751, 1320, 524, 16, 228, "Text", Evaluatable->False], Cell[33278, 1338, 454, 17, 33, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[33757, 1359, 258, 9, 98, "Input"], Cell[34018, 1370, 12138, 480, 270, 8558, 418, "GraphicsData", "PostScript", \ "Graphics"], Cell[46159, 1852, 134, 4, 66, "Output"] }, Open ]], Cell[46308, 1859, 696, 21, 273, "Text", Evaluatable->False], Cell[47007, 1882, 454, 17, 33, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[47486, 1903, 258, 9, 98, "Input"], Cell[47747, 1914, 13229, 555, 226, 9576, 492, "GraphicsData", "PostScript", \ "Graphics"], Cell[60979, 2471, 134, 4, 66, "Output"] }, Open ]], Cell[61128, 2478, 545, 16, 206, "Text", Evaluatable->False], Cell[61676, 2496, 454, 17, 33, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[62155, 2517, 47, 1, 66, "Input"], Cell[62205, 2520, 30, 0, 66, "Output"] }, Open ]], Cell[62250, 2523, 336, 12, 33, "Text", Evaluatable->False], Cell[62589, 2537, 454, 17, 33, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[63068, 2558, 54, 1, 66, "Input"], Cell[63125, 2561, 51, 1, 89, "Output"] }, Open ]], Cell[63191, 2565, 541, 16, 159, "Text", Evaluatable->False], Cell[63735, 2583, 454, 17, 33, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[64214, 2604, 258, 9, 98, "Input"], Cell[64475, 2615, 12479, 485, 305, 8575, 418, "GraphicsData", "PostScript", \ "Graphics"], Cell[76957, 3102, 134, 4, 66, "Output"] }, Open ]], Cell[77106, 3109, 576, 17, 159, "Text", Evaluatable->False], Cell[77685, 3128, 454, 17, 33, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[78164, 3149, 258, 9, 98, "Input"], Cell[78425, 3160, 12259, 482, 284, 8558, 418, "GraphicsData", "PostScript", \ "Graphics"], Cell[90687, 3644, 134, 4, 66, "Output"] }, Open ]], Cell[90836, 3651, 667, 21, 273, "Text", Evaluatable->False], Cell[91506, 3674, 454, 17, 33, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[91985, 3695, 258, 9, 98, "Input"], Cell[92246, 3706, 13263, 532, 276, 9203, 462, "GraphicsData", "PostScript", \ "Graphics"], Cell[105512, 4240, 134, 4, 66, "Output"] }, Open ]], Cell[105661, 4247, 661, 20, 137, "Text", Evaluatable->False], Cell[106325, 4269, 480, 12, 56, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[106830, 4285, 49, 1, 66, "Input"], Cell[106882, 4288, 29, 0, 66, "Output"] }, Open ]], Cell[106926, 4291, 334, 12, 33, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[107285, 4307, 54, 1, 66, "Input"], Cell[107342, 4310, 50, 1, 89, "Output"] }, Open ]], Cell[107407, 4314, 457, 15, 125, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[107889, 4333, 258, 9, 98, "Input"], Cell[108150, 4344, 10173, 436, 479, 8070, 398, "GraphicsData", "PostScript", \ "Graphics"], Cell[118326, 4782, 134, 4, 66, "Output"] }, Open ]], Cell[118475, 4789, 464, 15, 125, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[118964, 4808, 258, 9, 98, "Input"], Cell[119225, 4819, 9961, 432, 405, 8065, 398, "GraphicsData", "PostScript", \ "Graphics"], Cell[129189, 5253, 134, 4, 66, "Output"] }, Open ]], Cell[129338, 5260, 386, 17, 171, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[129749, 5281, 258, 9, 98, "Input"], Cell[130010, 5292, 10869, 469, 474, 8547, 428, "GraphicsData", "PostScript", \ "Graphics"], Cell[140882, 5763, 134, 4, 66, "Output"] }, Open ]], Cell[141031, 5770, 305, 14, 102, "Text", Evaluatable->False], Cell[141339, 5786, 509, 17, 228, "Text", Evaluatable->False], Cell[141851, 5805, 70, 7, 144, "Input"] } ] *) (* End of internal cache information *)