Community Profile

photo

Anjoud Alkathairi


Last seen: 12 Monate vor Aktiv seit 2022

Followers: 0   Following: 0

Statistiken

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


how to plot graphs
Plot the probability mass function (PMF) and the cumulative distribution function (CDF) of 3 random variables each following (1)...

12 Monate vor | 0 Antworten | 0

0

Antworten

Frage


probability of mass function
Exercise # 2: Plot the probability mass function (PMF) and the cumulative distribution function (CDF) of 3 random variables eac...

12 Monate vor | 0 Antworten | 0

0

Antworten

Frage


The x-coordinates of the intersection points between the two graphs are? solx and soly
v=[2;0;1;9;0;1;3;0;1]; m=max(v); n=mean(v); f=@(x) m-(1/2).*x; % Vectorized g=@(x) 2.*x.^2-n; % Vectorized figure ezpl...

mehr als ein Jahr vor | 0 Antworten | 0

0

Antworten

Frage


The x-coordinates of the intersection points between the two graphs are? solx and soly
v =[2;0;1;9;0;1;3;0;1]; m = max(v); n = mean(v); syms x; f= @(x)(3+sin(m*x)+cos(n*x)); ezplot(f,[-pi,pi]); dfx(x)= di...

mehr als ein Jahr vor | 0 Antworten | 0

0

Antworten

Frage


how can I find the surface area and the volume through this code?
v =[2;0;1;9;0;1;3;0;1]; m = max(v); n = mean(v); syms x; f= @(x)(3+sin(m*x)+cos(n*x)); ezplot(f,[-pi,pi]); dfx(x)=...

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


why is my code not working?
v=[2;0;1;9;0;1;3;0;1]; m=max(v); n=mean(v); f=@(x) m-(1/2)*x; g=@(x) 2*x^2-n; figure ezplot(f); hold on ezplot(g); hol...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Error using / Arguments must be numeric, char, or logical. what should I do I tried but did not seem to work?
>> m=2+0 m = 2 >> n=2+5 n = 7 >> syms x >> f=inline(2*x^2-(3*m-n)*x-m*n)/(x^2+(m-n)*x-n*m) Error u...

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten