Skip to content
\n

Depending on how I formulate the arguments, I get an input/output mismatch error, or the find_eqpt function runs infinitely.

","upvoteCount":1,"answerCount":2,"acceptedAnswer":{"@type":"Answer","text":"

The issue is that the problem I desire to solve is over-constrained. I get the intended result if I change the line in find_eqpt that calls root to result = root(rootfun, z0, method='lm'), adding the \"least squares method\" designator to the args.

\n

Does it make sense for find_eqpt to do this if num_constraints > num_freedoms?

","upvoteCount":0,"url":"https://github.com/python-control/python-control/discussions/1053#discussioncomment-11137221"}}}
Discussion options

You must be logged in to vote

The issue is that the problem I desire to solve is over-constrained. I get the intended result if I change the line in find_eqpt that calls root to result = root(rootfun, z0, method='lm'), adding the "least squares method" designator to the args.

Does it make sense for find_eqpt to do this if num_constraints > num_freedoms?

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@murrayrm
Comment options

@corbinklett
Comment options

@corbinklett
Comment options

@corbinklett
Comment options

Answer selected by corbinklett
Comment options

You must be logged in to vote
1 reply
@murrayrm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants