Community Profile

photo

Darren Tharby


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Nearest Neighbour Travelling Salesman Problem
I have implemented the nearest neighbour algorithm for solving the TSP. i dont know what im doing wrong i have worked the soluti...

2 years ago | 1 answer | 0

1

answer

Question


Help with my SIR MODEL
function sir_model % Model parameters beta = 5*10^-9; % rate of infection gamma = 0.12; % rate of recovery (try also 0.07) d...

3 years ago | 3 answers | 0

3

answers

Question


Index exceeds number of array elements (1) Heuns method
% step size % h = 0.1; % number of steps % N = 10; x(1) = 0.1; y(1) = 1.1; f = 2*sin(x)+y; for i = 1:N y(i+1)...

3 years ago | 2 answers | 0

2

answers