Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Solving the equation via matlab
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi Everybody
I am trying to solve the equation in picture below but I face many problems, Is there anyone can help me.
Thanks in advance
2 commentaires
John D'Errico
le 9 Août 2015
Modifié(e) : John D'Errico
le 9 Août 2015
OK, so you have done nothing, tried nothing, and expect a solution for your homework problem. You SAY that you have faced many problems, but we see no hint.
I'll give you a suggestion. Pick values of d and L. (Use nested loops on d and L, but there are other ways.) Then solve.
Walter Roberson
le 9 Août 2015
If you let x have a vector value, then 1-exp(a*x) has a vector result. When you have a vector expression, you can use prod() to multiply all of the members of the vector together. Now you can construct an anonymous function f = @(R) 1 - prod(....) that given a particular R value calculates the right hand side of your expression. After that it is a matter of finding a numeric solution:
Réponses (0)
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!