how to solve equation using lambert w function
조회 수: 2 (최근 30일)
이전 댓글 표시
I= I_L - I_(o ) [e^((q(V+I*R_s )/a*k*T) )-1] - (V+I*R_s)/R_sh I want to solve this equation to know the value of R_s, a, R_sh using lambert w function. Except these three unknown all other parameters are known. Basically this equation is solar cell one diode model equation.
댓글 수: 0
채택된 답변
Walter Roberson
2016년 2월 2일
You cannot solve a single expression to get three variables. You could find the relationship between three variables but not the three individually.
댓글 수: 4
Walter Roberson
2016년 2월 3일
The paper already contains the explicit forms.
The paper is based upon solving several equations simultaneously. When you only have one equation in three variables then it is not possible to create a solution.
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!