photo

RAJESH


Last seen: 2개월 전 2024년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
CODE error correction
clc; clear all; close all; % Input data points x = [0 3 4 5 6]; % x-coordinates y = [3 6 1 7 5]; % y-coordinates %...

2개월 전 | 0

답변 있음
divide and conquer
term3 = r(i) * (y(i) - alpha(i) * Y1(i, 1)) + (x(i+1) - x(i)) * d(i) - alpha(i) * d1(i, 1) * (X1(i, t(i)) - X1(i, 1)) * ... ...

2개월 전 | 0

답변 있음
divide and conquer
clc; clear all; close all; % Initialization iter = 1; x = [0 0.25 0.5 0.75 1]; y = [5 6 3 2 8]; % Prepare X1 and Y1 matrice...

3개월 전 | 0