
The system of equations and the corresponding matrix model for the following above is given and explained below.
A system of Equations refers to a set of equations that one must solve or interact with all at once.
Let's call the person who carries alleles X, Y, and Z - Xt, Yt, and Zt, respectively.
Also, lets assume that 5 percent of X alleles mutate from X to Y and 3 percent mutate from X to Z in each generation, thus the percent of X alleles remains constant at:
100 - (5 percent + 3 percent) = 92 percent.
Also, because only 0.1 percent of Y alleles evolve from Y to Z, the percentage of Y alleles remains constant at 99.9%.
We must also consider that 90 percent of Z alleles do not change from Z to X, implying that 10% of Z alleles are indifferent.
Hence, the various equations describing the system will be given as:
Xt+1 = 0.92Xt + 0.92Zt
Yt+1 = 0.05Xt + 0.999Yt
Zt+1 = 0.03Xt + 0.01Yt + 0.1Zt
or
Xt+1 = 0.92Xt + 0.000Yt + 0.9Zt
Yt+1 = 0.05Xt + 0.999Yt + 0.0Zt
Zt+1 = 0.03Xt + 0.01Yt + 0.1Zt.
The Matrix Model is given as follows:
[tex]\begin{bmatrix}X_{t+1} \\Y_{t+1} \\Z_{t+1} \end{bmatrix}[/tex] = [tex]\left[\begin{array}{ccc}0.92&0&0.9\\0.05&0.999&0\\0.03&0.001&0.1\end{array}\right][/tex] = [tex]\begin{bmatrix}X_{t} \\Y_{t} \\Z_{t} \end{bmatrix}[/tex]
Learn more about the system of equations at:
https://brainly.com/question/13729904
#SPJ4