View Single Post
  #1  
Old 02-22-2010, 12:19 PM
Python Python is offline
Senior Member
 
Join Date: Jun 2009
Posts: 4,684
Default how to solve this formula?please help me!

Evaluation of formula G =((p->q) ^p)->q and the output display the result of true false' conclusion if it is a valid, invalid or inconsistent.. thank you for any response its a big help to my study her's my unfinished code import sys p=(True,True,False,False) q=(True,False,True,False)
__________________
Python
Domain Name Forum
Reply With Quote