Solution of complex equation
Mostrar comentarios más antiguos
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.
Respuestas (1)
Matt Tearle
el 7 de Sept. de 2012
0 votos
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.
Categorías
Más información sobre Symbolic Math Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!