필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

need help with this equation..please help

조회 수: 2 (최근 30일)
Nic
Nic 2013년 4월 19일
마감: MATLAB Answer Bot 2021년 8월 20일
syms y
eq ='(y/lo)-(y/lo*lo)*(lo-y)*(log(lo-y)-log(y))-y(lo-y)*k1-k4*(k2+k3*((rc^2-y^2)/(rc^2-y^2)))^-1==0'
solve(eq,y)
when I run it I got following message
Warning: Explicit solution could not be found. > In solve at 169 In sym_1 at 6
ans =
[ empty sym]
If you have any idea please suggest me.Thanks again

답변 (1개)

Walter Roberson
Walter Roberson 2013년 4월 19일
You need to specify that you want to solve with respect to y.
  댓글 수: 1
Walter Roberson
Walter Roberson 2013년 4월 19일
By the way: after you substitute in the values from your other posting, there will be 10 roots, 2 of which will be real-valued.

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by