newtons method to solve this eqs.
Mostrar comentarios más antiguos
c1=500+(5.3*p1)+(0.004*p1^2);
c2=400+(5.5*p2)+(0.006*p2^2);
c3=200+(5.8*p3)+(0.009*p3^2);
condition ,
p1+p2+p3=800
lambda=8.5
p1,p2,p3???
2 comentarios
James Tursa
el 25 de Oct. de 2013
What have you done so far?
student
el 25 de Oct. de 2013
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Plot Settings en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!