Solving system of 5 variable
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi
I have been trying to model a electrical circuit with transmission line. But the problem is i don't know the characteristic data of this electrical transmission line.
So i used a known DC resistance of 50 ohm and measured the impedance magnitude and angle at 5 different frequency. According to my model i have 5 unknown variable. So what i did like this:
I created 5 symbolic variable like R1, L1, C1, R2& L2. The Zeq is like this:
Zeq= R1+1i*W*L1+(1/(1i*W*C1))(R2+50+1i*W*L2)/(R2+50+1i*W*L2+1/(1i*W*C1))*
I tried to simplify this expression but it doesn't. Is there any way to simplify this equation further?
Basically i have impedance value measured at 5 different frequency and i have this expression. So i used solve command to solve 5 variable from 5 equation . First of all it takes a lot of time. And finally it shows that "No Explicit solution could not be found"
Is there any better way to solve 5 variable system? or using Simulink?
Thanks in advance and Regards
댓글 수: 0
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Electrical Block Libraries에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!