Logic is about reasoning. This tag is appropriate for such things as logic programming, programming problems involving a logical system, or basic questions about the logical systems used in programming.

learn more… | top users | synonyms

2
votes
3answers
41 views

Result from Cor() in R doesn't logically evaluate as I'd expect

I'm trying to find a good way to test whether or not the correlation between two vectors is perfect (or NA.) I've tried lots of different methods, but I'm having a similar problem with all of them, ...
-5
votes
0answers
22 views

Paint 2D difficully task [closed]

I think that it will be interesting for programmers. My problem is to write task, enough difficult for users of this site. It is condition of: You can "select", "copy", "insert" and "move" in ...
0
votes
0answers
25 views

Expression evaluation and optimization

I was given the following function h = A.B' + C + B.C'.D + B.E + B'.C.D'.F and was told to construct it in the most optimal way using only any size NOR gate and also by applying distributive law. ...
0
votes
1answer
20 views

Multithreading logic

Multihreading is way over me. I do not ask for a specific code, instead I'd like you to help me on the logical structure of my problem. We have a restaurant with only 2 waiters, which are taking ...
-1
votes
0answers
11 views

Undecidability of detecting whether a TM has only mechanically detectable loops [closed]

This might be a bit of an abstruse question, but it's something I've been trying to prove. I'm trying to show that it is undecidable whether a given Turing Machine is a member of the set of all ...
0
votes
0answers
13 views

Collision Detection Kit Faulting

I'm quite new to AS3. I'm using the CollisionDetectionKit rather than the hitTest methods because it's more accurate. I've implemented the library. I don't think I understand its concept of degrees ...
-3
votes
1answer
52 views

How to separated zero with point in my bash script? [closed]

My script echo -n "number 1 : "; read bil1 echo -n "number 2 :"; read bil2 jlh=$(echo $bil1 + $bil2 |bc -l |sed -e 's/^\./0./' -e 's/^-\./-0' -e 's/\.0*$//'); echo " Your result : $bil1 + $bil2 ...
0
votes
1answer
38 views

Some doubts related about how work a meaning predicate that interprets the parse tree of a DCG grammar in Prolog

I am studying Prolog DCG grammar* and **parse tree on the Ivan Bratko book: "Programming for Artificial Intelligence" I am finding some difficulties with the following example that provide a DCC ...
0
votes
0answers
11 views

ANFIS membership functions

I'm creating some ANFIS via the ANFIS MATLAB Toolbox. I have time series of inputs and target values. The if-then structure identification is done in one case using Grid Partitioning, in the other ...
0
votes
1answer
22 views

Program that “mean” a parse tree in Prolog, don't work

I am studying DCG grammar and parse tree using the Ivan Bratko book: Programming fro Artificial Intelligence. On the book I found the following example that show a DCC grammar that also generate a ...
6
votes
1answer
151 views

Approximating pi in Perl - what am I doing wrong?

I am trying to approximate pi using the Ramanujan algorithm: It should compute the sums until the last sum is less than 1e-15. This was just supposed to be for fun and occupy at most half an hour ...
0
votes
1answer
10 views

How to get self-differences in sqlite table

does anyone know if there is a way to get this result in SQLite. Given table with single column x like this: x | -- 1 4 5 2 I need to add column dx, which is simply a difference x_i - x_{i-1} ...
-1
votes
1answer
28 views

Some doubts about how Prolog automatically convert DCG grammars int a set of rules

I am studying DCG grammar in Prolog using Ivan Bratko book: "Programming for Artificial Intelligence" and I am finding some problem to understand how Prolog automatically convert a DCG grammar into a ...
0
votes
2answers
43 views

MySQL logic where function I think

I have about 500 rows with simliar data to the 4 rows below, from this exmaple I only want two rows to be returned using the following logic: If emp No 817 sal_id = 2 is_active 0 then return 817 ...
1
vote
3answers
58 views

How to hide or delete the zero in my bash script?

This is my script: echo -n "number 1 :"; read bil1 echo -n "number 2 :"; read bil2 multiple=$(echo $bil1*$bil2 |bc -l |sed -e 's/^\./0./' -e 's/^-\./-0./'); echo " Your result : $bil1 * $bil2 = ...
0
votes
0answers
20 views

Transitivity on relations

I have a question concerning proving properties of Relations. The question is this: How would I go about proving that, if R and S (R and S both being different Relations) are transitive, then R ...
0
votes
3answers
45 views

