SlideShare une entreprise Scribd logo
1  sur  14
Chapter 3 Lists , Operators and Arithmetic
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],Ex.1:[ann , tennis , tom ,   football]. Ex.2:[ann , X , sport(tennis) ,   [tom , skiing]].    ann: atom   X: variable   sport(tennis):structure with   functor sport / 1 argument.   [tom , skiing]:anther list.
[object Object],i.e.  :to represent it as a structure with  functor   .  , and  in binary tree  ( 2 - arguments ). ,[object Object],Where: Head: First argument object. Tail: The rest of objects. Functor Head Tail Two arguments
[object Object],. ann   . tennis  . tom   . football   [] .  (ann ,  .  (tennis ,  .  (tom ,  .  (football , [])))).
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
(1)  Membership  / 2 ,[object Object],object ,[object Object],[object Object],Means:  number of arguments are two list Yes object list member(a , [1 , b , c]) No
[object Object],(Fact) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],X = a; X = b; X = c; no
[object Object],member (X , Tail) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],Yes To satisfy member (X , [a , d]) It go to member(X , [X | _ ]) again and try to satisfy, but here at this time it is satisfied then it answers Stop  Practice
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Why?? Two lists ,[object Object],[object Object],[object Object],Concatenation  /3 Means :   three lists Conc of L1 , L2. The same [Head | Tail] empty X  L1  X  L3  L2
[object Object],[object Object],Answer: practical  Let us see ,[object Object],conc ([] , L , L). conc ([X | L1] , L2 , [X | L3]) :- conc (L1 , L2 , L3). ,[object Object],[object Object],[object Object],[object Object],[object Object],L1 =[a , b] L2 =[c]; L1 =[a , b ,c] L2 =[]; no Decomposition process. For a list into two lists
[object Object],[object Object],[object Object],Vip: ,[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

Contenu connexe

Tendances

Ch1 sets and_logic(1)
Ch1 sets and_logic(1)Ch1 sets and_logic(1)
Ch1 sets and_logic(1)
Kwonpyo Ko
 
Data structure lecture 4
Data structure lecture 4Data structure lecture 4
Data structure lecture 4
Kumar
 
Prolog -Cpt114 - Week3
Prolog -Cpt114 - Week3Prolog -Cpt114 - Week3
Prolog -Cpt114 - Week3
a_akhavan
 
Combining like terms
Combining like termsCombining like terms
Combining like terms
gcahill10
 
2 1 Bzca5e
2 1 Bzca5e2 1 Bzca5e
2 1 Bzca5e
silvia
 
Day 1 examples u8f13
Day 1 examples u8f13Day 1 examples u8f13
Day 1 examples u8f13
jchartiersjsd
 
Day 1 examples u6w14
Day 1 examples u6w14Day 1 examples u6w14
Day 1 examples u6w14
jchartiersjsd
 

Tendances (20)

Ch1 sets and_logic(1)
Ch1 sets and_logic(1)Ch1 sets and_logic(1)
Ch1 sets and_logic(1)
 
Data structure lecture 4
Data structure lecture 4Data structure lecture 4
Data structure lecture 4
 
Set theory
Set theorySet theory
Set theory
 
Common symbols used in set theory
Common symbols used in set theoryCommon symbols used in set theory
Common symbols used in set theory
 
Prolog -Cpt114 - Week3
Prolog -Cpt114 - Week3Prolog -Cpt114 - Week3
Prolog -Cpt114 - Week3
 
List , tuples, dictionaries and regular expressions in python
List , tuples, dictionaries and regular expressions in pythonList , tuples, dictionaries and regular expressions in python
List , tuples, dictionaries and regular expressions in python
 
Set Theory QA 3
Set Theory QA 3Set Theory QA 3
Set Theory QA 3
 
Ppt geo-d3-set operations
Ppt geo-d3-set operationsPpt geo-d3-set operations
Ppt geo-d3-set operations
 
Fundamental Theorem of Calculus
Fundamental Theorem of CalculusFundamental Theorem of Calculus
Fundamental Theorem of Calculus
 
Set
SetSet
Set
 
Python programming for Beginners - II
Python programming for Beginners - IIPython programming for Beginners - II
Python programming for Beginners - II
 
theory of computation lecture 02
theory of computation lecture 02theory of computation lecture 02
theory of computation lecture 02
 
Groovy
GroovyGroovy
Groovy
 
Combining like terms
Combining like termsCombining like terms
Combining like terms
 
2 1 Bzca5e
2 1 Bzca5e2 1 Bzca5e
2 1 Bzca5e
 
Sets by navneet class 11
Sets by navneet class 11Sets by navneet class 11
Sets by navneet class 11
 
Day 1 examples u8f13
Day 1 examples u8f13Day 1 examples u8f13
Day 1 examples u8f13
 
Day 1 examples u6w14
Day 1 examples u6w14Day 1 examples u6w14
Day 1 examples u6w14
 
Hashing
HashingHashing
Hashing
 
Evaluating functions
Evaluating functionsEvaluating functions
Evaluating functions
 

Similaire à Section3 Prologppt

Prolog programming
Prolog programmingProlog programming
Prolog programming
Fraboni Ec
 
Prolog programming
Prolog programmingProlog programming
Prolog programming
James Wong
 
Prolog programming
Prolog programmingProlog programming
Prolog programming
David Hoen
 
Prolog programming
Prolog programmingProlog programming
Prolog programming
Tony Nguyen
 

Similaire à Section3 Prologppt (20)

GE3151 PSPP UNIT IV QUESTION BANK.docx.pdf
GE3151 PSPP UNIT IV QUESTION BANK.docx.pdfGE3151 PSPP UNIT IV QUESTION BANK.docx.pdf
GE3151 PSPP UNIT IV QUESTION BANK.docx.pdf
 
Prolog programming
Prolog programmingProlog programming
Prolog programming
 
Prolog programming
Prolog programmingProlog programming
Prolog programming
 
Prolog programming
Prolog programmingProlog programming
Prolog programming
 
Prolog programming
Prolog programmingProlog programming
Prolog programming
 
Prolog programming
Prolog programmingProlog programming
Prolog programming
 
Prolog programming
Prolog programmingProlog programming
Prolog programming
 
Prolog programming
Prolog programmingProlog programming
Prolog programming
 
Lists.pptx
Lists.pptxLists.pptx
Lists.pptx
 
python_avw - Unit-03.pdf
python_avw - Unit-03.pdfpython_avw - Unit-03.pdf
python_avw - Unit-03.pdf
 
List_tuple_dictionary.pptx
List_tuple_dictionary.pptxList_tuple_dictionary.pptx
List_tuple_dictionary.pptx
 
PrologListsGraphs.ppt
PrologListsGraphs.pptPrologListsGraphs.ppt
PrologListsGraphs.ppt
 
Pytho lists
Pytho listsPytho lists
Pytho lists
 
Python Lecture 8
Python Lecture 8Python Lecture 8
Python Lecture 8
 
Prolog: Arithmetic Operations In Prolog
Prolog: Arithmetic Operations In PrologProlog: Arithmetic Operations In Prolog
Prolog: Arithmetic Operations In Prolog
 
PROLOG: Arithmetic Operations In Prolog
PROLOG: Arithmetic Operations In PrologPROLOG: Arithmetic Operations In Prolog
PROLOG: Arithmetic Operations In Prolog
 
Python programming : List and tuples
Python programming : List and tuplesPython programming : List and tuples
Python programming : List and tuples
 
15CS664-Python Application Programming - Module 3 and 4
15CS664-Python Application Programming - Module 3 and 415CS664-Python Application Programming - Module 3 and 4
15CS664-Python Application Programming - Module 3 and 4
 
15CS664- Python Application Programming - Module 3
15CS664- Python Application Programming - Module 315CS664- Python Application Programming - Module 3
15CS664- Python Application Programming - Module 3
 
The Ring programming language version 1.10 book - Part 30 of 212
The Ring programming language version 1.10 book - Part 30 of 212The Ring programming language version 1.10 book - Part 30 of 212
The Ring programming language version 1.10 book - Part 30 of 212
 

Dernier

All You Need To Know About UEFA EURO 2024
All You Need To Know About UEFA EURO 2024All You Need To Know About UEFA EURO 2024
All You Need To Know About UEFA EURO 2024
Goalthinker
 

Dernier (20)

Scotland vs Switzerland Euro Cup Germany Prediction Can the Scots qualify fro...
Scotland vs Switzerland Euro Cup Germany Prediction Can the Scots qualify fro...Scotland vs Switzerland Euro Cup Germany Prediction Can the Scots qualify fro...
Scotland vs Switzerland Euro Cup Germany Prediction Can the Scots qualify fro...
 
Albania Vs Spain Albania in the Euro 2024, this is when Silvinjo will publish...
Albania Vs Spain Albania in the Euro 2024, this is when Silvinjo will publish...Albania Vs Spain Albania in the Euro 2024, this is when Silvinjo will publish...
Albania Vs Spain Albania in the Euro 2024, this is when Silvinjo will publish...
 
Print Champions: Historic Raptors Championship Wins a Slam-Dunk Victory for C...
Print Champions: Historic Raptors Championship Wins a Slam-Dunk Victory for C...Print Champions: Historic Raptors Championship Wins a Slam-Dunk Victory for C...
Print Champions: Historic Raptors Championship Wins a Slam-Dunk Victory for C...
 
4 Ridiculous Rules About Fantasy Cricket API.pdf
4 Ridiculous Rules About Fantasy Cricket API.pdf4 Ridiculous Rules About Fantasy Cricket API.pdf
4 Ridiculous Rules About Fantasy Cricket API.pdf
 
Croatia VS Italy-Italy’s Eight Players Fight For Three Spots Left In Euro Cup...
Croatia VS Italy-Italy’s Eight Players Fight For Three Spots Left In Euro Cup...Croatia VS Italy-Italy’s Eight Players Fight For Three Spots Left In Euro Cup...
Croatia VS Italy-Italy’s Eight Players Fight For Three Spots Left In Euro Cup...
 
Serbia vs England Tickets: Serbia's UEFA Euro 2024 Squad, A New Era of Redemp...
Serbia vs England Tickets: Serbia's UEFA Euro 2024 Squad, A New Era of Redemp...Serbia vs England Tickets: Serbia's UEFA Euro 2024 Squad, A New Era of Redemp...
Serbia vs England Tickets: Serbia's UEFA Euro 2024 Squad, A New Era of Redemp...
 
France vs Poland France Euro 2024 squad Who makes the confirmed 25 named by D...
France vs Poland France Euro 2024 squad Who makes the confirmed 25 named by D...France vs Poland France Euro 2024 squad Who makes the confirmed 25 named by D...
France vs Poland France Euro 2024 squad Who makes the confirmed 25 named by D...
 
JORNADA 8 LIGA MURO 2024BALONCESTO12.pdf
JORNADA 8 LIGA MURO 2024BALONCESTO12.pdfJORNADA 8 LIGA MURO 2024BALONCESTO12.pdf
JORNADA 8 LIGA MURO 2024BALONCESTO12.pdf
 
All You Need To Know About UEFA EURO 2024
All You Need To Know About UEFA EURO 2024All You Need To Know About UEFA EURO 2024
All You Need To Know About UEFA EURO 2024
 
Spain's Euro 2024 Hopes Dampened by Injuries.docx
Spain's Euro 2024 Hopes Dampened by Injuries.docxSpain's Euro 2024 Hopes Dampened by Injuries.docx
Spain's Euro 2024 Hopes Dampened by Injuries.docx
 
Ukraine Vs Belgium Ukraine announces squad for UEFA Euro 2024.docx
Ukraine Vs Belgium Ukraine announces squad for UEFA Euro 2024.docxUkraine Vs Belgium Ukraine announces squad for UEFA Euro 2024.docx
Ukraine Vs Belgium Ukraine announces squad for UEFA Euro 2024.docx
 
TAM Sports-IPL 17 Advertising Report- M01 - M71.xlsx - IPL 17 FCT (Commercial...
TAM Sports-IPL 17 Advertising Report- M01 - M71.xlsx - IPL 17 FCT (Commercial...TAM Sports-IPL 17 Advertising Report- M01 - M71.xlsx - IPL 17 FCT (Commercial...
TAM Sports-IPL 17 Advertising Report- M01 - M71.xlsx - IPL 17 FCT (Commercial...
 
Slovenia vs Denmark Euro Cup 2024 Prediction Which nation can take a step tow...
Slovenia vs Denmark Euro Cup 2024 Prediction Which nation can take a step tow...Slovenia vs Denmark Euro Cup 2024 Prediction Which nation can take a step tow...
Slovenia vs Denmark Euro Cup 2024 Prediction Which nation can take a step tow...
 
Netherlands vs France Netherlands Euro 2024 Squad Who Will Play and Who Won't...
Netherlands vs France Netherlands Euro 2024 Squad Who Will Play and Who Won't...Netherlands vs France Netherlands Euro 2024 Squad Who Will Play and Who Won't...
Netherlands vs France Netherlands Euro 2024 Squad Who Will Play and Who Won't...
 
Poland vs Netherlands Euro Cup Prediction, Stats and Team News.docx
Poland vs Netherlands Euro Cup Prediction, Stats and Team News.docxPoland vs Netherlands Euro Cup Prediction, Stats and Team News.docx
Poland vs Netherlands Euro Cup Prediction, Stats and Team News.docx
 
Poland Vs Netherlands Netherlands announce squad for UEFA Euro 2024.docx
Poland Vs Netherlands Netherlands announce squad for UEFA Euro 2024.docxPoland Vs Netherlands Netherlands announce squad for UEFA Euro 2024.docx
Poland Vs Netherlands Netherlands announce squad for UEFA Euro 2024.docx
 
Eight Barcelona Stars in Spain's Euro 2024 Pre-List.docx
Eight Barcelona Stars in Spain's Euro 2024 Pre-List.docxEight Barcelona Stars in Spain's Euro 2024 Pre-List.docx
Eight Barcelona Stars in Spain's Euro 2024 Pre-List.docx
 
Winbuzz login: Get Instant Winbuzz Login Id, and Cricket Id on Winbuzz
Winbuzz login: Get Instant Winbuzz Login Id, and Cricket Id on WinbuzzWinbuzz login: Get Instant Winbuzz Login Id, and Cricket Id on Winbuzz
Winbuzz login: Get Instant Winbuzz Login Id, and Cricket Id on Winbuzz
 
Croatia vs Albania Euro 2024 Prediction Could knockout stage qualification be...
Croatia vs Albania Euro 2024 Prediction Could knockout stage qualification be...Croatia vs Albania Euro 2024 Prediction Could knockout stage qualification be...
Croatia vs Albania Euro 2024 Prediction Could knockout stage qualification be...
 
Spain vs Croatia Croatia Odds to Win Euro 2024 Prediction, Outright Odds, Pat...
Spain vs Croatia Croatia Odds to Win Euro 2024 Prediction, Outright Odds, Pat...Spain vs Croatia Croatia Odds to Win Euro 2024 Prediction, Outright Odds, Pat...
Spain vs Croatia Croatia Odds to Win Euro 2024 Prediction, Outright Odds, Pat...
 

Section3 Prologppt

  • 1. Chapter 3 Lists , Operators and Arithmetic
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.