[SOLVED] (CS571) Intelligence Assignment-3

30.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You will receive the following solution file(s) instantly after successful payment:

zip file icon Assignment3-dawtgc.zip (88.3 KB)
Assignment Instructions Updated Recently? Submit Below and we will provide new Solution!
Submit New Instructions
πŸ”’ Securely Powered by:
Secure Checkout
5/5 - (2 votes)

Β 

β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”-

Questions

β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”-

Β 

1. Deduction Theorem

Given an expression, write a program to decide whether it’sΒ  a theorem or not​ Steps

  1. Write a parser to isolate the clauses around the implication in the expressions

Β 

Test Cases :

  1. (P => Q ) => ((~Q => P) => Q)
  2. P => (P V Q)
  3. (P ^ Q) => (P V R)

Β 

2. Prolog Programing

Β 

  1. Write a program in Prolog to represent the following knowledge and find the answer to the given questions

Β 

  1. Knowledge

A, B and C belong to Himalayan club. Every member in the club is either a mountain climber or skier or both. A likes whatever B dislikes and dislikes whatever B likes. A likes rain and snow. No mountain climber likes rain. Every skiers likes snow

Β 

Question : Is there a member who is mountain climber but not a skier?

Β 

Β 

Β 

Β 

  • Assignment3-dawtgc.zip