If not (a and not b) and if (not a and b)

Can anyone explain why these two statements aren't equal? if not(a and not b): // do some stuff if (not a and b): // do some stuff I tried to make my program more understandable by changing the ...
0
votes
2answers
28 views

UIScrollView at 3x zoom with UIView overlay

I have a UIScrollView containing a large image of size 3354 x 2082. I have the UIScrollView zoomed out to display the entire image. I am adding red circles like this: CGRect positionFrame = ...
0
votes
0answers
31 views

A-star logic has its own mind

So I got help earlier for this program crashing, however the cost function has a mind of its own. Its supposed to go through areas that have cost 1, and avoid cost 5 areas as much as possible. It ...
1
vote
2answers
18 views

Logical Query to calculate weeks

I ask user to enter start and end date in a certain application. Then I calculate the no. of weeks in between these two dates. I want to fetch documents created per week in the given period of time. ...
-1
votes
2answers
40 views

Please help me, How to show number five in my bash script?

My Script #!/bin/bash clear echo -n "number 1 : " read bil1 echo -n "number 2 : " read bil2 krng=$(echo $bil1 - $bil2 |bc -l |sed -e 's/^\./0./' -e 's/^-\./-0./'); echo " Your result : $bil1 - $bil2 ...
-1
votes
1answer
75 views

whats wrong in this logic of finding longest common child of string

i came up with this logic to find longest common child of two strings of equal length but it runs successfuly only on simple outputs and fails others,pls guide me what i am doing wrong here. ...
1
vote
1answer
18 views

BFS visit in Prolog, why this program don't work?

I have take this program that impement BFS visit algorithm from Ivan Bratko book: "Programming for Artificial Intelligence". It's logic is pretty clear form me (I have commented the lines of code ...
1
vote
2answers
36 views

Iterative deepening with Max depth constraint in Prolog

