| Author |
Comment/Response |
c yu
|
03/28/06 08:29am
I am trying to combine Iterator with NSolve, FindRoot, or Do in hope to find numerical solution to a trigonometric function equation with different constant y. Basically, I used this
NSolve[F1 == 0, θ,{y,0,100}]
Do[NSolve[F1 == 0, θ],{y,0,100}]
but they seem not working. Whileas, NDSolve works that way. eg.
NDSolve[eqns, y, {x, a, a}]
Is there anything I missed? Thank you for you helps.
URL: , |
|