| Author |
Comment/Response |
ammumary
|
03/30/10 02:19am
hi....
i was working with mathematica to find the minimum value of w. i wrote the following program
ClearAll;
Q = 10;
Pr = 5; Pm = 10;
k1 = [Pi]^2)+ a;
X1 = 1 + 1\/Pr;
FindMinimum[
Evaluate[w = {((-1)*Q*Pr*[Pi^2]*((Pr/Pm) - 1)/Pm)- (((Pr/Pm)*k1)^2)*X1)}/X1, {a, .001 .001, 10}]]
Error shown was "FindMinimum::"fmlim": "The minimum could not be bracketed in 30iterations."
URL: , |
|