Ask Your Question

Piotrasz's profile - activity

2021-01-11 23:50:25 +0100 received badge  Editor (source)
2021-01-11 18:38:00 +0100 received badge  Student (source)
2021-01-11 18:36:05 +0100 asked a question Trigonometric equation

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?

2021-01-11 18:36:05 +0100 asked a question solve([tan(x) + tan(2*x) - tan(3*x) == 0], x, to_poly_solve='force'); how can i solve this (getting empty list)?

equation ;v