MATLAB Matlab proplems Can't think of the correct way to do it

  • Thread starter Thread starter hanson
  • Start date Start date
  • Tags Tags
    Matlab
AI Thread Summary
The discussion revolves around solving a set of equations in MATLAB involving the parameters x and y, defined by the equations x=lambda*(e-y)*cos(x+y) and y=lambda*(e-x)*sin(x+y), with lambda ranging from 2.1 to 3.0. The user is struggling to formulate the correct equations and has attempted to use vectors without success. They mention starting their function with 'function xSolution = PicardTwo(lambda)' and indicate that this is a double post, suggesting they are seeking assistance in refining their approach to solving these equations effectively in MATLAB.
hanson
Messages
312
Reaction score
0
Matlab proplems! Can't think of the correct way to do it

:confused:
x=lambda*(e-y)*cos(x+y)
y=lambda*(e-x)*sin(x+y)
lambda is value between 2.1 and 3.0
I have tried to solve it by using vector. But I can't make the correct equation.
I begin with the line 'function xSolution = PicardTwo(lambda)'
 
Physics news on Phys.org
This is a double post
https://www.physicsforums.com/showthread.php?p=916618#post916618
 
Last edited by a moderator:

Similar threads

Replies
1
Views
2K
Replies
4
Views
1K
Replies
2
Views
3K
Replies
4
Views
2K
Replies
5
Views
2K
Replies
2
Views
2K
Back
Top