You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I wanted to solve a Algebraic equation in matrix form that looks like:
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!
The text was updated successfully, but these errors were encountered:
Hi, I wanted to solve a Algebraic equation in matrix form that looks like:
![Inked屏幕截图 2022-11-22 110800_LI](https://user-images.githubusercontent.com/94948250/203221888-8ceb3499-721a-49a7-b066-ac7ace63d7a3.jpg)
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!
The text was updated successfully, but these errors were encountered: