A place for everything about math

1006 readers
1 users here now

founded 5 years ago
MODERATORS
26
 
 

I feel like this has to be a math/logic thing that has a name already and I wanna know what it's called so I can look it up when I'm no longer extremely drunk.

In this phone game the objective is to get all the people on all the same color floors with as few stops at any floor as possible. When the last few moves look like this, you just have to go through in the right order and only stop at each stop once (except the first/last floor).

But sometimes there's different little sub-sets of pairs inside the bigger set of pairs that are self-contained, and for each one of those there's another floor that has to be started and stopped on to complete that loop. That makes the minimum number of moves to solve: the sum of the number of pairs in both sub-sets together plus the number of subsets. (And only counting the number of pairs in both subsets because if one of the pairs is already matched it won't count for the moves).

So like these two are all one big continuous loop: A-E, B-A, C-B, D-C, E-D and A-B, B-E, C-A, D-C, E-D

And this one has one already matched leaving a single complete loop in need of matching: A-B, B-E, C-A, D-D, E-C

These ones, however, have two loops. one loop that's three floors long (four moves) and one that's two floors long (three moves): A-B, B-C, C-A, D-E, E-D and A-D, B-E, C-A, D-C, E-B

And these ones have one already matched pair, and two sub-sets of two that still need to be matched: A-B, B-A, C-C, D-E, E-D and A-D, B-B, C-E, D-A, E-C

What is this called?

27
 
 

@math The West Virginia University Provost's Office is recommending closing the MS and Ph.D. programs in Math. It is the *only* Ph.D. program in Math in the entire state, and about 10% of all WVU Ph.D.'s are in Math.

Please consider signing this petition to save the program: https://chng.it/yPZDTTsfBk

#ProtectWVUMath

28
29
-14
submitted 2 years ago* (last edited 2 years ago) by JohnDClay@sh.itjust.works to c/math@lemmy.ml
 
 

Wiki: https://en.wikipedia.org/wiki/Mandelbrot_set

Here are a bunch of other visualizations: I don't know how artistic or data-driven some of these are, but they look very interesting. I think the nebula-looking one measures how often a point is visited?

Black and Green mandelbrot set

The Bulbic Mandelbrot Set

Bulbic Mandelbrot Set

https://www.deviantart.com/metafractals/art/The-Bulbic-Mandelbrot-Set-811453986

A Nebulabrot

Nebula looking mandelbrot set

https://mathematica.stackexchange.com/questions/89458/how-to-make-a-nebulabrot

30
 
 

So I'm gearing up to take a calculus 1 exam, and this question is on the sample test. My initial thought was that since we are looking for F(9), and F(x) is an antiderivative of f(x), I can just use the integral of the equation of f(x) at 9, which is f(x) = -2x/3 + 5, which, when integrated, becomes -x^2/3 + 5x + 2 (C = 2 because F(0) = 2). Thing is, though, that won't give me any of the answers listed. And even after taking the integral of all of the equations of f(x), I still have no idea how to produce any of the answers in the multiple choice.

I'm super stumped on this one. Any help would be welcome!

31
 
 

BOINC is a free tool you can download to participate in several different math research projects. It runs on Windows, MacOS, Linux, and even Android. Each project gives you fun stats and graphs about your participation, many of them will even credit you individually for your discoveries (such as finding a new prime) on their website or in their published papers.

Here's a few of the projects available (emoji legend at bottom of post):

๐Ÿ†๐Ÿ’šโค๏ธโœ–๏ธโœ’๏ธ๐Ÿ”“ Amicable Numbers Independent research project that uses Internet-connected computers to find new amicable pairs. Currently searching the 10^20 range.

๐ŸŽ“๐Ÿ”“โœ–๏ธ NFS@Home - Lattice sieving step in Number Field Sieve factorization of large integers. Many public key algorithms, including the RSA algorithm, rely on the fact that the publicly available modulus cannot be factored. If it is factored, the private key can be easily calculated.

๐Ÿ†๐ŸŽ“๐Ÿ’šโค๏ธโœ–๏ธ๐Ÿ”“ Numberfields@home - Research in number theory. Number theorists can mine the data for interesting patterns to help them formulate conjectures about number fields.

๐Ÿ”“ ODLK1 - Building a database of canonical forms of diagonal Latin squares of the 10th order

๐Ÿ”“๐Ÿ’šโค๏ธ SRBase - Attempting to solve Sierpinski / Riesel Bases up to 1030.

๐Ÿ”“โœ–๏ธPrimeGrid - Find new prime numbers!

Gerasim@home - research in discrete mathematics and logic control. Testing and comparison of heuristic methods for getting separations of parallel algorithms working in the CAD system for designing logic control systems

๐Ÿ”“โœ–๏ธ Loda@home - LODA is an assembly language, a computational model, and a distributed tool for mining programs. You can use it to generate and search programs that compute integer sequences from the On-Line Encyclopedia of Integer Sequencesยฎ (OEISยฎ). The goal of the project is to reverse engineer formulas and efficient algorithms for a wide range of non-trivial integer sequences.

๐Ÿ”“๐ŸŽ“Rakesearch - The enormous size of the diagonal Latin squares space makes it unfeasible to enumerate all its objects straightforwardly in reasonable time. So, in order to discover the structure of this space, sophisticated search methods are needed. In RakeSearch project, we implement an application that picks up separate pairs of mutually orthogonal DLSs, which allows to reconstruct full graphs of their orthogonality.

๐Ÿ”“โœ’๏ธ Ramanujan machine - Discover new mathematical conjectures

Legend:

๐Ÿ”“ - Publishes data openly and regularly. Note many projects publish papers detailing the results of their work, this icon means that they regularly publish the source materials as well/the results of the computation in an open fashion.

๐Ÿ† - Credits individual crunchers for discoveries, such as finding a new black hole or prime number

๐ŸŽ“ - Sponsored by major university or research institute.

๐Ÿ’š - Supports NVIDIA GPU/graphics card (all projects should be assumed to support CPU unless otherwise stated)

โค๏ธ - Support AMD GPU (all projects should be assumed to support CPU unless otherwise stated)

โœ–๏ธ - Supports OS X (all projects should be assumed to support Windows & Linux unless otherwise stated)

32
33
34
 
 

The regular elo formula is complicated.

The most basic elo formula is win = 1 points, draw = 0, lose = -1. Which is a little too basic.

I looked around and couldn't find a 'medium difficulty' elo formula. Anyone have a medium difficulty proposal?

Regular elo formula:

The Elo rating system embodies this by using a formula that changes a player's rating by adding K(S-E) to his rating each time. K is a constant that is the same for all players; the higher it is, the more easily your rating changes. S is the score of the player in a match (+1 for a win, 0 for a loss). E is the expected score of the player in the match. Against a weak player, it is close to 1 since you expect a strong player to beat a weak player most of the time. Conversely, against a stronger player, it is close to 0. You can calculate E using the formula E_A = 1/(1+10(R_B-R_A/400)), where E_A is the expect score of player A with rating R_A when faced with player B with rating R_B.

35
36
37
38
 
 

Beginner-friendly derivation of an alternative expression of the gamma function.

39
1
submitted 2 years ago* (last edited 2 years ago) by AgreeableLandscape@lemmy.ml to c/math@lemmy.ml
40
1
1/0 = 0 (www.hillelwayne.com)
submitted 2 years ago by cypherpunks@lemmy.ml to c/math@lemmy.ml
41
42
43
1
History of Mathematics (history-of-mathematics.org)
submitted 3 years ago by greensand@lemmy.ml to c/math@lemmy.ml
44
 
 

Walk around a house that exists in a non-Euclidean space called a 3-sphere.

45
46
47
48
49
 
 
50
view more: โ€น prev next โ€บ