CS-14 Intelligent Systems June-2003
Q.2(a) Transform the following into Disjunctive Normal form:
~(X→Y) →Z
(b) Create LISP database for the statement :
John is a teacher, is married to Nita and has two children David and Priya.
© Write a LISP programme that reads the radius of a circle and finds out the circumference of the circle and prints suitable message.
(d) Give the internal storage linked cons-cell sitructure for the list:
((x y) (z (u v)))
(e) Define the relation ‘Grand-Uncle’ (both maternal and paternal) where the relation of ‘Mother’, ‘Father’, ‘Brother’ and ‘Sister’ are defined already.

