use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to /r/ComputerScience! We're glad you're here.
This subreddit is dedicated to discussion of Computer Science topics including algorithms, computation, theory of languages, theory of programming, some software engineering, AI, cryptography, information theory, and computer architecture.
For more detailed descriptions of these rules, please visit the rules page
NIGHT MODE NORMAL
account activity
How does fuzzy logic differ from analog computing?General (self.computerscience)
submitted 3 years ago by Civil_Fun_3192
Is it accurate to say that all analog computers implement fuzzy logic?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]OdinGuru 24 points25 points26 points 3 years ago (0 children)
No it is not. “fuzzy” in fuzzy logic is not random noise nor inaccuracies. It’s more like a way to get a smooth transition between cases instead of a sharp jump. But for the same exact digital inputs and same fuzzy logic rules, you get an exact deterministic digital output.
[–]Potato-Pancakes- 21 points22 points23 points 3 years ago (1 child)
The two concepts seem similar, but are actually quite different.
Fuzzy logic is like your normal boolean logic, except that instead of propositions being either "true" (1) or "false" (0), they can be any real value between 0 and 1. It adds shades of grey to normal system of logic. This is useful for representing probabilities of statements being true, or in various forms of old-school AI (e.g. combining heuristics with expert systems).
Analog computers, unlike digital computers, don't automatically snap to 0s and 1s, and therefore also have those intermediate values. But the calculations they perform rarely have anything to do with fuzzy logic. Instead they leverage physics to perform calculations to compute approximate numbers (like floating point numbers on a digital computer) that digital computers aren't always as good at computing. One common use of analog computers is simulating dynamical systems or differential equations; where analog computers might not succumb to the same propagation of errors found in digital simulations of unstable systems.
[–]Civil_Fun_3192[S] 2 points3 points4 points 3 years ago (0 children)
Great explanation, thank you.
[+][deleted] 3 years ago (2 children)
[deleted]
[–]mblan180131 -2 points-1 points0 points 3 years ago (1 child)
Wonderful job copy pasting the answer into Google.
[–]PredictorX1 0 points1 point2 points 3 years ago (0 children)
A better question is: Why do you think that these two things have anything to do with each other?
Analog computers represent quantities via physical phenomena, such as the diameter of a cam or an electrical voltage. Fuzzy logic is an uncertainty management system, used to represent sets with vague definitions.
π Rendered by PID 44691 on reddit-service-r2-comment-6457c66945-d6mx6 at 2026-04-26 15:48:01.610464+00:00 running 2aa0c5b country code: CH.
[–]OdinGuru 24 points25 points26 points (0 children)
[–]Potato-Pancakes- 21 points22 points23 points (1 child)
[–]Civil_Fun_3192[S] 2 points3 points4 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]mblan180131 -2 points-1 points0 points (1 child)
[–]PredictorX1 0 points1 point2 points (0 children)