I have difficulties to solve this equation :
NSolve[(x^3 + Sin[x]*Cos[x]) == 0, x]
I receive the following error message :
This system cannot be solved with the methods available to NSolve
May you help me to solve this equation ?
I have difficulties to solve this equation :
NSolve[(x^3 + Sin[x]*Cos[x]) == 0, x]
I receive the following error message :
This system cannot be solved with the methods available to NSolve
May you help me to solve this equation ?
NSolve[..., Reals]instead. – kirma Nov 05 '15 at 18:08