필터 지우기
필터 지우기

Solve equation numerically Matlab-Mupad

조회 수: 2 (최근 30일)
I G
I G 2018년 7월 4일
편집: I G 2018년 7월 4일
I am using Matlab, and I am considering to use Mupad to solve next differential equation:
x^2+16*Kn_e*x-1-16*Kn_e-16*Kn_e^2*log(1/x)-m*64*beta(1-zv)=0
I am not sure how to define command for solving it in Matlab, so I choose Mupad, but I also have problems. From my knowledge I can define command in this way:
numeric::solve(x^2+16*kne*x-1-16*kne-16*kne*kne*log(1/x)-m*64*beta*(1-zv),x)
How to define variables
Kn_e, m, beta
before my command `solve`? And how to define
z_v
in Matlab I would write
zv=0:0.001:1
but here it would not accept it. With that command for zv I got the error
`Symbolic parameters are not allowed in nonpolynomial equations`.
Also how to plot this in format which is compatible with Matlab diagrams which I get from plot command?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Numeric Solvers에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by