I have to modify the following Prolog program that implements the iterative deepening dfs search on a graph: s(a, b). s(b, c). s(c, d). s(a, d). goal(d). /* Solution is the inverse list of the ...
-1
votes
1answer
37 views

I need help finding an alternative to synchronous jQuery ajax

I have a very complex form which contains multiple tabs. Each tab contains a unique Plupload instance (for uploading multiple images). The form allows a user to upload a medical image 'case' where ...
-1
votes
2answers
92 views

Can someone explain the logic behind this? [closed]

So I was browsing trough old interview questions trying to brush up and I came across this problem which I posted below. N friends are playing a game. Each of them has a list of numbers in front of ...
2
votes
2answers
45 views

PROLOG List filter predicate not aswering true or false

I'm trying to make a predicate that takes two vectors/lists and uses the first one as a filter. For example: ?- L1=[0,3,0,5,0,0,0,0],L2=[1,2,3,4,5,6,7,8],filter(L1,L2,1). L1 = [0, 3, 0, 5, 0, 0, ...
1
vote
1answer
37 views

EPR formulas with equality and inequality

I am encoding sets as relations and operations over sets as universally quantified implications. I have a selection operator over sets that produces new sets by selecting elements satisfying a unary ...
0
votes
1answer
44 views

Converting propositional logic argument to Prolog

How do I translate the following argument into Prolog? It seems like it doesn't need predicates. (Note: I use & for a conjunction and | for a disjunction.) G -> (H & J) (H | J) -> S ...
0
votes
2answers
45 views

Adding a leading zero to a float number in a bash script

My script #!/bin/bash echo -n "number 1 :"; read number1 echo -n "number 2 :"; read number2 jlh=$(echo $number1 + $number2 | bc -l | sed 's/^\./0./'); echo "your result : $number1 + $number2 ...
1
vote
1answer
21 views

What does the semantic entailment relation mean (M |= A)?

I read many acticles about it. They described it as : In logics, meaning is often described by a satisfaction relation M |= A that describes when a situation M satisfies a formula A. ...
1
vote
1answer
29 views

Is it correct this interpretation of DFS algorithm version that avoids loops in Prolog?

I am studying DFS algorithm the DFS algorithm version that avoids loops, this is the code /* It is TRUE that Solution is the path from the start node Node to a goal state node if it is TRUE the ...
0
votes
0answers
20 views

Creating a Malayalam Calendar

I am wondering how to create a Malayalam Calender using php? The malayalam calendar is seems to be changing each and every year. So, is there any possible ways to do this in php. This are some ...
0
votes
1answer
40 views

How to simplify boolean function into two logic gates?

Can anyone help me to simplify this boolean function into two logic gates? C(out) = AC(in) + BC(in) + AB
-2
votes
0answers
49 views

Using GUI interactivly [closed]

So I am currently working on a project where we setup a regular Cartesian coordinate plane where there exists little blocks and circles. The little blocks move to find the circles. So I created boxes ...
2
votes
1answer
37 views

How to implement a solve predicate for this “moving blocks” Prolog exercise?

I am studying Prolog using Ivan Bratko book: Programming for Artificial Intelligence and I am finding some difficulties to implement the final part of an exercise proposed The exercise is a program ...
-4
votes
1answer
40 views

wrong answer for lowest common factor for high values [closed]

here is a code i have written to find the lowest common factor of 2 numbers other than 1. Its pretty fast but the problem is that it seems to give some wrong answers for some high inputs. I made this ...
1
vote
1answer
28 views

Some doubts about how work this particular query of a delete from a list predicate

I have a doubt about how work this query for this del/3 predicate: /* BASE CASE: If I delete X from List and X is the HEAD of List, NewList is the Tail of List */ del(X, [X|Tail], ...
1
vote
1answer
24 views

PROLOG predicate answers true or false, but not the desired value

I am new to Prolog, and got stuck trying to make an auxiliar function that takes elements from a list, 2 at a time, and makes a vector. For example: L=[0,0,0,0,0,0,0,0], v_form([2,3,1,1],L). L = ...
2
votes
2answers
38 views

some doubts about a Prolog program that use a moves graph to move blocks on 3 stack

I am studying Prolog using Ivan Bratko book: Programming for Artificial Intelligence and I am finding some problems trying to understand how work an exercise that use graphs to decide how to move ...
-3
votes
0answers
65 views

Coding A Sudoku Solver in Prolog [closed]

I am trying to code a sudoku solver in prolog; however it is returning false. Here is the code I tried: sudoku(Solution,Puzzle):- PossibleNos = [1,2,3,4,5,6,7,8,9], Solution = Puzzle, Solution ...
1
vote
1answer
43 views

8 queen solution that use a space state “graph” in Prolog don't work

I am studying Prolog on Ivan Bratko book: Programming for Artificial Intelligence and on the book I have found this version of 8 Queens problem that use a space state "graph" to solve the problem: ...
0
votes
1answer
37 views

MySQL NAND/NOR operations in Queries

Can any one help me in explaining how to write a query for NAND and NOR? I am getting confused? Is there any good example which help to understand the NAND and NOR operation in query? I worked in ...
0
votes
0answers
20 views

Some doubts about Prolog implementation of 2-3 Dictionary

I am learning Prolog using SWI Prolog and I have some doubts about how work this implementation of the 2-3 dictionary in Prolog. I know the theory of the 2-3 dictionary that are trees whose internal ...
0
votes
0answers
16 views

Cinema 4d Xpresso Logic. Switch between objects and turn everything off with a master switch?

I have this user data setup where I can switch between 2 two objects using a checkbox (making one of them visible and hide the other) and I now I want to make a "master switch" where I can turn both ...
1
vote
1answer
49 views

Logically Incorrect answer

I tested this code out. I solved it logically without the use of prolog and the answer was different. I cannot understand where the mistake is! These are my clues: Mary Smith put all five wedding ...
0
votes
1answer
20 views

Reducing Logical Expressions

I am having trouble reducing a logical expression via logical equivilancies. The expression is as follows: ~A~C~D + AB~C~D + ABD + ABC~D + A~B~C~D Using a Karnaugh Map I am able to reduce the ...
0
votes
1answer
26 views

Logic Programming: Solve the term constraint f(X; Y; g(a)) = f(g(Y ); Z; X)

I was not able to attend my programming language class the other day due to my wonderful car crapping out on me. I am working on our homework assignment, I am doing pretty good till I got to this ...
2
votes
1answer
37 views

Recursive similarity between trees according to the number of common subtrees in Prolog

I am stufying Prolog using SWI Prolog and I am finding many difficult with this code snippet that found if 2 binary trees have N common subtree (having the same root): /* BASE CASE: T1 and T2 are two ...
0
votes
2answers
88 views

Java logic in my code

Okay, so I have this code below and I keep getting run-time errors and I'm thinking its a flaw in the codes logic. I'm trying to use the setOneOtherPicture method to pick a picture and set it into an ...

1 2 3 4 5 44