Skip to main content

Questions tagged [logic]

Questions on use and formulation of logical operations, including both functions for programming and for mathematical operations.

0 votes
0 answers
110 views

I have an example where Reduce outputted ...
florin's user avatar
  • 2,380
0 votes
2 answers
111 views

I have two sets of data as a list of binary lists and their measure of significance, for example ...
Phillip Dukes's user avatar
5 votes
2 answers
198 views

I have several expressions similar to a (a b + c d) != 0 || b (a b + c d) != 0 || c (a b + c d) != 0 || d (a b + c d) != 0 and I would like to reduce them ...
მამუკა ჯიბლაძე's user avatar
4 votes
4 answers
212 views

It would be convenient to have a function VarsfromLogical which out of {a+b>c,c+d==a} outputs {a,b,c,d} Incidentally, I use ...
florin's user avatar
  • 2,380
10 votes
2 answers
1k views

The question goes like this: Ms. Li has just moved into a new home and plans to buy several potted plants at once. Her thoughts are as follows: Buy either Green Radish or Podocarpus. Buy at least ...
csn899's user avatar
  • 1
3 votes
1 answer
109 views

How can we use quantifiers to express something a bit more complex such as - for example - the definition of limit: $$\forall \epsilon >0\hspace{2mm} \exists \delta >0 \hspace{.5mm} :\hspace{....
Red Banana's user avatar
  • 5,613
3 votes
1 answer
139 views

I have the following expression containing functions eg. Log, PolyLog etc, ...
BabaYaga's user avatar
  • 1,957
1 vote
1 answer
244 views

I want to take two numbers, say 200 and 101, and transform them into their binary form. Then XOR them together and transform the result back into the decimal form. The result in this case should be ...
Alexei Boulbitch's user avatar

15 30 50 per page
1
2 3 4 5
11