| Author |
Comment/Response |
Bill Simpson
|
08/23/12 11:16pm
In Response To 'Re: Re: A problem of NSolve' --------- I am not certain I understand what you need to do.
Does this work for you?
Do[Do[Print[Flatten[{T12,T13,{x,y,z} /. FindRoot[{-(1+T12+T13)*x + T12*2/Pi* ArcTan[(Pi/2)*1.4*y] +T13*2/Pi* ArcTan[(Pi/2)*1.4*z] == 0, -(1 + T12 + 1)*y + T12*2/Pi* ArcTan[(Pi/2)*1.4*x] + 1*2/Pi* ArcTan[(Pi/2)*1.4*z] == 0, -(1 + T13 + 1)*z +T13*2/Pi* ArcTan[(Pi/2)*1.4*x] + 1*2/Pi* ArcTan[(Pi/2)*1.4*y] == 0}, {{x,1}, {y,1}, {z,1}}]}]], {T12,0,3,0.1}], {T13,0,3,0.1}]
If this does not work for you then what do you need it to do?
URL: , |
|