Community Profile

photo

chris henkel


Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Why doesn't my graph show?
>> x = 50e+12: 10e+12: 150e+12; >> y = (7.9)*(((2e+14)*x)./((4*x.^2)+(5e+12))); >> plot(x,y) i need this to plot ...

6 years ago | 0 answers | 0

0

answers

Question


What is wrong with my equation?
>> x = linspace(50e+12,150e+12,10); >> y = 10-(12.1-10)*((2e+14)*(x))./((4*((x).^2))+(5e+12)); >> plot(x,y) this should...

6 years ago | 0 answers | 0

0

answers

Question


Why is my graph not right?
Im trying to make this graph. I was unable to find symbols so I just used numbers for most of the equation (the first one). I ne...

6 years ago | 1 answer | 0

1

answer