Skip to content
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

IntervalNonlinearProblem support in MTK #2672

Open
ashwani-rathee opened this issue Apr 25, 2024 · 0 comments
Open

IntervalNonlinearProblem support in MTK #2672

ashwani-rathee opened this issue Apr 25, 2024 · 0 comments

Comments

@ashwani-rathee
Copy link

I had a symbolic equation/function of type

julia> pₜₜ = expand_derivatives(D((pₜ)))
(-L*(k^2)*(log(e)^2)*(e^(-k*(t - t0)))) / ((1 + e^(-k*(t - t0)))^2) + 2(k^2)*(e^(-2k*(t - t0)))*(L / ((1 + e^(-k*(t - t0)))^4))*(log(e)^2)*(1 + e^(-k*(t - t0)))

I want to solve for 0 ~ pₜₜ where trying to find t in a certain interval and for that it needed IntervalNonLinearProblem which is currently not supported in MTK. Specific wanted to use MTK directly because of dictionary like input for parameters.

It would be a great help to have this support, I'll be willing to help if someone can guide me through properly given never contributed before to MTK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant