-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
solve_question #18
Comments
"Could the issue be related to this piece of code? These two different weight terms represent the system's sensitivity to time or the current state. For certain systems, the time dependence might be more significant, which could cause an issue when using the solver. As the coefficients grow, 𝑓(𝑥)˙ might increase, leading to an inability to solve the system properly." con = [con, sos(-(max(1, 1/T) * jacobian(v,s) + max(1,T) * jacobian(v,z) * f) - hs - l * q2)]; |
|
Hello, thanks for your questions ! I'll try to answer them one by one (and sorry for the time taken to reply):
|
I hope this answers your question, don't hesitate to ask for precision if needed! |
Thank you very much for your response. You are a great contributor to open source, and I truly appreciate your work. I am currently studying the analysis of attraction regions in the infinite time domain, but my knowledge in this area is not yet sufficient. Thank you for your explanation. |
"I have a question: what impact will the coefficients of my state equations have on this program? Based on my attempts, when I multiply the term 𝑓(𝑥)˙for 𝑥1 by a large coefficient, the problem becomes unsolvable, even though this coefficient is reasonable and I can plot the phase trajectory using a phase diagram. Does this issue have any relation to the simulation time 𝑇?"
The text was updated successfully, but these errors were encountered: