solve([tan(x) + tan(2x) - tan(3x) == 0], x, to_poly_solve='force') Getting empty list in output. How to solve this?
| 1 | initial version |
solve([tan(x) + tan(2x) - tan(3x) == 0], x, to_poly_solve='force') Getting empty list in output. How to solve this?
The following code
sage: solve([tan(x) + tan(2x) tan(2*x) - tan(3x) tan(3*x) == 0], x, to_poly_solve='force')
Getting outputs an empty list in output. list. How to solve this?
The following code
sage: solve([tan(x) + tan(2*x) - tan(3*x) == 0], x, to_poly_solve='force')
outputs an empty list. How to solve this?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.