CS-14 Intelligent Systems June-2005
Q.3(a) Write a lisp function that accepts one list and a word. If the word is a member of the list, it returns ‘t’; otherwise nil.
(b) Make the internal storage structure of the list :
(1 (1 2 (3)) 4 5 6)
© Find the truth value of the statement
(~ PvQ)&R →S v( RAQ)for each of the interpretations given below:
(i) I1 : P is true, Q ;s true, R is false, S is true.
(ii) I2: Pis true, Q is false,R is true, S is true.

