Hi all,
I have only recently started using Mathematica through school and have run into a few problems when trying the following expression.
Solve[Sin[(119 \[Pi])/730 - (2 \[Pi] t)/365] == 1/2, t]
However when i do this i get the following conditional expression:
`{{t -> ConditionalExpression[(
119 \[Pi] + 730 (-(\[Pi]/6) + 2 \[Pi] C[1]))/(4 \[Pi]),
C[1] \[Element] Integers]}`
and
{t -> ConditionalExpression[(119 \[Pi] + 730 ((7 \[Pi])/6 + 2 \[Pi] C[1]))/(4 \[Pi]), C[1] \[Element] Integers]}
I am trying to evaluate it so that i can get simple answers for t, and not conditional expressions. Is there a SIMPLE way that I can get around this for either the solve function or the reduce function.
Thanks, James
Attachments: