Community Profile

photo

Reza Yaghmaeian


Last seen: etwa 2 Jahre vor Aktiv seit 2021

Statistiken

Content Feed

Anzeigen nach

Beantwortet
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...

etwa 2 Jahre vor | 0

Frage


Define permutation map on {1,2,3}
I want to define a function which . How could I do this?

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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);...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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,...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort