Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Mathematics (math) group

  1. rtsn (rtsn@gnusocial.de)'s status on Tuesday, 06-Feb-2018 05:47:11 EST rtsn rtsn
    • Mathematics
    !coffee & !math
    In conversation Tuesday, 06-Feb-2018 05:47:11 EST from gnusocial.de permalink
  2. rtsn (rtsn@gnusocial.de)'s status on Sunday, 04-Feb-2018 15:45:34 EST rtsn rtsn
    • Mathematics
    If this is for real I'm mindblown: Tupper's self-referential formula: https://twitter.com/fermatslibrary/status/960154478224793600 !math 
    In conversation Sunday, 04-Feb-2018 15:45:34 EST from gnusocial.de permalink
  3. rtsn (rtsn@gnusocial.de)'s status on Saturday, 20-Jan-2018 14:13:50 EST rtsn rtsn
    • Mathematics
    This is pretty neat: https://jeremykun.com/2017/07/24/boolean-logic-in-quadratic-polynomials/ !math 
    In conversation Saturday, 20-Jan-2018 14:13:50 EST from gnusocial.de permalink

    Attachments

    1. File without filename could not get a thumbnail source.
      Boolean Logic in Polynomials
      By j2kun from Math ∩ Programming

      Problem: Express a boolean logic formula using polynomials. I.e., if an input variable is set to , that is interpreted as false, while is interpreted as true. The output of the polynomial should be 0 or 1 according to whether the formula is true or false as a whole.

      Solution: You can do this using a single polynomial.

      Illustrating with an example: the formula is also known as

      not((a or b) and (not c or d))
      

      The trick is to use multiplication for “and” and for “not.” So would be , and would be . Indeed, if you have two binary variables and then is 1 precisely when both are 1, and zero when either variable is zero. Likewise, if is zero and zero if is one.

      Combine this with deMorgan’s rule to get any formula. translates to . For our example above,

      Which expands to

      If you plug in you get True in the original formula (because “not c or d” is False), and likewise the polynomial is

      You can verify the rest work yourself, using the following table as a guide:

      0, 0, 0, 0 -> 1
      0, 0, 0, 1 -> 1
      0, 0, 1, 0 -> 1
      0, 0, 1, 1 -> 1
      0, 1, 0, 0 -> 0
      0, 1, 0, 1 -> 0
      0, 1, 1, 0 -> 1
      0, 1, 1, 1 -> 0
      1, 0, 0, 0 -> 0
      1, 0, 0, 1 -> 0
      1, 0, 1, 0 -> 1
      1, 0, 1, 1 -> 0
      1, 1, 0, 0 -> 0
      1, 1, 0, 1 -> 0
      1, 1, 1, 0 -> 1
      1, 1, 1, 1 -> 0
      

      Discussion: This trick is used all over CS theory to embed boolean logic within polynomials, and it makes the name “boolean algebra” obvious, because it’s just a subset of normal algebra.

      Moreover, since boolean satisfiability—the problem of algorithmically determining if a boolean formula has a satisfying assignment (a choice of variables evaluating to true)—is NP-hard, this can be used to show certain problems relating to multivariable polynomials is also hard. For example, finding roots of multivariable polynomials (even if you knew nothing about algebraic geometry) is hard because you’d run into NP-hardness by simply considering the subset of polynomials coming from boolean formulas.

      Here’s a more interesting example, related to the kinds of optimization problems that show up in modern machine learning. Say you want to optimize a polynomial subject to a set of quadratic equality constraints. This is NP-hard. Here’s why.

      Let be a boolean formula, and its corresponding polynomial. First, each variable used in the polynomial can be restricted to binary values via the constraint .

      You can even show NP-hardness if the target function to optimize is only quadratic. As an exercise, one can express the subset sum problem as a quadratic programming problem using similar choices for the constraints. According to this writeup you even express subset sum as a quadratic program with linear constraints.

      The moral of the story is simply that multivariable polynomials can encode arbitrary boolean logic.

  4. kat (kat@quitter.se)'s status on Tuesday, 26-Dec-2017 09:05:16 EST kat kat
    • Mathematics
    on the n'th day of xmas my true love gave to me  sum $ zipWith (*) [1..n] [n,n-1 ..1] things. 
    https://oeis.org/A000292 !math
    In conversation Tuesday, 26-Dec-2017 09:05:16 EST from quitter.se permalink
  5. kat (kat@quitter.se)'s status on Monday, 20-Nov-2017 07:36:30 EST kat kat
    • Mathematics
    • algebra
    @algebra These are reptend primes and are part of the solution to https://projecteuler.net/problem=26 !math
    In conversation Monday, 20-Nov-2017 07:36:30 EST from quitter.se permalink
  6. kat (kat@quitter.se)'s status on Friday, 03-Nov-2017 14:27:50 EDT kat kat
    • Mathematics
    • algebra
    @algebra isn't that pretty important piece of !math in the proof of RSA ?
    In conversation Friday, 03-Nov-2017 14:27:50 EDT from quitter.se permalink
  7. kat (kat@quitter.se)'s status on Thursday, 02-Nov-2017 18:35:15 EDT kat kat
    • Mathematics
    ProjectEuler Q31  http://qttr.at/1zl7 ... and it's part of the http://qttr.at/1zl6 Merkle Hellman Knapsack Problem cryptosystem !math
    In conversation Thursday, 02-Nov-2017 18:35:15 EDT from quitter.se permalink

    Attachments

  8. rtsn (rtsn@gnusocial.de)'s status on Monday, 30-Oct-2017 13:58:52 EDT rtsn rtsn
    • Mathematics
    I thinking about maybe taking an exchange semester (probably autumn 2018) and I've narrowed the list down to Scotland and Germany, in particular;
    - University of Edinburgh,
    - Universität Konstanz,
    - Humboldt-Universität zu Berlin,
    - Techn Universität München and
    - Universität Münster.

    Anyone got any experience from these or general recommendations? Not sure if my grades are good enough to get a position but I'm at least currently playing with the idea. #math !math 
    In conversation Monday, 30-Oct-2017 13:58:52 EDT from gnusocial.de permalink
  9. rtsn (rtsn@gnusocial.de)'s status on Sunday, 29-Oct-2017 07:58:10 EDT rtsn rtsn
    • Mathematics
    • algebra
    hey !math how do feel about @algebra posts automagically being tagged into the group?
    In conversation Sunday, 29-Oct-2017 07:58:10 EDT from gnusocial.de permalink
  10. rtsn (rtsn@gnusocial.de)'s status on Sunday, 29-Oct-2017 07:57:04 EDT rtsn rtsn
    • Mathematics
    goddamnit I feel like I really have to read up some on groups actions. It's such a basic thing but I realize when that when the concept pops up here and there there's a gap in my understanding. I hope it wont take more than like an afternoon to relearn the fundamentals. !math
    In conversation Sunday, 29-Oct-2017 07:57:04 EDT from gnusocial.de permalink
  11. kat (kat@quitter.se)'s status on Wednesday, 25-Oct-2017 18:55:20 EDT kat kat
    • Mathematics
    Huzzah! http://qttr.at/1zcf  http://qttr.at/1zch
    #ReptendPrimes #cyclicnumbers http://qttr.at/1zcg !math 
    In conversation Wednesday, 25-Oct-2017 18:55:20 EDT from quitter.se permalink
  12. rtsn (rtsn@gnusocial.de)'s status on Monday, 23-Oct-2017 06:10:59 EDT rtsn rtsn
    • Mathematics
    I'm so stuck on this exercise, my mind can't handle wordy problems very well. Any ideas on how to translate this into understandable math? :

    """One morning it started to snow, and the snow fell steadily for the rest of the day. At
    noon a snowplow started to clear a road at a constant rate in terms of the volume of snow removed per hour. The snowplow had cleared 2 km by 2 o’clock and 1 more km by 4 o’clock. When did it start snowing?""" !math

    (it's so stupid because I feel like this should be elementary)
    In conversation Monday, 23-Oct-2017 06:10:59 EDT from gnusocial.de permalink
  13. kat (kat@quitter.se)'s status on Thursday, 19-Oct-2017 07:40:23 EDT kat kat
    • Mathematics
    • rtsn
    • algebra
    @rtsn I wonder if @algebra's posts can get tagged into the !math group ?
    In conversation Thursday, 19-Oct-2017 07:40:23 EDT from quitter.se permalink
  14. Internet Turtle Ⓐ (taknamay@quitter.se)'s status on Saturday, 30-Sep-2017 20:53:49 EDT Internet Turtle Ⓐ Internet Turtle Ⓐ
    • Mathematics
    http://youtu.be/d0Z8wLLPNE0 Double Pendulum chaos !math
    In conversation Saturday, 30-Sep-2017 20:53:49 EDT from quitter.se permalink

    Attachments

    1. Double pendulum | Chaos | Butterfly effect | Computer simulation
      By Think Twice from YouTube
  15. kat (kat@quitter.se)'s status on Wednesday, 16-Aug-2017 08:31:11 EDT kat kat
    • Mathematics
    !math Theorem of the day ... http://www.theoremoftheday.org/Theorems.html 253 theorems to have fun with!
    In conversation Wednesday, 16-Aug-2017 08:31:11 EDT from quitter.se permalink
  16. kat (kat@quitter.se)'s status on Monday, 14-Aug-2017 18:47:08 EDT kat kat
    • Mathematics
    !math http://www.technology.org/2014/10/23/geometry-fundamental-logic/
    In conversation Monday, 14-Aug-2017 18:47:08 EDT from quitter.se permalink
  17. kat (kat@quitter.se)'s status on Wednesday, 09-Aug-2017 17:47:52 EDT kat kat
    • Mathematics
    • kat
    http://qttr.at/1wvd Was Kronecker wrong?  "Die ganzen Zahlen hat der liebe Gott gemacht, alles andere ist Menschenwerk" !math
    In conversation Wednesday, 09-Aug-2017 17:47:52 EDT from quitter.se permalink

    Attachments

  18. kat (kat@quitter.se)'s status on Sunday, 06-Aug-2017 17:26:54 EDT kat kat
    • Mathematics
    !math https://www.quantamagazine.org/pentagon-tiling-proof-solves-century-old-math-problem-20170711/
    In conversation Sunday, 06-Aug-2017 17:26:54 EDT from quitter.se permalink

    Attachments

    1. Pentagon Tiling Proof Solves Century-Old Math Problem | Quanta Magazine
      from Quanta Magazine
  19. kat (kat@quitter.se)'s status on Wednesday, 02-Aug-2017 17:56:00 EDT kat kat
    • watching
    • Mathematics
    New note by kat
    In conversation Wednesday, 02-Aug-2017 17:56:00 EDT from quitter.se permalink
  20. kat (kat@quitter.se)'s status on Saturday, 15-Jul-2017 09:53:17 EDT kat kat
    • Mathematics
    A light goes out.  http://www.bbc.com/news/science-environment-40617094 !math
    In conversation Saturday, 15-Jul-2017 09:53:17 EDT from quitter.se permalink

    Attachments

    1. Maryam Mirzakhani, first woman to win maths' Fields Medal, dies - BBC News
      from BBC News
      Acclaimed Iranian mathematician Maryam Mirzakhani dies of breast cancer aged 40.
  • Before
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.