I use ti-89 basic programming
In one of my programms I have a list which contains equations.
e.g. {eq1,eq2,......,eqn}->list1
how can I convert to to a boolean expression in order to use for solve?
so we have
solve(eq1 and eq2 and .... and eqn,{..})
please help!