Chencho Dorji
Followers: 0 Following: 0
Feeds
답변 있음
How can I plot a hyperbola?
You can try this too b=1;a=1; x=-5:0.01:5; y=b*b*sqrt(1+x.*x/(b*b)) plot(x,y)
How can I plot a hyperbola?
You can try this too b=1;a=1; x=-5:0.01:5; y=b*b*sqrt(1+x.*x/(b*b)) plot(x,y)
3년 초과 전 | 0