
Danny Van Elsen
Statistics
RANK
275,471
of 276,273
REPUTATION
0
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 18,595
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 125,997
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
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...
2 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 2 answers | 0
2
answersQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 1 answer | 0
1
answerplotting 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...
3 years ago | 0
| accepted
Question
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) + ...
3 years ago | 2 answers | 0