How to solve large linear complex equations
3 次查看(过去 30 天)
显示 更早的评论
The equations are of the following form:
,
where is known.
“Subsitituting into ,we can obtain 14 linear complex equations. By solving 28 linear equations, we can determine the values for .”
How do I solve the imaginary part and the real part
I plan to use the lsqnonlin function for solving, but there are too many unknowns and defining them with syms becomes cumbersome. Is there a better way to solve this problem?
0 个评论
采纳的回答
Matt J
2023-12-6
编辑:Dyuman Joshi
2023-12-6
Since it is a linear and unconstrained system of equations, just use mldivide, \
4 个评论
Matt J
2023-12-6
Here is my code where I separate the imaginary and real parts for computation.
I'm not sure you need to do that, but regardless, if your question is now resolved, please Accept-click the Answer.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!