Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

This is for MATLAB. Problem 3: Leslie Applied to Belon Academy Filename: belonAcademy.m Write a script. Early in his career, Leslie e admired Belon Tusk.

This is for MATLAB.

image text in transcribed

Problem 3: Leslie Applied to Belon Academy Filename: belonAcademy.m Write a script. Early in his career, Leslie e admired Belon Tusk. Now Belon is leveraging Leslie's matrix concepts. Develop the algorithm, solution approach, Leslie Matrix e, and script for the following scenario: Belon Tusk has decided to start an academy for crazy ideas. Belon has asked you to forecast the academy's growth for the first 20 years. Belon wishes the calculation to be conducted monthly. o o O o The academy consists of 5 tiers of schooling. One being the lowest tier. Five being the highest tier. Graduation from one tier to the next tier is rare, as you must first be knighted by Monty Python and then Belon Tusk. As such graduation rates, per month, are very slim. The following represent the fraction of students in one tier who move to the next tier per month: Tier 1>2: 0.05 o Tier 2>3: 0.07 Tier 3>4: 0.08 o Tier 4>5: 0.10 o Tier 5 >out: 0.15 Students also drop out (actually get kicked out by Belon on a regular basis). Belon's reject rate is shown below. This is presented as the fraction of students in a tier who are kicked out of Belon Academy altogether: Tier 1: 0.50 Tier 2:0.40 o Tier 3: 0.30 o Tier 4: 0.25 Tier 5: 0.20 Only Tiers 1 - 3 are responsible for recruiting new students into Belon Academy. Each student in each tier is responsible for recruiting 5 students. But no student has ever achieved Belon's ambitious goals. Recruiting is hard! So, each month, the true number of students recruited by each student in tiers 1-3 is a random number between 0 and 2. o Think through this dynamic carefully. o You will need to use rand(). o Carefully apply rand() in your algorithm so that the result is consistent with the framing above. o There is no such thing as a fraction of a student recruited, promoted, or eliminated. o All recruited students start in Tier 1. The initial population consists of 400 carefully selected students in Tier 1. O The matlab script should: Clearly document the solution approach / algorithm Clearly show the Leslie matrix creation (hint, and possibly updates to Leslie also!) Be as dynamic as possible. Minimize hard coded values throughout Output to the console a table of all tiers progressing through all months. Problem 3: Leslie Applied to Belon Academy Filename: belonAcademy.m Write a script. Early in his career, Leslie e admired Belon Tusk. Now Belon is leveraging Leslie's matrix concepts. Develop the algorithm, solution approach, Leslie Matrix e, and script for the following scenario: Belon Tusk has decided to start an academy for crazy ideas. Belon has asked you to forecast the academy's growth for the first 20 years. Belon wishes the calculation to be conducted monthly. o o O o The academy consists of 5 tiers of schooling. One being the lowest tier. Five being the highest tier. Graduation from one tier to the next tier is rare, as you must first be knighted by Monty Python and then Belon Tusk. As such graduation rates, per month, are very slim. The following represent the fraction of students in one tier who move to the next tier per month: Tier 1>2: 0.05 o Tier 2>3: 0.07 Tier 3>4: 0.08 o Tier 4>5: 0.10 o Tier 5 >out: 0.15 Students also drop out (actually get kicked out by Belon on a regular basis). Belon's reject rate is shown below. This is presented as the fraction of students in a tier who are kicked out of Belon Academy altogether: Tier 1: 0.50 Tier 2:0.40 o Tier 3: 0.30 o Tier 4: 0.25 Tier 5: 0.20 Only Tiers 1 - 3 are responsible for recruiting new students into Belon Academy. Each student in each tier is responsible for recruiting 5 students. But no student has ever achieved Belon's ambitious goals. Recruiting is hard! So, each month, the true number of students recruited by each student in tiers 1-3 is a random number between 0 and 2. o Think through this dynamic carefully. o You will need to use rand(). o Carefully apply rand() in your algorithm so that the result is consistent with the framing above. o There is no such thing as a fraction of a student recruited, promoted, or eliminated. o All recruited students start in Tier 1. The initial population consists of 400 carefully selected students in Tier 1. O The matlab script should: Clearly document the solution approach / algorithm Clearly show the Leslie matrix creation (hint, and possibly updates to Leslie also!) Be as dynamic as possible. Minimize hard coded values throughout Output to the console a table of all tiers progressing through all months

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started