About 50 results
Open links in new tab
  1. What exactly does f: R->R or f:Z->R mean in discrete math?

    On the other hand, if a function has the set of integers as its domain, we're dealing with a discrete structure. If you graph the function f defined by f (n) = n, where n is an integer, it looks like a diagonal …

  2. Discrete math: sets and subsets? - Stack Overflow

    Discrete math: sets and subsets? Asked 11 years ago Modified 2 years, 5 months ago Viewed 390 times

  3. Should developers know discrete math? - Stack Overflow

    Sep 7, 2013 · Is it important for developers to know discrete math? Most of the books about algorithms and analysis have at least some references to math. I can easily understand the algorithms in …

  4. math - Difference between Discrete Structures and Discrete …

    Discrete structures are structures that are used in describing discrete mathematics. Discrete mathematics is math that makes use of discrete structures. In reality, discrete mathematics is just …

  5. math - Translating “neither…nor” into a mathematical logical …

    Mar 5, 2011 · math logic discrete-mathematics calculus edited Mar 5, 2011 at 2:22 asked Mar 5, 2011 at 1:32 Philoxopher

  6. math - Is mathematics necessary for programming? - Stack Overflow

    Oct 1, 2008 · Math is not needed for programming, because programming is math. It can be good math, or bad math (like when orangutan's long call is transliterated into Ook language), but whenever a …

  7. algorithm - Which topic in Discrete Mathematics is considered as a ...

    Feb 13, 2012 · 8 "Discrete math" is more a buzzword that contains the basics from a dozen different topics (logic, algorithms, theory of computation, number theory, digital design, etc.) all marginally …

  8. math - Mathematical (Arithmetic) representation of XOR - Stack Overflow

    Jan 23, 2014 · We are used to thinking about logic as discrete (binary) and computer processing as discrete, but non-binary logic is becoming more and more common and can help make problems that …

  9. discrete mathematics - How to perform Modulo greatest common …

    Oct 25, 2016 · A computer science or discrete mathematics perspective might frame a divisor as a number d that for a given number a gives 0 when we take a % d (a mod d for discrete math).

  10. Math for computer science - Stack Overflow

    If math is so important, where are the Math classes? I've been applying: Combinatorics, discrete math, probability, math logic and linear algebra directly to programming, all of them have relations with …