S
S
SimpleName2019-04-23 20:35:13
Mathematics
SimpleName, 2019-04-23 20:35:13

How to find the limit at the point (0,0). matlab?

There is a task
5cbf4cb7b316d668827742.png
I tried to remake a simple limit, but it can only fit one variable tending to 0. How then to do this task?

clear all
syms x y
F=(exp(-2*x^2-1)*y/(3*x^4+2*y^2))
limit(F,x,0)
limit(F,y,0)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
U
Umpiro, 2019-04-24
@SimpleName

You can use nested limit. I don't know what 'convergence curve' is, but maybe something like that is meant here?
limit(limit(F,x,0),y,x^2)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question