Feeds
답변 있음
Plotting the following function in one dimensional space R
I wrote the following but I have problem defining the function : clear all; close all; n=3 %r = rand(1, n); % Start with 3...
Plotting the following function in one dimensional space R
I wrote the following but I have problem defining the function : clear all; close all; n=3 %r = rand(1, n); % Start with 3...
거의 4년 전 | 0
질문
Define permutation map on {1,2,3}
I want to define a function which . How could I do this?
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
Plotting the following function in one dimensional space R
I want to plot the following function in one dimensional space : Let and an integer. For each probability vector ( ) with f...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
Plotting a piecewise function for an arbitrary itration and then take intersection of them.
My function is this : s(x)= piecewise(0<= x < 1/3 , mod(x+1/4, 1), 1/3<= x < 2/3 , mod(x+1/2, 1), 2/3<= x <=1 , mod(x+5/6 , 1);...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Plotting the intersection of a composition function
My function is S:[0,1] ---> [0,1] I devide [0,1] into two parts [0,1/2), [1/2,1] and for each part I defined this: For x in [0,...
4년 초과 전 | 답변 수: 1 | 0