About 2,280,000 results
Open links in new tab
  1. arithmetic - Factorial, but with addition - Mathematics Stack …

    Apr 21, 2015 · Explore related questions arithmetic factorial See similar questions with these tags.

  2. arithmetic - What are the formal names of operands and results …

    I'm trying to mentally summarize the names of the operands for basic operations. I've got this so far: Addition: Augend + Addend = Sum. Subtraction: Minuend - Subtrahend = Difference. …

  3. Arithmetic mean vs Harmonic mean - Mathematics Stack Exchange

    Aug 1, 2017 · I am reading about Arithmetic mean and Harmonic mean. From wikipedia I got this comparision about them: In certain situations, especially many situations involving rates and …

  4. Help me understand division in modular arithmetic

    In mathematics, modular arithmetic is a system of arithmetic for integers, where numbers "wrap around" upon reaching a certain value So the point of modular arithmetic is to do our normal …

  5. arithmetic - How to determine if a binary addition/subtraction has …

    There are two differing conventions on how to handle carry-in/out for subtraction. Intel x86 and M68k use a carry-in as "borrow" (1 means subtract 1 more) and adapt their carry-out to mean …

  6. What is the difference between Modular Arithmetic and Modulo …

    Apr 27, 2018 · Modular arithmetic utilizes this "wrapping around" idea, after you reached the greatest element comes the smallest. So modular arithmetic is a sort of a mindset. A binary …

  7. Overview of basic results on cardinal arithmetic

    Apr 13, 2012 · Are there some good overviews of basic formulas about addition, multiplication and exponentiation of cardinals (preferably available online)?

  8. Real life example to explain the Difference between Algebra and …

    Arithmetic could roughly be described as working with the numbers we know within a particular system of numbers, and is often related in some way to working with things called integers …

  9. numerical methods - How do you mathematically round a number ...

    What do you mean by “a more mathematical approach (rather than using a defined floor/ceil function)”? I don't see how having predefined modulo is more mathematical than having …

  10. How can I solve quadratic equations using modular arithmetic

    Oct 3, 2021 · 10 How can I solve quadratic equations using modular arithmetic? E.g. $$2x^2 + 8x + 2 = 0 \pmod {23}$$ N.b. I have changed the figures from those in my homework question …