About 2,400,000 results
Open links in new tab
  1. calculus - Why is "antiderivative" also known as "primitive ...

    Jan 6, 2019 · The so-called primitive function f f, which was the starting point and so came first, the root meaning of primitive (Lat. primus, first), is what we might call an antiderivative or …

  2. Find all the primitive roots of - Mathematics Stack Exchange

    Jun 6, 2016 · Find all the primitive roots of 13 13 My attempt: Since that 13 13 is a prime I need to look for g g such that g13−1 ≡ 1 (mod 13) g 13 1 ≡ 1 (mod 13) There are ϕ(12) = 4 ϕ (12) = 4 …

  3. Primitive Pythagorean triples - Mathematics Stack Exchange

    May 4, 2014 · If u u and v v are relatively prime and of opposite parity, you do get a primitive triple, and you get all primitive triples in this way.

  4. complex analysis - Do holomorphic functions have primitive ...

    Mar 16, 2022 · Do holomorphic functions have primitive? Ask Question Asked 3 years, 4 months ago Modified 3 years, 4 months ago

  5. Primitive $p$-th root of unity with characteristic $p$

    I already found this topic (No field of characteristic p> 0 p> 0 contains a primitive pth p t h root of unity.), but it didn't answer my questions, maybe it can still help somebody.

  6. abstract algebra - Intuition behind primitive sublattices

    Jun 16, 2022 · Intuition behind primitive sublattices Ask Question Asked 3 years, 1 month ago Modified 2 years, 6 months ago

  7. Product of primitve characters - Mathematics Stack Exchange

    May 25, 2021 · I saw a few posts that says we can actually show that the product of primitive characters with co-prime moduli, is actually primitive. So thought maybe we can prove this too.

  8. Checking whether signum and the remainder function is primitive …

    Jul 20, 2021 · By primitive recursion, f f is primitive recursive. Then define sg(n) = f(1, n) sg (n) = f (1, n). Bu substitution, sg sg is primitive recursive. Is this correct? Next Cooper shows as an …

  9. What is the integral of 1/x? - Mathematics Stack Exchange

    Jan 20, 2021 · Answers to the question of the integral of 1 x 1 x are all based on an implicit assumption that the upper and lower limits of the integral are both positive real numbers. If we …

  10. lambda calculus - Show that subtraction is primitive recursive ...

    Dec 12, 2022 · I want to show that subtraction is primitive recursive: subtract(x, y) = x − y s u b t r a c t (x, y) = x y. To do this, I must first show that pred function: pred(x) = x − 1 p r e d (x) = x 1 …