kadir can erbas
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
88,768
of 295,467
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
28.57%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
I will find an xy dataset satisfying an implicit equation.
(x^2 + y^2)^3 + (15*x + 3.3*y)*(x^2 + y^2)^2 + (62.5*x^2 + 20*x*y - 8.37*y^2)*(x^2 + y^2) - 17*x^3 + 11*x^2*y + 17*x*y^2 - 11*y^...
1 year ago | 1 answer | 0
1
answerQuestion
How can I plot the pahase plane of a time dependent linear system?
I want to plot phase plane wtih arrows (like quiver) of the time dependet system above.
2 years ago | 1 answer | 0
1
answerQuestion
How can I solve a general elliptic partial differential equation with Drichlet boundary conditions?
I have an equation with known functions f, g and h shown above. My BC is: Is there any pdetool solution or any numerical me...
3 years ago | 1 answer | 0
1
answerQuestion
A 2D boundary value problem with superelliptic boundaries
I have 2 concentric supercircles with equations x^4+y^4=1 and x^4+y^4=16. Potentials at these surfaces are kept constant at V=...
3 years ago | 0 answers | 0
0
answersQuestion
How can I find a doble sum series?
I want to compute the series. Parameters a, b, c and d are known constants.
3 years ago | 1 answer | 0
1
answerQuestion
I want to draw dual phase portraits in a 4x4 linear differential equation system. My codes contain 4 variables as below (x1, x2, y1, y2).
p=0.1; q=15; x1dom = linspace(-p,p,q);x2dom = linspace(-p,p,q);y1dom = linspace(-p,p,q);y2dom = linspace(-p,p,q); [X1,X2,Y1,Y2...
3 years ago | 0 answers | 0
0
answersQuestion
I want to draw dual phase portraits in a 4x4 linear differential equation system. My codes contain 4 variables as below (x1, x2, y1, y2). For a given coefficients matrix, when
p=0.1; q=15; x1dom = linspace(-p,p,q);x2dom = linspace(-p,p,q);y1dom = linspace(-p,p,q);y2dom = linspace(-p,p,q); [X1,X2,Y1,Y2...
3 years ago | 1 answer | 0