The picture of the two equation.
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Sir,
Just now I took the picture of those two equations. And while I’m using the code, still, I didn’t get the answer. It shows like this.
ans =
1.1646e+04 I can't paste the picture. So, i have typed everything.
r = (((Gamma*(M-(A*Q)))+((1-Gamma)*G))*b))/((Gamma*M)+((1-Gamma)*(G+A*Q)));
Solving the following equation for Q.
((A^3)*((1-Gamma)^2)*(Q^(4 – beta)))+(2*(A^2)*((1-Gamma)*((Gamma*M)+(1-Gamma)*G)*(Q^(3 – beta)))- ((A^2)*B*((1-Gamma)^2)*(Q^2))+(A*((Gamma*M)+(1-Gamma)*G)*(Q^(2 – beta))))-(2*A*B*(1-Gamma)*((Gamma*M)+(1-Gamma)*G-(A*b))*Q)-(B*(((Gamma*M)+(1-Gamma)*G-(A*b))^2)) = 0
Where A=(1+Lamda)*Ch, B = 2*(1-beta)*C0*D, M = Cb*D, G=Cl*D
6 Comments
Rik
on 30 Jun 2020
Given the number of brackets I would be surprised if there isn't a typo somewhere in there. Also, you should be able to use the edit tools to insert an image, although this could be tricky on a mobile device.
You are getting an answer: 11646. What is the problem with it? And what code are you using?
Rik
on 30 Jun 2020


Where A=(1+Lamda)*Ch, B = 2*(1-beta)*C0*D, M = Cb*D, G=Cl*D .
Solving the above equation for Q.
Sir , I have pasted the picture of the equation what i have typed.
Rik
on 30 Jun 2020
What exact code did you use?
shunmugam hemalatha
on 30 Jun 2020
Rik
on 30 Jun 2020
Your code doesn't run, it also doesn't contain any symbolic variables. Why don't you first write your 5 equations as symbolic equations? Then you should be able to put that system of equations into solve. (note that my experience with the symbolic toolbox is fairly limited)
shunmugam hemalatha
on 30 Jun 2020
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!