필터 지우기
필터 지우기

How can I substitute two variables into one (insert relation for parallel resistors)

조회 수: 1 (최근 30일)
I'm having a problem to reduce expression like this below:
R11a R11b + R11a R12b + R11b R12a + R12a R12b
---------------------------------------------
C1a C1b C2a C2b R11a R11b R12a R12b R2a R2b
I want use substitution:
R11a * R12a R11b * R12b
----------- =R1a; ------------ =R1b;
R11a + R12a R11b + R12b
so that I can get this expression:
1
-------------------------------
C1a C1b C2a C2b R1a R1b R2a R2b
Is it possible?
-Thank You

답변 (1개)

David Sanchez
David Sanchez 2013년 5월 7일
I guess you are trying to use symbolic variables. You can try with Matlab's Symbolic Math toolbox -> MuPad. It is a much better tool for symbolic calculus. The kind of operation you are trying to perform is not likely to be possible anyway.

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by