Community Profile

photo

Danny Van Elsen


Last seen: 7개월 전 2019년부터 활동

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Content Feed

보기 기준

질문


ode; zero input response; drawing the function in matlab
hello in the context of ordinary differential equations and system modelling, an example of how to determine the zero-input r...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


double integration of parametric function
hello all, I know how to plot a parametric surface, for example as in syms u v x = u * cos(v); y = u * sin(v); z = v; fsur...

거의 4년 전 | 답변 수: 2 | 0

2

답변

질문


fsurf: interval from parameters
hello. when plotting this surface syms u v x = u; y = v; z = 4 - u^2 - v^2; %fsurf(x, y, z, [-4 4 -4 4]) fsurf(x, y, z) I...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


simplifying an algebraic expression in two variables
hello I know that sqrt ((x-1)^2 + (y-2)^2) + sqrt ((x+1)^2 + (y+2)^2) = 6 and 8*(x^2) - 4*x*y + 5*(y^2) = 36 are equiva...

대략 4년 전 | 답변 수: 1 | 0

1

답변

답변 있음
plotting two parametric functions in same figure
ah, yes, I see. adding ylim([-10 10]) xlim([-10 10]) gives other results thanks for your patience there...

4년 초과 전 | 0

| 수락됨

질문


plotting two parametric functions in same figure
I was trying to plot a parametric function, and its inverse, like this: t= linspace (-30, +30); x= t; y= (t.^5) + ...

4년 초과 전 | 답변 수: 2 | 0

2

답변