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

Algebraic equation in matrix form #913

Closed
TrumeAAA opened this issue Nov 22, 2022 · 2 comments
Closed

Algebraic equation in matrix form #913

TrumeAAA opened this issue Nov 22, 2022 · 2 comments

Comments

@TrumeAAA
Copy link

Hi, I wanted to solve a Algebraic equation in matrix form that looks like:
Inked屏幕截图 2022-11-22 110800_LI
The equation has the form: AX=0
So I need to solve det(A)=0 with respect to k' when k∈(-1,1). Actually it is a Algebraic equation in matrix form, is it possible to solve it with DifferentialEquations.jl ?
Note: It is easy to do it by running:
... syms k; solution = double(solve(det(A))); ...
Any suggestion will be helpful, Thank you very much!

@ChrisRackauckas
Copy link
Member

This isn't a DifferentialEquation. Just use NonlinearSolve, though that will do it numerically of course.

@TrumeAAA
Copy link
Author

Thanks! I will try it.

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

2 participants