[TIB] Re: convert list to boolean expression


[Prev][Next][Index][Thread]

[TIB] Re: convert list to boolean expression



Robert Mohr wrote:
> list[1]->bool
> For i,2,dim(list)
> bool&" and "&string(list[i])->bool
> EndFor

Add this after the above line:

expr("solve("&bool&","&string(varToSolveFor)&")")->result
> 
> Just going off the top of my head, but it should work.
> 
> giwrgos giwrgos wrote:
> 
>> 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!
>>
>> ------------------------------------------------------------------------
>> Help STOP SPAM with the new MSN 8 <http://g.msn.com/8HMJEN/2731> and 
>> get 2 months FREE*
> 
> 
> 


-- 
Robert Mohr
mohr.42@osu.edu
mohrr@cis.ohio-state.edu




References: