4-Participant
November 25, 2021
Solved
Root finding of vector function using find
- November 25, 2021
- 2 replies
- 2919 views
Hello everyone
I have been a bit puzzled by the error I get when using find with vector variables. I have defined a triangle DEF in 2 dimensions. I am searching for the coordinates of a 4th point S such that the sum of vectors from S to the other points is a zero vector (weighed with parameters g and t). Unfortunately, find does not find a solution.
I thought maybe it was due to a divide by zero error, but adding the constraint that the product of the norms must be strictly positive does not solve the problem. The initial guess is already fairly close to the solution, so I don't believe it is the issue.
I have attached the mcdx file as well as a screenshot for convenience. Any idea of what is going wrong ?

François



