photo

Soumyadeep Seth


Last seen: 1 year ago Active since 2023

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Plotting f(x) as a function of x logistic map
clear all; clc; close all; x = [0.8]; y = []; r = 2.5 for r = 0.01:0.01:4 y(end+1) = r x(end+1) = r*x(end)*(1-x(...

1 year ago | 0