필터 지우기
필터 지우기

How to change an symbolic equation into wanted form ?

조회 수: 2 (최근 30일)
Guoyao.Li
Guoyao.Li 2021년 9월 12일
I want to change into , how should I make it by symbolic calculation ?
syms epsilon_r epsilon_re epsilon_theta epsilon_thetae beta r r0 c c0 k
eqn4=(epsilon_r-epsilon_re)/(epsilon_theta-epsilon_thetae)==-k*beta;
epsilon_re=0;epsilon_thetae=0;
eqn5=eval(eqn4);
assume(beta,'positive')
assume(k,'positive')
eqn6=simplify(int(r^(k*beta),r,[c r])==int(r0^(k*beta),r0,[c0 r0]));
syms a a0
eqn7=subs(eqn6,[r r0],[a a0])
eqn7 = 

답변 (0개)

카테고리

Help CenterFile Exchange에서 Conversion Between Symbolic and Numeric에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by