×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Leslie Matrices

Leslie Matrices

Leslie Matrices

(OP)
if i have a leslie matrix L and a popn vector N, and the whole popn= 2 * L^n * N after n years, how would i set up a matlab program to find the popn for each of the next 10 years and the % increase each year (displayed in a matrix)?

I am given this program:
A=[];
for k=1:n
p=L*p;
A=[A p];
end
A

and L=[0 1.26 1.57 0.91 0.63 0.29;0.52 0 0 0 0 0;0 0.69 0 0 0 0;0 0 0.79 0 0 0;0 0 0 0.82 0 0;0 0 0 0 0.48 0]

p=[845;472;310;192;136;93]

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources