Find out the real part of symbolic expression by using MuPad
이전 댓글 표시
Hello. I'm trying to find out the real part of the following symbolic expression:
y0*(y2+jy0)/(y0+jy2)
by using MuPad
I write the following code in the mupad command window
Re(y0*(y2+I*y0)/(y0+I*y2))
but I don't get the result I expect. Do you know how to fix out the issue?
채택된 답변
추가 답변 (1개)
Walter Roberson
2013년 12월 2일
simplify(Re(y0*(y2+I*y0)/(y0+I*y2))) assuming real
카테고리
도움말 센터 및 File Exchange에서 Properties and Assumptions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!