Solution of complex equation
显示 更早的评论
I have a big equation which have to simplify and make an (a+ib) form and after that I have to evaluate complex conjugate of the same. But within this equation one unknown variable is there. Due to this reason MATLAB can't evaluate the complex conjugate. I can't put the value of the unknown variable because at the end of the program it has to be differentiate with respect to that unknown variable. Kindly help.
回答(1 个)
Matt Tearle
2012-9-7
0 个投票
If you want to differentiate numerically or something, one option would be to make your expression a function handle, then do all the manipulations (like the conjugate) when you finally evaluate it.
类别
在 帮助中心 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!