Dataset Viewer
Auto-converted to Parquet Duplicate
title
sequence
subreddit
sequence
post_id
sequence
score
sequence
link_flair_text
sequence
is_self
sequence
over_18
sequence
upvote_ratio
sequence
post_content
stringlengths
0
20.9k
C1
stringlengths
0
9.86k
C2
stringlengths
0
10k
C3
stringlengths
0
8.74k
C4
stringlengths
0
9.31k
C5
stringlengths
0
9.71k
[ "Today I was told that the irrationality of square roots was once considered heretical. Is this true?" ]
[ "math" ]
[ "fyvm6" ]
[ 5 ]
[ "" ]
[ true ]
[ false ]
[ 0.73 ]
Where can I find more information about it? Edit: my source was from a guy pursuing a masters's degree in Mathematical Behavioral Sciences.
For a sufficiently large value of "once", yes.
http://en.wikipedia.org/wiki/Irrational_number#Ancient_Greeks (There's also a legend about Hippasus being drowned at sea to keep it secret but that's probably apocryphal) also see http://www.math.ufl.edu/~rcrew/texts/pythagoras.html
The assumption they were making seemed quite reasonable at the time: for every two lengths, there exists some small quantity that fits evenly in to both. Effectively, they were assuming that every quantity is measurable and that every length can be assigned a discrete value. That's about the extent of my knowledge on ...
Wow, thanks for that- you caused a small explosion of connections in my head.
Who was the first?
[ "Can someone with Math skills explain this?" ]
[ "math" ]
[ "fzcf3" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.25 ]
Why is i raised to the fourth power equal to one?
-i
Radians measure how many times you can wrap the radius of a circle around the edge of the circle. One radian is the angle you get when you travel exactly one radius around the edge . And another picture .
i = ( i ) = (-1) = 1
wow thanks! What about to i to the third...?
Ok, I got another one.... How exactly do radians work?
[ "DAE realize how awesome Pascal's triangle is?" ]
[ "math" ]
[ "fybbp" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.33 ]
Sophomore in high school so i really don't know much about the math in general, but I was toying around with Pascal's triangle and I noticed some things. Such as the sum of every set of numbers is a power of 2 (1=2 1,1=2 1,2,1=2 Or for the first several sets of numbers are powers of 11 (1=11 11=11 121=11
There are a whole lot more patters than just that. You should look some of them up. Pascal's triangle comes up in a lot of places you might not expect as well. For example, last quarter I used the triangle to decompose [; V_1^{\otimes n} ;] using the formula [; V_k \otimes V_{\ell} = \bigoplus_{j=0}^{\min(k,\ell)} V_{k...
DAE think pascal's triangle is just what you get when you convolve square functions over and over again?
Color in all the even numbers one color and the odds another and you get a Sierpinski triangle. There are all sorts of neat patterns with it.
They also represent combinations. The nth row shows all the possible outcomes of nCx where x =< n.
Thanks but by god man speak english
[ "Factorial Question" ]
[ "math" ]
[ "fy6dj" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.47 ]
[deleted]
Thinking in terms of the prime factorization (breaking up this big number into its prime factors), you probably want to find out how many fives and twos get racked up along the way. Since each zero at the end can be though of as multiplication by ten, you need a five and a two to make each ten. Thus, the number of zero...
I don't think it's possible to obfuscate the algorithm any more than that in any serious language. Bravo.
This is just an unfamiliar kind of notation - no more obfuscated than mathematical notation of aliens would be to us, or ours to them. I mean, it's not intentionally obfuscated - it has its own strict and non-contrived logic, you just don't know the notation yet. Let me explain. <. is floor @: is function composition %...
In J ( http://jsoftware.com): +/ }. (<. @: %&5)^:a: 2011 501
Try posting this in r/learnmath or r/cheatatmathhomework .
[ "Math major at UCLA wondering what kind of volunteer opportunities are out there for the summer using my knowledge for good, rather than evil." ]
[ "math" ]
[ "fyxuj" ]
[ 7 ]
[ "" ]
[ true ]
[ false ]
[ 0.62 ]
Guys I know in similar situations are looking to intern at places like KPMG and Mercer, but I'd rather use what I know to help out communities and NPOs instead of these money grubbing psychos. Does anyone know what I should be looking for? Edit: Thanks so much guys I posted a similar question in the past on and all I g...
Neighborhood groups get a lot of actual work done. Tree planting and urban forestry groups make a big difference with practical steps, and often need help understanding what has been done, what should be done, what resources are needed, what permits are required, and how to examine results by estimating tree cover and...
A couple of ideas. Hope this helps.
Maybe go to work for a community farm. If Jan wants to plant ten acres of corn and Rick wants to plant 7 acres of soybeans...
Doesn't UCLA's IPAM offer anything? Your professors should know some things you can do this summer.
Go Bruins! Good luck with your search man...I'm an engineer from UCLA and I too would rather use my powers for good than evil...I second the notion of talking to professors or people at IPAM and see if they know of any good volunteer or productive opportunities to intern or something of the sort. Sorry I'm not of much...
[ "r/math, I'm learning my first language this semester (FORTRAN) and I'm loving the freedom. However, I'm crippled by the low overflow number. Suggestions?" ]
[ "math" ]
[ "fy9gq" ]
[ 9 ]
[ "" ]
[ true ]
[ false ]
[ 0.84 ]
I've having very, very much fun with my first forays into programming, and I'm accomplishing a lot. I just finished a simple recursion for the n-th fibonacci number, for binary conversion, for finding base 10 narcissistic numbers, for the Collatz conjecture algorithm. However, quite a few things I'm trying to do are ju...
Fortran allows variables to be declared as INTEGER(8), which gives you up to 2 -1 signed integers. Here is a reference with some examples . Python would be pretty much transparent and worry free with respect to arbitrary precision integers. However, it is an interpreted language so it might be too slow for computationa...
that is not all he said; did you not read I don't know that I've read a science paper published after 2000 (probably early) that mentioned using fortran. ?
Ah, but Dijkstra's famous article, The goto statement considered harmful is the reason for it's absence in some modern programming languages. Veteran programmers will often (but not always) bend over backwards to avoid its use even if it is available. If you are trying to maintain a list containing zillions of entries,...
It's still used pretty heavily in the finite element community. In my computational science grad program, probably 60% of the research codes are written in fortran, including my group's code. However, I think we're one of the last fields where it's common.
You want to use 64-bit integers instead of 32-bit integers. FORTRAN allows that, but I don't know the details.
[ "Help with a basic maths calculation" ]
[ "math" ]
[ "fzc93" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.5 ]
I'm embarrassed to ask this because it is so simple, but I need to know how to solve for y when x is known: 1000000 * 10 = x
This is a good question for /r/learnmath. What you need to do is divide by 1000000 and the take log base 10.
log [base 10] of (x/1000000). or log (base anything) of (x/1000000) divided by log (same base) of 10
Before I knew how to think about logs I would simply ask myself 10 to the something equals blah. It helped me limp along until I really understood what the log function does. So 10 = 1/1000000 Try a few positive and negative integers. 10 = 10 10 = 100 looks like that is going the wrong way, right? Lets go down. 10 = 1 ...
Sorry root45 I didn't realise there was an /r/learnmath but thankyou for answering me anyway!
Glad I could help :).
[ "Counting sheep" ]
[ "math" ]
[ "fydst" ]
[ 2 ]
[ "" ]
[ true ]
[ false ]
[ 0.55 ]
Can anyone help me with me sheep counting ?
So I'm guessing that "Cat girls and Catamorphisms" a furry harem romance about category theory is right out? Edit: To reduce the amount of lame.
So I'm guessing that "Cat girls and Catamorphisms" a furry harem romance about category theory is right out? Edit: To reduce the amount of lame.
What annoyed me is not the furry part, it's that it's badly written. Hadn't I known about the problem beforehand, I wouldn't have understood a damn thing.
Yes, something really goes wrong with the grammar at Given the cute ω look on her face I decided then and there that I was going the time compressed event ω and this lamb ω + 1, the sheep after ω.
I've refreshed the page and the missing word hasn't appeared and I cannot guess where or what it is. Worse than that, lamb omega is left standing at hotel reception while a room is found for omega plus one, omega plus two, etc. It must really suck to have infinitely many guests push in ahead of you.
[ "Reverse Polish Notation help?" ]
[ "math" ]
[ "fyho5" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.5 ]
SO I need some help with RPN, I checked the wiki page but I still don't quite get it. Like I get simple multiplications, aditions etc. But how would you for example write: \int_{0}{2} \sqrt{ (\frac{dx}{dt}) + (\frac{dy}{dt}) + (\frac{dz}{dt}) } Latex pic:
Here's a version of your link that's not broken and has proper parentheses. The people in /r/learnmath might also enjoy this question.
I understand that it is the derivative, but the point is that you need to know the operator if you want to write it in RPN. In regular notation, dx/dt is ambiguous (especially in the context of an integral) because it can either be viewed as the unary operator "d/dt" applied to x, for example like negative x is "-x", ...
here, I will treat sqrt and int as unary operators, it will look like this: dx dt / 2 ^ dy dt / 2 ^ dz dt / 2 ^ + + sqrt \int_{0}^ {2}
Is dx/dt viewed as the d/dt unary operator applied to x, or as the "formal quotient" of dx with dt?
Yea I couldn't edit the link after submitting =/ I got to start using those link tags :P Also thanks for the fix and I'll throw them a link to this question.
[ "Kuhn-Tucker conditions without Lagrange constrains" ]
[ "math" ]
[ "fyj2n" ]
[ 6 ]
[ "" ]
[ true ]
[ false ]
[ 0.87 ]
Hi there. I wonder if I can get a little help with this, I just don't know how to write the equation system. For example, lets say: minimize f f(x,y) = ((ax+by)-c)²+((dx+ey)-f)² with a,b,c... positive constants No Lagrange constrains And the list of Kuhn-Tucker x>=0 y>=0 So the partials would be: f(x,y) = (a²x²+b²y²+2a...
If you want to minimize f(x,y) with x and y non-negative, the Lagrangian is The first-order necessary conditions are In practice, it's easier to do it in cases and solve for the interior minimum if there is one, and the minima if x or y is zero.
solve the equations and throw away negative points?
Cool, thanks!
I agree with necroforest. The last system of equations is linear in x and y so it can be solved simply. Then, depending on the coefficients a,b,c,d,e,f, you can throw out the solution if it doesn't satisfy your inequalities. Perhaps the example posted by the OP wasn't complicated enough?
But for this examples a2,b1,c3,d4,e7,f2 The minimum in -2<x<2 and -2<y<2 is 0.11 Plot The minimum in 0<x and 0<y is 3.22 Plot So the thing is, a functions which look likes x²+y² has its minimum in one of the 8 region of the 3D space, so if the minimum is not in the region of x,y>0 where does the surface of f cut the x,...
[ "5 years on and I still can't solve it..." ]
[ "math" ]
[ "fyl6l" ]
[ 6 ]
[ "" ]
[ true ]
[ false ]
[ 0.65 ]
I just read through the other thread on the ladder problem and it reminded me of a problem that I've been playing around with for a couple of years and haven't been able to wrap my brain around. I'm hoping for some insight on it. The problem involves taking a piece of flat stock material like a 4 ft x 8 ft piece of ply...
This sounds like the 2D bin packing problem .
It's definitely an NP-hard problem. Classic example I might add.
Just to provide some google-food/terminology: In practical scenarios, e.g. paper cutting and some automatic sawmills, a common constraint is a , meaning you only allow cuts from one edge of a piece to the other (i.e. it's impossible to make an L-shaped piece).
This phrasing is, as mentioned above, the 2d bin packing problem. Namely, constrict yourself to rectangles (which seems ok if you're building a book shelf), for your required pieces p_i. You are given sheets of wood for stock that are of a particular size W. So you are trying to figure out what is the minimum number of...
I also think that this problem might end up in P vs. NP realm. Just a quick word on this. As pointed out in the Wikipedia link, this problem is NP-hard (you can think of it as being "at least as hard as every NP problem"), and I guess certain ways of phrasing it will make it NP-complete. However, one should not lose ...
[ "/r/math, I plan on getting my PhD in Number Theory, but as a HS senior, what fields in math should I be focusing on?" ]
[ "math" ]
[ "fxmhl" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.45 ]
I am thinking of majoring in math so I can get a PhD in Number Theory afterwards, what should I be focusing on now because I'm going to self teach more high level math since I can just test out of it once the time comes. And maybe to clarify, what fields in math I should learn is kinda all I'm asking? Currently in AP C...
take the right courses and not math courses that will do me no good in grad school. Honestly, ALL math courses you take will help you in grad school. You'd be amazed how often ideas from seemingly unrelated fields can be synthesized to solve a problem. Planning a path now rather than just taking what interests you at...
Not to sound patronizing, but if you're in high school you likely (though not necessarily) don't know what "real" math is. Wait until you study groups, topology, maybe even analysis (ugh... but whatever floats your boat), differential geometry, etc. to figure out what you like. As for high school: pretty much everythi...
OP, you to read this. I hate to sound patronizing, but you currently know nothing. Hell, I don't know anything either, but I probably have a better idea of how little I know. If I can expound on this fantastic exposition... If you plan on doing graduate-level mathematics, your university experience should be very chall...
OP, you to read this. I hate to sound patronizing, but you currently know nothing. Hell, I don't know anything either, but I probably have a better idea of how little I know. If I can expound on this fantastic exposition... If you plan on doing graduate-level mathematics, your university experience should be very chall...
You'd be amazed how often ideas from seemingly unrelated fields can be synthesized to solve a problem. To me, this is the main point of a PhD. If you have a PhD, the thing you have demonstrated is the ability to take ideas from one field and apply them to another field. I had a professor say that a person with a PhD ou...
[ "Tomorrow, I'm entering a 14 hour math competition. Bring it." ]
[ "math" ]
[ "fxoap" ]
[ 71 ]
[ "" ]
[ true ]
[ false ]
[ 0.82 ]
It's the . Anyone done this before? It basically involves a team of four or five high school students working on a real-world applied math problem. All day. Challenge accepted. Thirteen hours down. One to go. Shit has officially hit the fan. this year's prompt if anyone's interested. That was seriously an insane way t...
I hope they have an overly enthusiastic Mexican soccer style announcer calling the competition. "He squares the right then he squares the left, he multiplies to get rid of the fractions, now the numbers are WHOLE! WHOLE! WHOLE!".
Last years http://m3challenge.siam.org/about/archives/2010/problem10.php Seems open to too much subjectivity.
I've heard good things about M3 - I have a friend who competed last year. Best of luck! C:
What I'd like to see is a Social-Network inspired math competition, where you take a shot every time you use an epsilon or quote a theorem.
What am I to bring...?
[ "If numbers are infinite, does that mean eventually a number will break a law?" ]
[ "math" ]
[ "fxoyx" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.5 ]
I'm curious but uneducated in maths, so I am here to learn. I am sure you have heard the conjecture that due to the infinite nature of irrational numbers, unlikely patterns exist. Through an infinite set of numbers could a particular number ever break a theorem or mathematical law?
If there isn't a proof, it is not a theorem, by definition.
All theorems are backed up by proofs; that is, a logical argument which shows that no counterexample could exist despite there being an infinite number of possibilities.
If you are interested, there are a couple of simple and elegant proofs of there being no rational number (despite infinitely many of them), which when squared gives 2, here .
Excellent! Thanks! After reading a recent askscience thread about believing in currently unprovable things I started to mull over many questions. It's quite amazing that despite infinite quantity, laws are still followed.
Whoops. You're right. I had a faulty definition in mind.
[ "thoughts on pi..." ]
[ "math" ]
[ "fynhd" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.5 ]
So, by definition, pi is the ratio between the circumference of a circle and the diameter.... But also, I've seen the proof that pi is irrational (see wikipedia) Since the circumference can be anything (take a string, stretch it into a circle) does this imply that if you construct a circle by stretching out a string in...
Why do you think you can cut a string of rational length, but not irrational length?
Indeed. How would you even test whether a measured length is rational or irrational?
I mean, with respect to some unit, the circumference or the diameter has to be irrational. Thus, if you set the diameter as your unit, there cannot be a rational relationship between the two... I guess it boils down to whether or not length is actually quantized in the real world (i.e. you could break both circumferen...
A rational length simply means you cannot express the length by a proportion of two integer lengths. The length of a string can be any positive real number, including irrationals.
ok, but (sorry if I mess this up, I don't really know physics, just did a quick google search) if you set your base unit of length to be Planck length (or a multiple of Planck length) isn't every actually existing length then rational? or actually, since everything is a multiple of Planck length anyway, doesn't that i...
[ "Measure theory/topology question I came up with." ]
[ "math" ]
[ "fy41u" ]
[ 28 ]
[ "" ]
[ true ]
[ false ]
[ 0.93 ]
[deleted]
It's impossible. Suppose {C_a} were such a collection (where a is indexed by some uncountable set). Then for some interval [n,n+1], there must be uncountably many C_a such that C_a ∩ [n,n+1] has positive measure (left as an exercise - straightforward measure theory). Without loss, we can assume it's [0,1]. A similar...
I'm not sure what you're getting at, but you seem to be suggesting the line you quoted is false. Here's a proof. I know that I have uncountably many C_a such that m(C_a ∩ [0,1]) > 0. Let V_K = {a : m(C_a ∩ [0,1]) > 1/K}. By assumption, ∪ V_k is uncountable. Thus if every V_k is countable, we would have a contradict...
The sum of an uncountable collection of nonnegative numbers is the supremum of the sums of the finite subsets. It is easy to show (as kfgauss indicated) that if you have uncountably many nonzero numbers, then infinitely many (uncountably many, but why be greedy?) are bigger than ${1\over k}$ for some $k$, and so the...
Doesn't work. The complement of all of the rational points in R is measurable and has positive measure.
The way I read (1) and (2) is that you are constructing an uncountable collection of disjoint open subsets of R . This is clearly impossible, since every open subset of R has a non-trivial intersection with Q , which is countable. Edit: I'd imagine this is why caks thought about doing it with fat cantor sets (which wa...
[ "How to create a function that measure the difficulty of a set of questions?" ]
[ "math" ]
[ "fwzjk" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.5 ]
[deleted]
What's "Generate"?
What is "Generate"? You could try difficulty = 100*incorrect/(correct+incorrect). That's the percent incorrect and higher percent incorrect probably means more difficult.
Why not just count the absence of an answer as an incorrect answer?
The number you gave difficulty = (correct - incorrect)/generate is the percentage right minus the percentage wrong. So if this number is 1, everyone got the question right. If it's -1, everyone got it wrong. If it's 0, the same number of people got the question right as got it wrong. This seems like a pretty good rudim...
Any function is going to lose some data, so we need to make a design decision: which dimensions do we not care about? I think it would be helpful for you to describe what your goal is. What are you going to do with this data? Are you revising a test for a future class? Deciding which areas need the most attention for t...
[ "Dear r/math:" ]
[ "math" ]
[ "fxss0" ]
[ 4 ]
[ "" ]
[ true ]
[ false ]
[ 0.53 ]
[deleted]
There is some hyperbole that others have criticized. Underneath it though is a valid point. For most mathematicians, math will not yield the instinctual feeling of success that other occupations may enjoy. For most, it's an art of scratching, clawing, being wrong, being right, being unsure. However, every once in a whi...
You're basically whining about not being omniscient. Wtf. Yeah, I am bummed that I am not God, at most I can have some theorems named after me, i'd better just give up on life. Chill dude.
Twelve years of public education and I'm not even knee deep in the massive ocean of human knowledge. Then you're better off than most 17/18-year-olds; you that you don't know anything. If your goal is really "to get your name on a few theorems", then you probably should do something other than math. While a career in m...
Isn't it better to know something than to know nothing at all?
I'm not hearing that you like math. I'm hearing that you want to be an expert, that the path ahead of you looks pretty hard, and that there's no big glorious payout at the end. Being young, you're low on confidence and find this discouraging. If it helps, I think this is pretty natural, especially in American society (...
[ "Solving for \"n\" in compounded interest." ]
[ "math" ]
[ "fx0sc" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.33 ]
Given the formula for compounded interest, which is A=P(1+r/n) . How would you solve for n?
You might get a better response at /r/cheatatmathhomework or /r/learnmath.
Okay, A) I never said this was homework and I never said you shouldn't have posted it here. ALL I said was that you might get a better response at those two subs. Which is totally true. The people there are much more likely to help you than your average /r/math reader simply because they are there to help people. That'...
This has nothing to do with homework It's only the name of the subreddit. It's tongue-in-cheek. Anyway, check out wolframalpha . Expressions in this form don't have solutions in elementary functions; you need the Lambert W-function . As for your question below about the derivative, see wolframalpha again .
Bizzare question, to me. Given an annualized rate, term, and future value, solve for the frequency of compounding? Odds are you are going to have to use something like newton's method
Newton's Approximation Method? What would the derivative of P(1+r/n) be?
[ "What do you think about online math courses ?" ]
[ "math" ]
[ "fx0up" ]
[ 7 ]
[ "" ]
[ true ]
[ false ]
[ 0.66 ]
I will be teaching an online math course in the Fall and would love to hear of anyone's experience with online math classes, either as a student or an instructor. Personally, I see online math courses as little more than independent study reading courses designed to save money for the administration. But I am hoping fo...
As a senior in HS I took multi-v calculus online from Stanford, and was taught by a pre-made animation with recordings. I failed horribly and learned nothing.
I took an online math course in probability/statistics (high school, nothing too in depth) earlier in the year, and I'd be happy to share my experience. You're right about it being not much more than an independent study course, but there's one thing you could do as an instructor that would make the process a lot smoot...
If you have a degree in math, don't bother studying for the CSET. It's a waste of time, since you'll pass it with near-perfect marks the first time you take it. You can even take all 3 (Alg, Geo, Calc) in one sitting, although that might be more of a challenge. But it's worth trying just to feel like a math badass. :)
I'm doing an online refresher (aka material I have already covered) in maths for the CSET. My degree is in applied math so I'd like to think I have a strong background in math. I'm finding this difficult. Granted, I don't have a teacher in my refresher, but I still think this will be a pretty hard way for students to l...
I have taken several online classes in completion of an MS in Technology Management. This format frustrated both the instructors (who often enjoyed presenting in front of real people) an the students, who felt cheated of a real education. I think your observations of the motivations of the administration are correct.
[ "Terry Tao and I" ]
[ "math" ]
[ "fx53m" ]
[ 6 ]
[ "" ]
[ true ]
[ false ]
[ 0.6 ]
[deleted]
Did you smell his hair? jk, I'm sure the talk was awesome. There wouldn't happen to be a video, would there?
It took all of my self-restraint not to ask him out on a date Sorry, no video :(
Why Tao? Heck, ask my dad, or Barack Obama, or Keanu Reeves. The secret is just eating less and healthier, and a bit of exercise. The rest is just details.
Why Tao? Heck, ask my dad, or Barack Obama, or Keanu Reeves. The secret is just eating less and healthier, and a bit of exercise. The rest is just details.
Erdős also did amphetamines.
[ "Why was ε afraid of ζ?" ]
[ "math" ]
[ "fxepc" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.33 ]
[deleted]
It's the same as this version.
Why was epsilon afraid of zeta? Because zeta eta theta.
This is the version I heard.
I read eta as nu, my bad :>
no worries, me too...
[ "How do I calculate the number of different lock screens on an android phone?" ]
[ "math" ]
[ "fxgyt" ]
[ 9 ]
[ "" ]
[ true ]
[ false ]
[ 0.85 ]
How do I calculate the number of paths that can be chosen in a 3x3 grid, with diagonals, but limited to three steps? (Like the Android lock screen) If it requires a counting algorithm, I can do it myself, but if there is some nifty purely mathematical solution, it would be cool. Edit: The path must be continuous over t...
a b c d e f g h i length three paths starting at a = length two paths starting from b + length two paths starting from d + length two paths starting from e length two paths starting at b = length one paths starting at a + length one paths starting at c + length one paths starting at d + length one paths starting at e +...
You can construct a graph with the 9 points in the grid as the nodes and add vertices between those that can be connected in a lock pattern (those that are unit distance away from each other, including diagonal moves). You can then compute the adjacency matrix of the graph, and raise it to the power k to find the numbe...
This is very interesting! About the lock screen; I don't own an Android myself, and the friend who approached me with this problem has been a little vague about how it works. As you say, it seems like knight moves and step counts above three are valid too.
You can also move across any cell without it counting as a step if you've already used it, so [(0,0)(1,1)(2,2)(1,2)(1,0)] is valid even though it crosses (2,2) again on it's way to the last place. This can be done with any cell except the ones in the corners (it's impossible to cross those twice.)
He was asking for pure mathematics, and specifically said he could do an algorithm himself.
[ "Sampling proportionally to values when you only have their logarithm." ]
[ "math" ]
[ "fxljm" ]
[ 3 ]
[ "" ]
[ true ]
[ false ]
[ 0.72 ]
Figured the math subreddit might be able to help me out on this one. I'm trying to sample proportionally to some values which happen to be either extremely large or extremely small (such that dealing with them outside of their logarithmic form causes overflow/underflow errors). I'm wondering how I can sample according...
If there's a huge gulf between the probabilities of the events you want to generate, I'd be worried that you'll have a hard time overcoming sampling noise. Maybe if you describe the problem you're trying to solve, someone here could comment on the strategy?
Would this do what you need? Sort the log-p values from largest to smallest and keep an vector of the corresponding x-values Divide through by the largest p (i.e. subtract the largest log_p from every element). These rescaled log_p's have at least one 0 and then are monotonic decreasing Exponentiate and sample. The val...
I think they're all going to be all extremely large or extremely small. Basically what I'm trying to do is calculate the probability of shifting a model model within DNA sequences. Basically the motif model is a set of probabilities for each position of the model being A, C, G, T. The probability of the model being ...
Interesting. Yeah, I know jack about optimization. Good luck! :)
Interesting question...if you're looking for a practical answer, the easiest way to deal with these numbers is a bignum library. But I'll think about it and edit if I come up with anything.
[ "Math Mistake about Infinity?" ]
[ "math" ]
[ "fw7gd" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.5 ]
So I was posting in another and jokingly corrected someone's math. This caused a minor flamewar. Given that infinity is one of my favorite topics in mathematics, I don't think I am mistaken. If I am, though, I'd appreciate an explanation. Again, sorry if this is poor reddiquette. I am new and curious.
An infinitesimal e is a number so small that, for any integer N, N * e < 1. For example, 1000e < 1. A finite number divided by an infinitesimal number is greater than any integer, hence an infinite number. For example, 1/e is infinite, and indeed 1/1000e is infinite. javafreakin's statement may reasonably be interprete...
Writing 0 infinity=0 only makes sense in the context of limit operations. In most any discussion, these "equations" are meaningless and invite endless, pointless flames.
The issue is in what you mean by zero. Qxzkjp was referring to a sequence whose limit is zero. You meant plain zero. In the case of a real number, any number multiplied by zero gives zero. However, in a limiting process, 0 * infinity could give anything. Take for example x * 1/x as x->0. As x->0, x goes to zero and 1/x...
Ah, I had an incorrect assumption on how zero works over the extended reals. Thanks.
The usual multiplication is an operation that takes two real numbers, and gives one real number. "Infinity" is not a number, so you can't multiply it. By the way, 1/0 isn't defined, either. You can say that 1/x tends to infinity when x tends to 0 (with x>0 ). That means that for any N>0 (as big as you want), you can fi...
[ "Why do we use a + bi as the most common notation for complex numbers?" ]
[ "math" ]
[ "fxlis" ]
[ 4 ]
[ "" ]
[ true ]
[ false ]
[ 0.64 ]
It feels weird, really. Why do we use the symbol for addition when we are actually representing a pair of elements? Why not (a,b) instead? a + bi is just confusing.
It's really very natural because a + bi actually is the sum of a and b*i. And you can add and multiply complex numbers using the usual commutative and distributive laws and then reduce using i = -1. So, (a+bi)(c+di)=ac + bdi + bci + adi = ac - bd + (ad+bc)i.
It's a bit like asking why we write p+q+r+s instead of +(p,+(q,+(r,s))). Let x,y in R and i in C, then x + iy is the sum of x lifted into C with i times y lifted into C. There are other ways to define complex numbers than a quotient of pairs and this notation is nice because it doesn't demand a specific implementation ...
We're representing a pair of elements! We're representing a single element of . The distinction may seem arbitrary but it is important. We often write it in terms of (as a+bi) because we develop the intuition for by looking at , and the subfield of is important, but there's nothing 'pairish' about the complex numbers c...
Because (a,b) could mean an element of R instead of an element of C. Are they the same thing? Sort of. C tends to come with more algebraic structure attached than R does.
Right, I think he realizes this, but his point is that it's extremely convenient (at times) to forget about the "ordered pair" aspect and treat them as single elements. Differentiation and analyticity, for example, are two aspects where you often want to treat complex numbers as numbers and not as ordered pairs. There ...
[ "Grad School Question" ]
[ "math" ]
[ "fwbht" ]
[ 6 ]
[ "" ]
[ true ]
[ false ]
[ 0.8 ]
Hello All, It's coming down to decision time for students like myself who have been accepted to grad school. I have a tough decision to make, and I have a question. How much does the ranking matter? For instance, if I go to school B that's ranked, say, 25th instead of school A that's ranked like 15th, will it really ma...
It can matter but not as much as it might think. Here are my thoughts. (1) Keep in mind the rankings may not reflect what you really want to do. If you want to do commutative algebra for example, well there are many great schools in addition to the usual ones. If you have a specialization in mind, please post it and I'...
In my experience, where you went to school is less important than who your advisor is. School A may have lots of prominent mathematicians, but if you're not interested in working with any of them, it might not be so important. On the other hand, if School B has just one highly renowned person, but (s)he's the one you p...
You're going to be there for quite a few years. Go with the place and people you're more comfortable with. If the rankings are relatively close, then it probably won't matter as much as who you work with and in what area. I turned down a $30k/yr x 4 yr fellowship to one university, because I decided I didn't want to li...
http://www.ams.org/profession/data/annual-survey/group_i http://www.ams.org/profession/data/annual-survey/group_ii http://www.ams.org/profession/data/annual-survey/group_iii
Small "distances" in rankings (I'd consider the difference between 10th and 25th to be small) are really only likely to be a big deal at the very very top end (i.e. choosing between MIT/Stanford/Harvard and anything else), and it is much better to choose based on (a) how good they are at your particular field of intere...
[ "Question on radar graph area's." ]
[ "math" ]
[ "fwcgo" ]
[ 2 ]
[ "" ]
[ true ]
[ false ]
[ 0.75 ]
[deleted]
I think he wants to know if permuting the axes will change the area. In which case I think the answer is yes it can change if there are more than 3 axes. For instance, consider a 4d chart with 2 short values and 2 long values. If the long values are opposite each other, then the are is very small, while if the long val...
I can't decipher your question. Could you rephrase it?
Oh, yeah that makes sense. I was kind of guessing at what he meant.
It can change. Imagine if you had three spokes and three points with equal values. The area they form is an equilateral triangle. Now imagine fixing one spoke and bringing the other two towards it. The triangle's area will decrease until you are only left with a line.
This is why you should use segments of Archimedean spirals instead of line segments to connect points on a radar chart. ;-)
[ "Complex Analysis vs. Analysis on R^2 ?" ]
[ "math" ]
[ "fwadb" ]
[ 21 ]
[ "" ]
[ true ]
[ false ]
[ 0.87 ]
[deleted]
1) The Cauchy-Riemann equations are very strong restrictions on the real and imaginary parts u and v of a holomorphic function f(z). In particular, suppose f is holomorphic on some connected region D. By Green's theorem from multivariable calculus, the integral of f(z) around ∂D can be computed as some double integra...
There isn't anything magical about C vs R , as in you could easily define a condition on a function R -> R which gives you all the beautiful properties we know from complex analysis In general, the derivative of a function R -> R is a 2x2 matrix, one for each pair of variable and component. When we translate from a pai...
These proofs all use some results from analysis (not necessarily complex analysis) in an essential way, though. The winding number and homology arguments don't work if you can't show that winding number is well-defined and locally constant, for example; and the Galois theory proof requires the fact that polynomials of...
The other posters are correct. Assuming the Cauchy-Riemann equations hold, the analysis is identical. However, this seriously restricts the functions we get to play with. You can think of complex analysis as a very special case of analysis on R .
To be fair, C is also a real vector space...
[ "DAE feel rage when you are required to use a WYSIWYG editor?" ]
[ "math" ]
[ "fwn7w" ]
[ 0 ]
[ "" ]
[ true ]
[ true ]
[ 0.5 ]
[deleted]
I'm not sure what a WYSIWYG editor is, but I do agree that all mathematics should be typed up in LaTeX.
Yes, definitely. Not just because it sucks, but because I feel like I'm not in control.
What You See Is What You Get. WYSIWYG.
...did you make this post just to pull of that joke?
...did you make this post just to pull of that joke?
[ "Where are the online math degrees?" ]
[ "math" ]
[ "fvkr4" ]
[ 5 ]
[ "" ]
[ true ]
[ false ]
[ 0.67 ]
I'm 8 months pregnant and pretty good with numbers. I've gone as far as Calculus III. I just wish there was a Mathematics BS or Physics BS degree where I can study and do homework at home and at the same time get an opportunity to raise my child (especially during the first 6 months of breastfeeding). As far as tests g...
I know nothing about online degrees, but I admire your yearning for mathematical knowledge at this stage of life (:
I have a friend who was took calc II online from the local community college, but I'm not sure about upper level classes. I don't know anything about this really but you could research what your comm. college offers online and work from there.
I'm not sure about math degrees at a purely online college, like phoenix, but if I were you I would look at taking online courses from a nearby university for your early 2000 level math courses. Then when you have time begin taking your 3-4000 major courses in a class setting, as the math can get pretty hairy and might...
University of Illinois Springfield http://www.uis.edu/math/curriculum/online/index.html
That's good to look at to start. Out of state tuition starts at over $500 per credit hour. I hope more universities offer this soon!
[ "How hard did you think Multi variable Calculus was?" ]
[ "math" ]
[ "fvjkp" ]
[ 4 ]
[ "" ]
[ true ]
[ false ]
[ 0.62 ]
I am taking it in summer school and I was wondering just how many hours per week outside of class would i need to stay afloat and even do well in the course
No, its really not. Things like stokes and the divergence theeorem are not simple generalizations of stuff in one dimension (although the FTC is a nice analogous result, it doesn't simply "generalize" to stokes without considerable work).
I don't think anyone can really answer that as it depends entirely on the professor. The ideas are not very complicated, but one can come up with some fairly difficult problems.
Just add dimensions, meh. You can just answer all the questions for the first variable, then write 'the generalization to multiple variables is trivial'. This is what they do in textbooks anyways :P.
I thought calc2 was harder :-(
At my school, it's split up into 2 quarters. I found the first quarter to be almost a joke, but the second quarter was significantly harder. Most importantly, you MUST dedicate time between lectures to stay on top of all the concepts presented, because it builds, and problems can test multiple concepts (like everyone e...
[ "I have to write a essay on ANYTHING that involves math, extra credit for a comical approach. Here are some of my ideas." ]
[ "math" ]
[ "fvjba" ]
[ 5 ]
[ "" ]
[ true ]
[ false ]
[ 0.63 ]
[deleted]
I would do it on optimum urinal positioning to effectively reduce awkwardness. xkcd.com did a blog post on the subject IIRC.
If you do that, take a look at some game theory. The Myerson text would be the best place to look imo.
If you do that, take a look at some game theory. The Myerson text would be the best place to look imo.
I had an idea for the probability of you fucking a chick, and her telling other chicks that you were good in bed, and then the probability of fucking a chick distance D on the social graph from the original chick. I was thinking of it as a graph where you consider the probability of fucking Q after fucking P, which is ...
Statistical analysis of errors in typing made while using Android phones. Probability of an error causing great embarrassment. How unlikely is it that such an error would lead to a series of misunderstandings and communications that would read like a plot from a 1950's sitcom or a poorly written romantic comedy that ...
[ "I was playing pool last night, and I thought of an interesting problem." ]
[ "math" ]
[ "fvst9" ]
[ 8 ]
[ "" ]
[ true ]
[ false ]
[ 0.73 ]
Given a frictionless universe (i.e. a ball, once struck, will continue to move around forever) can we prove that no matter what angle we hit the ball at any wall, it will always eventually go into a pocket? The trivial case (hitting a ball at the wall at exactly 90 degrees, so it oscillates between the wall and its opp...
Assuming you have an idealized situation with a "ball" that is a single point, the answer is no. Assume for the sake of simplicity that the table is rectangular, has integral length and width, and the pockets are the corners. Then any angle with irrational slope (which is almost all of them) will produce an infinite p...
You only need a counter-example to prove your conjecture wrong. First of all Billiard tables are 2:1 in dimensions, with the pockets being 1.6 times the ball size, which is ~5cm. Let's assume our table is rectangular 200cm height, 100cm width and define a cartesian coordinate system with Origin in the middle of the rec...
I thought it did. The OP originally hypothesized no friction, which is already an ideal world. The OP did not define what other aspects were to be considered "real." If everything else is to considered "real" one will have to specify the shape of the holes and the rubber deflectors around them.
I thought it did. The OP originally hypothesized no friction, which is already an ideal world. The OP did not define what other aspects were to be considered "real." If everything else is to considered "real" one will have to specify the shape of the holes and the rubber deflectors around them.
But by the exact same logic the answer is also "yes", because any irrational sloped-shot will get the ball arbitrarily close to a pocket, which will cause it to go in because in the real world neither the ball nor the pockets are single points.
[ "What's the coolest thing you've seen on/about Wolfram Alpha?" ]
[ "math" ]
[ "fvuul" ]
[ 3 ]
[ "" ]
[ true ]
[ false ]
[ 0.6 ]
It's an incredible resource and it's been great help to me on so many projects, but I feel like I'm only barely scratching the surface of what it can do. What have you seen that wowed you?
makes me happy.
Just to see the look on people faces, I talk out an integration question into my phone and let Wolfram solve it. Most people aren't familiar with either of these two pieces of technology so putting them together gives a good jaw-drop effect.
I like the nutrition labels .
I just applied to the Beta test (although I doubt that I'll get it). That Index is amazing! The DNA stuff is incredible. The fractal generators are also really cool. Great find!
I just applied to the Beta test (although I doubt that I'll get it). That Index is amazing! The DNA stuff is incredible. The fractal generators are also really cool. Great find!
[ "Probability notes...." ]
[ "math" ]
[ "fw4nj" ]
[ 8 ]
[ "" ]
[ true ]
[ false ]
[ 0.9 ]
[deleted]
Jaynes wrote the first few chapters to be accessible to all and sundry. There's a minimum of math and the emphasis is on the concepts. It isn't any more specialized than, say, popular books about astronomy. I grant you that it is difficult reading for those who are brainwashed by the frequentist party line; they will f...
Look for "Probability Theory: The Logic of Science" by E.T. Jaynes. It used to be available on the interwebs as a preprint, maybe it still is.
Jaynes is hardly a "set of notes on the basic fundamentals of probability". While his book spend 70+ pages very thoroughly and carefully justifying the foundations of Bayesian probability theory, that material is hardly introductory in the entry-level sense.
This is pretty good for undergrad level: http://www.dartmouth.edu/~chance/
If you are a computer science undergrad, I recommend this: http://www.cs.cmu.edu/~odonnell/papers/probability-and-computing-lecture-notes.pdf
[ "Binary joke" ]
[ "math" ]
[ "fvsy0" ]
[ 6 ]
[ "" ]
[ true ]
[ false ]
[ 0.55 ]
Didn’t get much help from , but I’ll try again. I read this joke in the morning and can’t stop giggling. However, I think it can be phrased better. The old joke: There are 10 kinds of people in the world: those who understand binary and those who don’t. New and improved: There are 10 types of people in the world: Tho...
This is my favorite version of the 'base' joke.
I like the remake: There are 10 types of people in the world, those who understand this joke, and those that have casual sex.
when I heard it in 7th grade You mean 10th grade.
math joke
That sounds like my response to a friend telling the ternary joke: "There are 10 types of people in the world: those who understand binary, those who don't, those who get ternary, and those who know an arbitrary radix when they see it."
[ "Is a minor in mathematics worth anything or useful at all? Will it help with job placement?" ]
[ "math" ]
[ "fw1e9" ]
[ 1 ]
[ "" ]
[ true ]
[ false ]
[ 0.6 ]
I'm majoring in Physics. I'm interested in mathematics quite a bit and I'm deciding whether I should minor in it, or go for a double major with Physics. I'm worried that if I minor in it, it won't help me get a job in anyway. I'm worried that if I double major in it, I'll be overloaded with work and my GPA will plummet...
Ah. Okay. I would love to find somebody who truly thinks the way you "did" though. I mean, when it concerns math degrees, there are very polar opinions out there. Some people believe that math = no income, but some take math just because they think it can get them anywhere. As you may notice, I'm on the "math = options...
Ah. Okay. I would love to find somebody who truly thinks the way you "did" though. I mean, when it concerns math degrees, there are very polar opinions out there. Some people believe that math = no income, but some take math just because they think it can get them anywhere. As you may notice, I'm on the "math = options...
It all depends on the type of employment you'll be seeking. In some areas a math minor might speak to employers, and in others not so much. I can't really think what else to tell you than that. How I would see it, as a software guy currently in planetary science, I would always view math as a plus. Yes, even as a minor...
Unless you want to get a job as a physicist, then I would imagine a minor in math would make you appear more well-rounded than a double major in physics. Actually, even if you do want to pursue physics as a career, there are several mathematical fields which are extremely useful for physics. But of course asking in /r/...
I can't tell if you're being sarcastic or not...
[ "Ask Math: Math Analogies" ]
[ "math" ]
[ "fuw64" ]
[ 2 ]
[ "" ]
[ true ]
[ false ]
[ 0.67 ]
I had a hard time with math in middle and high school. For whatever reason, math didn't click with me--I struggled getting the concepts by hearing things explained in pure math terms. One day, a teacher put forth this analogy: If the line of a graph is made of glass, and you shatter it, the glass will fall to the botto...
That notion of domain, while visually intuitive, is conceptually misleading. If one advances in math, such a perspective may be harmful. A better analogy would be the following. Think of your function as a recipe. It tells you to how to combine and use the things in your pantry to make a particular dish. Everything in ...
This is good. As soon as you get to multivariable functions the glass analogy doesn't work (unless you have some pieces of glass falling in all, and only, the axis directions). But the recipe does. The domain is the pantry, the function is the recipe, and the range is the set of tasty, tasty food you can make. EDIT:...
Harmful? I can't imagine how. That's how you learn things: You start with some intuitive picture, and then you formalize it. The reverse might be possible much later on your education, but we're talking about , for heaven's sake!
I couldn't resist adding Wilf's quote: "A generating function is a clothesline on which we hang up a sequence of numbers for display." I've always found combinatorial word problems rather enlightening, such as the hat-check problem [ If you haven't seen this problem before, don't ruin it for yourself. Spend some time o...
This kind of breaks down when you consider you can make different dishes with the same ingredients: a multi-valued function, I suppose. A function is more like Amazon. Associated with every product, you have a price. In this analogy, the inventory (the set of all products) is the domain and the range is the set of the ...
[ "I've reached a wonderful place in my education." ]
[ "math" ]
[ "fuwkv" ]
[ 4 ]
[ "" ]
[ true ]
[ false ]
[ 0.65 ]
I just wanted to share my feelings about math. Entered college as a chem major and then bounced around through all sorts of academic fields. Took a fairly strong difficult math curriculum but I really kicked it up this year. I am currently taking both Honors Analysis and Topology as an undergraduate at a top research u...
YES but I'm still on my final year of high school so I can't really say that my "realization" is as deep as yours. The connections between seemingly completely isolated areas of math just gets me so excited. I'm planning to major in math and, well, hopefully will experience the bigger revelation similar to yours. It's ...
I do, unfortunately my current study doesn't give me more math classes, and I don't want to switch studies. I'm considering doing something more math-ish when i'm finished.
I've just (kind of) finished my share of General Studies at my college. This term I'm taking Analysis I, Probability and Statistics I, Linear Algebra, Applied Differential Equations, Game Theory and Calc 4. So, if ever, I'm reaching enlightenment this term.
For me it was a combination of Convex and Projective Geometry. It was one of the hardest semesters I've had, but every day was a new revelation. Sometimes a week long quest to solve a problem. At the end of that week I'd read over my proofs and marvel at the way the symbols seem to invoke all the right images.
Yes. When I really focus on some mathematical endeavor, it is as if everything else in the universe melts away. Tonight, for example, I 'lost' a few hours where I cannot recall the passage of time. I've only just begun my college's first course in Abstract Algebra, so I'm still missing some of the picture, but it's alr...
[ "I've tried every possible way to solve this problem..." ]
[ "math" ]
[ "fuq7w" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.44 ]
Prove that there is an integral point (as in x and y are both integers) within .001 distance of the line y = 3 * x. I've tried constructing a probability distribution model of the values, analyzing the sequence of digits of root 3, and constructing equations with the distance formula. If anyone can provide some more in...
Just because y/x is very close to sqrt(3) doesn't imply that y is very close to x sqrt(3), so I think your logic is incomplete.
Check out continued fractions to get good approximations by rationals. y = 97, x = 56 is pretty close but, not good enough. The problem is that the better the approximation, the larger the denominator. I'll play with a bit to see if I can find a solution. Edit: The fact that this must be true is because the square root...
Presumably the point [0,0] doesn't count, otherwise that is a proof by construction. But otherwise, if y = sqrt(3)x then y/x = sqrt(3). If there were no integers y/x very close to sqrt(3), then that would mean sqrt(3) would not be the limit of a sequence of rational numbers, but every real number is, by definition, the...
How would you go about finding rational approximations of the square root of 3? if you had a rational approximation of the form a/b, then your x would be b and your y would be a.
Because it's not a convergance issue. That is, making x a larger and larger integer doesn't cause y to approach an integer. That said, if you could find a specific (x,y) pair that did satisfy the distance, then that would certainly be a valid proof. But just upping the value of x won't do it
[ "anyone else getting rejections one after another?" ]
[ "math" ]
[ "fuyi3" ]
[ 5 ]
[ "" ]
[ true ]
[ false ]
[ 0.73 ]
[deleted]
Or for paper submissions?
Is this for graduate school? Or for jobs?
grad school :( it's that time of year.
MTFBWY May the force be with you?
G'lucks for the rest, mate! Hang in there. MTFBWY I'm going through a similar situation now except with undergrads and decisions come out soon. Fingers crossed for both of us.
[ "Yet another way of solving the Monty Hall problem..." ]
[ "math" ]
[ "fv9j9" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.41 ]
Read this in a probability textbook. Doubtless, dear readers, you are familiar with the MHP. If not, here is a link: I think this explanation is clearest. Let S be the event that a switch results in success. Let F be the event that the first choice is correct. We know that P{F} is 1/3, as there are three doors. P{S|F}=...
I think this explanation is clearest. Yeah if you're a computer or you use conditional probability formulas every day. Part of the reason this problem is popular is because it was published in an advice column in a major publication, and millions of people wrote in because they didn't believe it. This explanation would...
You get an upvote from me, albeit 2 weeks late. I was just about to ask /r/math how to prove the Monty Hall problem using Bayes's Theorem. Every single other publication I've seen tries to describe the problem using words rather than notation. Personally, I think this is extra clear, and I'm really glad you did it. For...
Upvoted, I'll try to put the explanation in more accessible terms.
I'm a math graduate student and understand the Monty Hall Problem just fine, but this just looks like an overcomplicated mess to me. It's very far from the "clearest" explanation I've seen.
This has been done to death a million times and isn't really complicated. The "surprise" usually comes from the fact that the problem is not clearly defined.
[ "Are there any fields of math apart from Calculus, Linear Algebra and Statistics that could hypothetically be \"simplified\" and taught to the masses?" ]
[ "math" ]
[ "fvab5" ]
[ 7 ]
[ "" ]
[ true ]
[ false ]
[ 0.69 ]
The three topics in math mentioned in the topic are commonly taught to everyone and their dog who studies anything related to science or engineering, usually in a rather non-rigorous form. Are there any other topics in math that could hypothetically be simplified (or "dumbed down" if you wish) and made less rigorous in...
There's already a major for this called Political Science. EDIT: It's a joke. I know what you're talking about.
Obviously, geometry. Graph theory and set theory tend self-contained.
most combinatorics
Group theory is taught to us lowly chemists in a kind of dumbed-down, bastardized way.
Elementary Number Theory. Some of this could be taught from 1st grade and on.
[ "What is a \"Free Vector Space\"" ]
[ "math" ]
[ "fveig" ]
[ 4 ]
[ "" ]
[ true ]
[ false ]
[ 0.7 ]
I came across this in a book for the chapter on tensors, I have never seen it before. Wikipedia isn't helping me. Can someone give me a cold hard definition? And in addition, how is the free vector space of V and W different from the product space of V and W? (assuming I'm making any sense...)
In a lot of contexts free just means "has a basis", where basis means what it does in linear algebra. That is, a module is free if it has a generating set that is also linearly dependent. So every vector space is free. When someone says "take the free vector space on a set" they mean take the set as the basis and make ...
Every vector space is a free vector space, so when someone says 'free vector space' they usually mean 'the vector space generated by the set X'. This is just the vector space that has X as the basis. That is, the vectors are the formal linear combinations of (finitely many) elements of X. For more details see planetma...
In the context of what you are doing, you can just consider the free vector space on a set X to be the vector space of maps X -> F (where F is your underlying field... real numbers?), with pointwise addition and scalar multiplication. So R is isomorphic to the free vector space on {1,2,...,n}, by e.g. the isomorphism t...
You're correct, I misspoke and jumped the gun. There are no relations between the basis elements. The space is determined by it's basis, so it's just the vector space with that basis. You add two elements by writing them as a linear combination of basis elements and then add the coefficients to get a new linear combina...
Very interesting, the category theory. I'm just starting to learn out of a book written by Herrlich and Strecker. Since you seem to know what's up, what is the meaning of "universal". I'm seeing that thrown around a lot.
[ "What does r/math think about tau versus pi?" ]
[ "math" ]
[ "g3x5y" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.5 ]
[deleted]
I think math is where you can define anything you want. You don't need any authority figure to issue out definitions that you are then allowed to play with. Nor do you need propaganda telling you how to do things. So the whole thing turns my stomach. It's really annoying the way it's become a kind of grass-roots moveme...
The Tau Manifesto is pretty well-written and tau indeed is likely "better", for what it's worth. The problem is it's not worth much -- despite the claims of the author and many of tau's supporters, students won't magically just "get" trigonometry and various other concepts just because a factor of 2 has been shifted ar...
ators.
ators.
Ah, come on, most of mathematics consists of looking at familiar things in a new light! How can you resent people getting excited about that? Tell you what though, I'll make you a deal. If the rest of Reddit stops fellating pi every chance it gets, I'll stop upvoting the tau submissions. :)
[ "Need help with a math problem for my sister. I used to know how to do this but that time is long past." ]
[ "math" ]
[ "g3a6a" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.25 ]
[deleted]
Not enough information. How much does each cup hold?
I am assuming 8 ounces. Thats what it says in the book. There is no other information.
OK. If that is truly the case, I would preface my answer with a caveat along the lines of: Cannot be solved without being given the cup capacities. That being said, maybe they do intend you to use 8oz cups. In that case, the question is simply asking how much of the normal distribution falls above one standard deviatio...
BTW, there isn't a good formula to use, because you cannot do the integration analytically (not that you actually have to do any integration for this problem).
Work out the probability that a cup will overflow - which is the proportion that will overflow. From that work out the expected number that will overflow. The probability that a cup will overflow depends on how much a cup will hold, which is unstated. If it was 8 ounces, you work out the probability than a random varia...
[ "Anyone know of a good article related to math that would be appropriate for average high school students?" ]
[ "math" ]
[ "g34zx" ]
[ 10 ]
[ "" ]
[ true ]
[ false ]
[ 0.78 ]
[deleted]
http://www.maa.org/devlin/LockhartsLament.pdf This is a pretty heady article and maybe aimed more towards teachers than students, but it might be able to open up a dialog about math education overall and what your students like/dislike about how they've been taught math, and might actually point you in a direction that...
I'm not sure about an article , but maybe some excerpts from Flatland (or the whole thing, since it's less than 100 pages) might fit the bill. It's a pity they don't know any calculus; my old professor Carolyn Gordon's article "You Can't Hear the Shape of a Drum" is a fantastic read, and a wonderfully intuitive introdu...
How Real People Think in Strategic Games A pretty accessible and fairly interesting study on Game Theory applied to real life situations. Or there's always Cantor's Diagonal Argument. Proving that the Real numbers are uncountable, compared to the integers. The proof takes a bit of mind bending to understand though.
Check out Steve Strogatz' series for the NYTimes. http://topics.nytimes.com/top/opinion/series/steven_strogatz_on_the_elements_of_math/index.html
Not exactly geometry related, but this might not be above their levels: Third Base . It's an article explaining what ternary is and how it's optimal for some tasks. You might have to look around a bit to find a good one, but the feature columns from the AMS are all interesting and some of them are low enough level.
[ "r/math, help me think of a poem to describe the Quadratic Formula.." ]
[ "math" ]
[ "g3bv3" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.33 ]
[deleted]
"To the absolute number multiplied by four times the [coefficient of the] square, add the square of the [coefficient of the] middle term; the square root of the same, less the [coefficient of the] middle term, being divided by twice the [coefficient of the] square is the value." ...it was probably catchier in Deva...
Not sure if this counts but it was posted a few days ago: There was a negative Boy, who was confused about whether or not he should go to a radical party. The Boy was square, so he missed out on 4 Awesome Chicks and he cried until the party was over at 2Am.
Not sure if this counts either, but there is a little jingle to help with remembering it.
I want to use that so badly, but my teacher already used that in class..
you got this negative b who doesn't know whether to plus or minus this square group of b squared while 4 a and c were leaving. downstairs 2 a's were being loud. The b decides to do both.
[ "expected determinant of a random NXN matrix in (0,1)" ]
[ "math" ]
[ "g2lvd" ]
[ 18 ]
[ "" ]
[ true ]
[ false ]
[ 0.82 ]
What is the expected value of the determinant of a random matrix whose values are real numbers from an uniform distribution in the interval (0,1)? and in the interval (-1,1)? And if the values are only the integers {0,1}? And if the values are only the integers {0,1,2,3,4,5,6,7,8,9}?
You can use linearity of expectation and the definition of determinant to get: [; E[det(M)] = \sum {i,\sigma_i} ] ;] The term [; E[ \prod \cdots ] ;] is the expected product of N uniform numbers from [0,1]. Whatever that is, it is the same for every term of that form. But half of the terms of the summation are positive...
Believe it or not, some people use math for real, and sometimes, they come up with questions. Just because you ask a question on reddit doesn't mean you're a cheating student. I'm not saying pedrito77 is not a cheater, but I'm one of these persons using math everyday (for image processing research), and being called a ...
A more direct way of seeing this: as long as the distribution is invariant under interchange of rows or columns, symmetry demands that the expected value be zero (if it exists).
Yes, in the case of N=1, there are no negative-sign permutations in the summation so the argument breaks down there. For all other values of N, however, there are half positive- and half negative-sign permutations in S_N.
This means the determinant is either +/-1 or 0. This won't always happen. For example, the matrix 1 0 1 1 1 0 0 1 1 has determinant 2.
[ "Looking for an explanation for part of a proof (vector math)" ]
[ "math" ]
[ "g2pih" ]
[ 10 ]
[ "" ]
[ true ]
[ false ]
[ 0.92 ]
null
Didn't you miss a minus sign at equals (C●D) - (A●D) + (D●D)t = 0, The plus should be a minus, no?
Wow, silly me. That would flip the sign of the denominator in the final equation and give the correct result. Thanks a lot. So glad I spent the time typing all that out :P
I believe it’s not working because your statement for the magnitude of the vector projection is wrong.
No, that wasn't the issue. t = (V ● D) / (D ● D) t = (Cosϴ * |V| * |D|) / (Cosϴ * |D| * |D|) t = (Cosϴ * |V| * |D|) / (|D| * |D|) t = Cosϴ * |V| / |D|
Your transformation is right, but I'm saying that your assumption is incorrect. t ≠ (V ● D) / (D ● D) ∴ t ≠ Cosϴ * |V| / |D| Neither version gives you the magnitude of V projected onto D, which is given by: t = |V| * Cosϴ or, if you multiply by |D|/|D|: t = (V ● D) / |D|
[ "Three linear equations with a common variable" ]
[ "math" ]
[ "g1lkz" ]
[ 2 ]
[ "" ]
[ true ]
[ false ]
[ 0.63 ]
Dear Reddit, I am conducting some analysis for a personal interest project, but have run into a problem. I have a system of linear equations, each with two variables (one common, one independent). I can't remember how to solve them. The information I have is listed below: 1.29 = a + 10w 1.52 = a + 10x 1.76 = a + 10y 1....
Normally you'd solve a system like this by Gaussian elimination. But since you have 12 linearly independent equations (not counting a<b<c) and only 7 variables, there may not be a solution. In fact, this is the case: 1.52 = a + 10x - 1.29 = a + 10w ================= 0.23 = 10(x-w) x-w = 0.023 But: 1.81 = b + 14x -...
Consider /r/learnmath . That said, you have (counts twice) 12 equations in (counts) 7 variables. So you're either over- or properly determined. In particular, to solve, you can eliminate, say w, by replacing all values of "w" with, say, "(1.68 - c)/20." Now you have 11 equations in 6 variables. Rinse and repeat, and yo...
As teraflop mentioned, those equations aren't independent of each other so they actually have no solution and you have to turn to methods like least squares to get approximate solutions. For what it's worth, this is a least squares solution, which in some sense about as close to a solution as you can get. a = 1.2259195...
Thank you. I was afraid that this was the case (no single set of concrete answers that satisfies all the equations). I do appreciate the assistance though. As for the purpose of the project, I am trying to determine which option provides the greatest value. 1.29, 1.52, etc. represent the price of a product (which I hav...
If you're only using two decimal places, these will give you less error than rounding NathanielJohns' answers: a = 1.21 b = 1.39 c = 1.55 w = 0.01 x = 0.03 y = 0.05 z = 0 I'm running a script overnight that will check for the best values out to two decimal places with the restriction that all variables are less than 2....
[ "What books and textbooks would you recommend for calculus?" ]
[ "math" ]
[ "g1r6c" ]
[ 1 ]
[ "" ]
[ true ]
[ false ]
[ 0.57 ]
So, from what I hear, it is normal in my school for students to take calculus at least 2 times. I am coming to terms with this right now, as I just realized I am going to fail. Is this a normal pass rate for calculus? . These scores are a significant improvement over last year's scores where only 46% of the students pa...
Are you at a community college? I'd say that is about normal. I didn't take calculus twice, but it really is something most people have to try at. Especially if you didn't do super well in previous math courses. I've learned out of the book you are using. University Calculus by Thomas is another that I have learned fro...
I am on Khan academy for about 3 hours a night, but they are limited on their exercises when it comes to calculus. I can differentiate explicitly and implicitly pretty well. I need step by step world problem explanation or something. I am having trouble with rates of change and such. I'm at one of the best engineering ...
Do you have a scan of your calculus test by chance? I'd like to see what is on it. I went to a community college and the pass/fail rate was similar, but it was mostly due to laziness. I'd say our tests were perhaps too easy and people still were not passing. EDIT: Also a note, if your school is very theoretical that Ca...
Ok, I will scan the test, and post it, but it will take me a bit, as I will have to edit out my embarrassing answers. I think I now have a slight intuition about calculus, but anything that sheds light on the subject will help. Give a an hour, I'll scan and post.
As someone who recently went through Calculus your test does look harder than what I got, so I don't think you should be too worried about your ability. A couple of points: Khan Academy is great but his Calculus lectures are lacking. He learned Calculus before the mid 80's when there was a substantial change in how Ca...
[ "Which companies hire math majors?" ]
[ "math" ]
[ "g1o4t" ]
[ 6 ]
[ "" ]
[ true ]
[ false ]
[ 0.71 ]
So I'm trying to get a summer internship as part of my Master's program, and I've gotten a number of applications out there (roughly 50). While there are a few promising prospects, and over half have yet to officially turn me down, the fact remains I haven't gotten accepted anywhere yet, either. So, do you guys know of...
International Genetic Technologies, Inc. If only you also had a degree in Chaos Theory, otherwise you'd be a shoe-in.
can you code? wall street likes math majors who can code. hail to the quants....
If you're in the US, you can check out government jobs. In particular, I know that the NSA and the Air Force have various internship opportunities for math majors, and other agencies probably do as well.
NSA
Nah, dinosaurs aren't really my thing. Save perhaps Yoshis. (To your credit, I did have to Google that first. Hadn't seen those movies since I was... 8? 9? Too long ago.)
[ "Is it still necessary to teach logarithms and fractions to kids?" ]
[ "math" ]
[ "g1z0y" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.31 ]
We live in a digital age--decimals and calculators. What value do fractions have in the decimal world? I haven't used a log in 30 years! Do physicists/engineers/and others use them still?
I everyone understood logs and fractions. So many things are log and exponential based. It's a very common scenario for real world data. But think about how many people actually understand logs, even on a rudimentary level. You almost never see log-based graphs in the media, even though I'm sure they'd be more appropri...
I use logs all the time in physics and maths and modelling. Also decimals are just an awkward subset of fractions.
Yes. Without a doubt. Just because you can do something on a calculator doesn't mean you can ignore how it works. If you do, you become a slave to memorization, pressing buttons because someone told you that's how you got the right answer, unable to think critically or understand any mistakes.
Logarithms are incredibly useful. They turn a product into a sum, when doing calculations, this can make things quite a bit easier.
Absolutely! Duh!! Mastery of fractions should be attained by fourth or fifth grade. This is fundamental to all later mathematics education. Logarithms are a topic for later in high school, but logarithmic and exponential functions are a cornerstone of virtually all mathematics and science. That means genuine UNDERST...
[ "How do you count numbers?" ]
[ "math" ]
[ "g1yw0" ]
[ 17 ]
[ "" ]
[ true ]
[ false ]
[ 0.7 ]
Do you say the numbers to yourself verbally (inside your head), see a tape of numbers sliding by, or some other mental framework? In your opinion, does your framework make you successful with mathematical thought and reasoning beyond number counting?
Related : Richard Feynman talks about different ways of counting. Interesting stuff.
In my book there aren't very many numbers, you've got; zero, one, big number (n), small number (1/n), other unitary number (like -1, or i, or a basis vector). Don't know if it's made me successful though.
I say numbers in my head; I'm terrible at visualization, even though I'm a very visual person (I learn best visually). So, I'm probably at a disadvantage when it comes to doing mental arithmetic. I think the only advantage this might confer is that it may be easier for me to consider things purely mathematically, witho...
Damn - because of your link I watched several Feyman videos on yt and read some wiki articles. It took me about 3 hours!! Thanks (I nearly forgot to mention: Feyman's counting idea is as simple as brilliant: People use different facilities of their brain for the same task. I wonder whether a deaf person has a fundament...
I think because of the way I visualise numbers I can tell almost immediately if an integer is prime. How accurately can you do this for larger numbers?
[ "Problems copying equations from original word document to other word document: the equations become images :(. Anyone know how to solve this?" ]
[ "math" ]
[ "g1x81" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.5 ]
Hi math, to my shock and horror, I just discovered that copying and pasting the equations (exercises) for my students from one word document to another word document results in an image of the equation. You can still edit the original equation in the original document with the equation editor, but in the copied documen...
Googling LyX.
I bet you're the guy who draws pictures in Excel
I bet you're the guy who makes snarky comments from a basement.
Your life will almost certainly be better if you use more appropriate software, on the other hand it's dangerous outside the basement and I get all my meals brought in, so why would I leave?
What would you recommend then instead of making condescending remarks? LaTeX?
[ "just screwing around with tex the world" ]
[ "math" ]
[ "g203f" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.5 ]
[deleted]
[; \pi + x ;] [ 2 ]
[; a + b ;]
[; \pi + x ;]
[; e + 1 = 0 ;]
this is a weak ass script
[ "Does anyone know anything about the grad program in Mathematics & Statistics at Loyola in Chicago?" ]
[ "math" ]
[ "g22eb" ]
[ 3 ]
[ "" ]
[ true ]
[ false ]
[ 0.67 ]
[deleted]
I go to Loyola, and I'm in the Master's program. Personally, I love the program. I can't speak to financial aid, as I am a combined undergraduate/graduate student, so technically I get a scholarship through undergrad. The program does not have any particular focus. You take nine courses that can be in any discipline of...
I was there for my undergraduate degree. I transferred out eventually though. I can't speak for grad school, but the undergrad courses definitely lacked rigor. I transferred to U of I. The impression that Loyola left upon me was that it was really more geared toward their nursing and pre-med students. You rarely ever m...
Loyola does this thing where you can work towards getting an undergraduate degree, while at the same time progressing in your master's degree. So I am going to Loyola as an undergraduate math and computer science student, but because I have already finished the math major, I am taking graduate courses. Eventually, thes...
Loyola does this thing where you can work towards getting an undergraduate degree, while at the same time progressing in your master's degree. So I am going to Loyola as an undergraduate math and computer science student, but because I have already finished the math major, I am taking graduate courses. Eventually, thes...
Do you have to take any "basic" exams for the MS in Math?
[ "Need 10 seconds of your time... Ive got (4) 2’s, (4) 4’s, (4) 6’s and (4) 8’s." ]
[ "math" ]
[ "g242p" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.33 ]
Ive got (4) 2’s, (4) 4’s, (4) 6’s and (4) 8’s. Whats the maximum number of combinations if the total has to equal 40. Numbers can repeat, etc... so could be (20) 2's; or (18) 2's and (1) 4, etc... Much appreciated. Someone helped me last time with a computer programming system... It involved 'memory,' cant remember muc...
Try r/cheatatmathhomework or r/learnmath
its not for homework actually. Im 30 years old. ha. just trying to solve some problems. made a throwaway here. Last time someone did it on some computer program and it only took a second. It would take us a day to work this equation by hand.
ghci> [ (a,b,c,d) | a <- [0..4], b <- [0..4], c <- [0..4], d <- [0..4], 2*a + 4*b + 6*c + 8*d == 40] [(0,0,4,2),(0,1,2,3),(0,2,0,4),(0,2,4,1),(0,3,2,2),(0,4,0,3),(0,4,4,0),(1,0,1,4),(1,1,3,2),(1,2,1,3),(1,3,3,1),(1,4,1,2),(2,0,2,3),(2,1,0,4),(2,1,4,1),(2,2,2,2),(2,3,0,3),(2,3,4,0),(2,4,2,1),(3,0,3,2),(3,1,1,3),(3,2,3,1...
Nice solution using formal power series. Problem interpretation: Fill up a string of n symbols from an alphabet of 16 characters. Order doesn't matter. There are 4 kinds of characters, each kind containing 4 characters. The string must contain an even number of characters of the first kind, a number of characters divis...
man that is so awesome. If we did this by hand, which is the only way our analysts know how to do it, the problem would take a day or so. I will pass this along to them, and see if they can learn from what you said. Man, I appreciate this. I know you said it only takes you a second, but it has earned me a little acclai...
[ "An approximation for sine" ]
[ "math" ]
[ "g29tq" ]
[ 12 ]
[ "" ]
[ true ]
[ false ]
[ 0.83 ]
I seem to have having some trouble with Tex The World and reddit, with powers messing it up, so I've typeset the question here: Anyone have any ideas?
The Weierstrass product/factorization theorem is what you are looking for. The sine and cosine functions are mentioned specifically at the end of the corresponding wikipedia article . The class of functions with prescribed zeros is determined up to multiplication by a non-zero entire function. So there is only one func...
Might you be thinking of Euler's answer to the Basel Problem ?
Hmm I met the idea before and I'm desperately trying to recall the details, i.e. not the answer to your question, but assuming what you did is true already. It was something whacky and totally unrigorous, and looked really cool. Also was made by someone famous like Euler or Gauss and involved pi. Anyone help? It went:...
My quick thought on this: Your function has the property (in the limit) : S(x) = S(x + 2π) So it is a wave and can be expressed as a sum of sine-waves. As it happens it is a very easy sum of sine-waves. EDIT: actually there must be a bit more to it than this, because F(x) = sin^2 (x) also has zeroes at nπ (n*pi). So we...
Maybe take a look at the second derivative of S and try to show that S'' = -S. If so then the general form of S(x) is a cos(x) and the conditions S(0)=0 and S(pi/2)=1 would then force a=1 and b=0 so S=sin.
[ "Self-Taught precalculus?" ]
[ "math" ]
[ "g0w45" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.5 ]
So here I am, finishing my first year of college with the only math class having been taken is statistics. Long since out of practice of precalculus (which I took junior year of high school). Recently, I have decided to commit myself to my dream major of Astrophysics though. Historically, I have only been mediocre, at ...
Uh, well yes, it's possible, but it won't be easy, and you can't chicken out if it gets tough. Make sure to test yourself regularly. Standard links: http://www.khanacademy.org/ http://patrickjmt.com/ http://tutorial.math.lamar.edu/
The reviews seem positive, so that's good. The first pages leave out the important description that the slope is how much the graph rises (y2-y1) per some length along the x-axis (x2-x1), so that the slope is rise/run. It just provides the formula. Maybe the rest of the book is better. Yes, I'd definitely suggest s...
It's not so much that you know how to find the slope, as it is that you understand what the slope represents. The slope describes how function is changing at that instant. The understanding of the slope as the rate of change of a function at an instantaneous point in time (the derivative) is a fundamental idea in Cal...
Thank you very much. I was considering also getting this book ( http://www.amazon.com/Pre-Calculus-Demystified-Rhonda-Huettenmueller/dp/0071439277 ) to kind of guide me in studying. Now that it is presented to me, Khan Academy looks like it could be a good supplement.
Perfect. Thankfully I do know enough about math to know how to find slope. Haha
[ "We all know that the \"optimal\" water bottle is a sphere, which minimizes surface area, but maximizes volume. What if we had the opposite goal, a \"waster bottle\" if you will?" ]
[ "math" ]
[ "g107w" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.33 ]
The rules for this experiment are as follows: You should construct a water bottle in 3-space that maximizes surface area to volume ratio. It has to actually be a water bottle, that is to say no infinitely thin infinitely long sheets. Nobody is going to take that to the gym. Bonus points if it's plausible to manufacture...
use your lungs as a model. Your lungs have ~=0.006 m volume, but a surface area of ~=160 m Any space filling membrane would work as well.
I'll say a Kline bottle, just to be funny.
There is no maximization. The ratio is clearly unbounded. If you add some conditions it might be a more interesting problem. Say the contained volume has to be 1 liter and the container has to fit inside a cube (or maybe a sphere) of volume, say 2 liters. Furthermore, constrain the thickness of the container to be grea...
I think the optimal thing to do would be to take the graph of 1/x in the upper right quadrant and then rotate it about the x-axis. Then just stop at some x and put a bottom on it. If you go to infinity though it has infinite surface area, but finite volume.
This has the disadvantage of having unbounded "size". A fractal-type shape (much like the lungs) is much better in that you can have a surface contained in the unit sphere which has infinite surface area.
[ "Group theory: Can you help me understand the statement of the theorem." ]
[ "math" ]
[ "g10fb" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.43 ]
Hello, Please take a look at the theorem of equation 3.33 I don't even understand the statement. What does it mean that a function "belongs" to an representation. Also, is the statement correct, or should there be some coefficients in front of each f_i? I have uploaded this definition, which might be useful Thanks in a...
I'm not seeing an equation 3.33 or any theorems in your first link.
Thanks for taking a look. I had swapped the two links -- it is now fixed.
Based on looking hard at that book, it seems like what is by " [; f_\kappa^{(j)};] belongs to the [;\kappa;] th row of the jth irreducible representation" is just that that function is in the span of the corresponding basis element. The representation is acting on a space of functions, so basis elements are themselves...
I am reading on my own, for fun. Book suggestions are always welcome.
I understand, thank you.
[ "Tricksy 1/7" ]
[ "math" ]
[ "g16y9" ]
[ 7 ]
[ "" ]
[ true ]
[ false ]
[ 0.7 ]
Long ago, I realized that , but with the first decimal place knocked off of it. This blew my mind for a while until I figured out (while taking a shower) that this is because However, I've just now picked up on another pattern, and I haven't identified why it is. 1/7 = ∑ {i=0,∞} 0.14/50 Obviously the numerator (0.14) ...
50 - 1 = (50 - 1) * (50 + 50 + ... + 50 + 1). The first factor is 49, which is divisible by 7.
Start with the summation formula for a geometric series. That will show you right away why the sum of the infinite series is 1/7. Next, the sum up through n-1 is ( 1 - 1/50^n )/7 (work it out), or (50^n - 1)/50^n / 7 (*) But 50 - 1 is always divisible by 7 (do you see why?). So this (*) is a fraction whose de...
while taking a shower Most of my math epiphanies come to me in the shower. Glad to hear I'm not the only one.
In case you didn't realize, it follows that n/7 for all n where n != 0 modulo 7 have the same six repeating digits in the same order, just starting with a different digit. 1/7 = .1428571428... 2/7 = .2857142857... = 100/7 - 14 3/7 = .4285714285... = 10/7 - 1 4/7 = .5714285714... = 10000/7 - 1428 5/7 = .7142857142... = ...
You can use the fact that ∑ {i=0,∞} x = 1 / (1-x) when x is between -1 and 1.
[ "What are some good trigonometry resources?" ]
[ "math" ]
[ "g12fe" ]
[ 3 ]
[ "" ]
[ true ]
[ false ]
[ 0.71 ]
My nephew is a really smart kid. He's always go straight A's with minimal effort. He's also taught himself French, multiple musical instruments, and pretty much learns anything that he wants to learn with the exception of Trigonometry. Apparently during the transition from one High School to another they essentially sk...
Standard Khan Academy response
http://oakroadsystems.com/twt/ Trigonometry Without Tears by Stan Brown.
I was in a similar situation. I didn't learn trig before starting to learn calculus in college. I just dived in. My calculus I grade suffered (got out with a C), but my calculus II grade is currently an A. The Khan Academy and Trig Without Tears links others have provided helped me out. I would say I finally "got it...
This is a physical resource, but I bought the Trigonometry reference from SparkCharts for $4.95 and it has been extremely helpful. http://sparkcharts.sparknotes.com/math/trigonometry/view.php
Some free resources here: http://www.e-booksdirectory.com/listing.php?category=107
[ "Favourite maths 'trick'" ]
[ "math" ]
[ "g0ytl" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.5 ]
I don't know why but I always get a little happy/excited whenever I see or have to use the good old fashioned 1/(1-f(x)) |f(x)|<1 hence we can expand the fraction as the sum from n=0 to infinity f(x) . Do you guys have any trivial tricks that you appreciate no matter how much you've used them?
The good old multiply by one and add by zero.
The greatest trick in mathematics is always to insert a term and its inverse.
very trivial, but SOH CAH TOA
Don't know if this one counts as a math trick, but I dig the simple arithmetic trick where if a calculation is off by a number divisible by 9, then you transposed a number somewhere. Oh well, it excites accountants anyway.
I'm a big fan of putting in an extra parameter, fiddling with partial derivatives to make it nice, then letting the parameter take on an identity value. Nice ways to integrate sin(x and other things.
[ "Best time to take GRE?" ]
[ "math" ]
[ "g185y" ]
[ 2 ]
[ "" ]
[ true ]
[ false ]
[ 0.67 ]
I am in Calculus 2 and I have 2-3 more semesters of "math" before I take the GRE. (calc 3, intro to probability, and discrete math for computer scientists, in that order). I need to be at my best in terms of GRE math because the average for the program for which I am applying is 90%. Should I take it after calc 3 an...
Are you talking about the general GRE? If you are, there is no calculus on the exam. You have all of the tools needed to answer every question. The general GRE math section is pretty easy. Take some practice tests and see how you do.
The math on the general GRE is actually easier than the math on the general SAT .... subject GRE's and SAT's are a different matter entirely. Good luck! PS: One thing to keep in mind: the GRE math section is actually so easy that even if you get 100% of the questions right, you might only end up in the 80th percentile...
I took it in October and 100% correct was 94th percentile.
The math on General is trivial; for engineering/science students the common pitfall is running out of time due to mis-timing the early questions, which -due to the adaptive algorithm- you absolutely do not want to mess up. (When i took the exam last year I almost fucked up and had to semi-guess the last 2 questions, ha...
Yes, just the general GRE. I don't think the subject tests are required except for candidates for phD. Thanks for the comment. I'll check out some practice tests and see how I do. Now that you say there's no calculus, I'll probably just need to brush up on my geometry and precalc.
[ "My dad just posted this to Facebook, about the quadratic formula" ]
[ "math" ]
[ "g1ds8" ]
[ 1 ]
[ "" ]
[ true ]
[ false ]
[ 0.55 ]
Quadratic Formula: There was a negative Boy, who was confused about whether or not he should go to a radical party. The Boy was square, so he missed out on 4 Awesome Chicks and he cried until the party was over at 2Am.
That's great. There's one in spanish for integration by parts that goes as follows: Un Dia Vi Una Vaca Rayada Vestida De Uniforme: ∫u dv = uv - ∫v du The saying translates to: One day I saw a striped cow dressed in a uniform... For some damn reason it is unforgettable!
I've used this for years and I love it. One day a friend asked me something about some integral and I answered out loud "Un dia vi una vaca vestida de uniforme" and he was all like 'lolwut?' Anyway, where's the R? I think you're picturing your cow in a striped uniform :P
The rayada comes from raya... la raya del signo menos! jejejeje!!
I wish my teacher had told us this story in high school. Would have saved me so much pain!
Some old hippy caught another hippy tripping on acid.
[ "Set Theory as the foundation of mathematics" ]
[ "math" ]
[ "g047z" ]
[ 6 ]
[ "" ]
[ true ]
[ false ]
[ 0.75 ]
I recently picked up a book on set theory (Jech) so I could get a more rigorous grasp on mathematics. I loved how things like functions and integers were defined so formally and it got me thinking, are all objects in mathematics defined in concrete terms with sets? How are rational numbers, irrationals, complex numbers...
You can construct the naturals, integers, rationals, reals, and the complex numbers all in terms of sets. The constructions for everything except the reals are elementary, and the reals aren't too hard, just more involved. There's a short book by Landau that does all of these, you should check it out. Cardinals are def...
Let [; 0 = \emptyset ;] [; 1 = \{0\}=\{\emptyset\} ;] [; 2 = \{0,1\}=\{\emptyset,\{\emptyset\}\} ;] [; n = \{0,1,\dots,n-1\} ;] This defines the natural numbers in terms of sets. Note that the cardinality of the set n is n itself. To define something like multiplication of the natural numbers (sets) [;a,b;] , we could...
PM used axioms of logic, not set theory.
Almost none of the categories you care about are small, meaning that the collection of all objects does not form a set. Examples are the category of sets, groups, rings, vector spaces, modules, topological spaces, etc. But as drvitek pointed the categories you care about are almost always locally small. Meaning the ho...
The typical way math is done is all in terms of set theory of some flavor. Not everything is actually a "set" as people often want to talk about things like "the collection of all sets," or "the collection of all groups/rings/modules/etc." These things are typically too large to be sets in the sense that we can't call ...
[ "r/math, do you think you could help out a high school junior trying to make some decisions?" ]
[ "math" ]
[ "g08l1" ]
[ 1 ]
[ "" ]
[ true ]
[ false ]
[ 0.56 ]
Honestly, I don't know if this is where this type of question belongs, but this is the only place I could think of with a high concentration of mathematicians/math students, so here I am! Basically, I want to ask a few questions regarding math as a study and as a career. I know that I want to do either engineering or m...
One comment on Q4. Lots of students going to university get an major surprise when they realise that the maths that they're being taught is all about proof. So you might start with something like logarithms that you already know about and rip it into tiny little pieces, rigorously proving what your secondary school tea...
1) No. As long as you're interested in math, I think you'll do fine. 1) Engineering requires Calculus, Differential Equations, Linear Algebra, and a class in Applied Mathematics at my college. That's one class short of a math minor. The math major has a lot more math than that, though, and a lot more rigorous. 1) Engin...
No. a) Competition math, though much better than school "math", is very different from real math. b) People in competitive math are... scary. You don't have to be an übergenius to be good. Engineers don't take very much math compared to a math major; no abstract algebra whatsoever, no topology, not much analysis, etc....
As error792 said, math competitions differ greatly from real math. I enjoy both, but most of my math course exams are week-long take-home ordeals, aka not the type of thing to be done in a competition setting. In my mind, the main difference between a math major and an engineering major is that an engineering major fo...
Math/CS undergrad, Civil Engineering phd here. Hope this helps.
[ "Fun graph theory paper to present for class?" ]
[ "math" ]
[ "g06eg" ]
[ 5 ]
[ "" ]
[ true ]
[ false ]
[ 0.73 ]
For my Advanced Topics in Graph Theory class, I'm required to present a paper of my choice in graph theory in a 10-15 minute presentation. I did find a neat paper by Erdos involving probabilistic graph theory: . However, I wondered if any of you knew of anything you thought was really cool that would be appropriate an...
Do the proof that every planar graph is 5-choosable. It's got topology and coloring, it's a beautiful proof illustrating the power of a perfectly chosen induction hypothesis, and it's about a page long.
You get upvoted in the math joke threads and downvoted in the math threads. Therefore, you are a math joke. Please comment your own comments as such.
You get upvoted in the math joke threads and downvoted in the math threads. Therefore, you are a math joke. Please comment your own comments as such.
Thanks for inspiring me to pull out my copy of - that's actually Chapter 30 right there. :) I may just do this.
I'm definitely not an expert in the field, so someone else can probably give a more important paper, but I do love polynomials, so you might be interested in the paper Building Graphs Whose Independence Polynomials Have Only Real Roots by Eugen Mandrescu.
[ "Is the set of natural numbers the set of aleph numbers?" ]
[ "math" ]
[ "g1ht5" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.17 ]
[deleted]
My crank alarm is blasting at 130 decibels.
I'm confused about what you're trying to say. Are you assuming things, or asking questions? Let 2 points exist, points A and B. Two points of what? A topological space? If so, which one? There are an infinite number of points directly between A and B. We will call this set of points a line segment. What do you mean by ...
No, the problem is that I know what you mean. You start with two points, A and B and assume nothing else. Okay. I can buy that since a point is hard to define. Then you say that there are infinite number of points between A and B. This obviously doesn't follow from just two points, so I guess you are assuming that ther...
The cardinality of any line segment is an aleph number. This is very imprecise. The set of points on a line segment has cardinality 2 or Aleph-1 if you assume the Continuum Hypothesis. It doesn't matter how long or how short the line segment is. Pretty much everything else you said after this is incorrect. Edit: typo
rhlewis is actually spot-on, I'm afraid. There are basically two kinds of person that could ask a question like this: Cranks Very confused undergraduates/amateurs (There is overlap between the two sets.) The thing that you may not be getting is that your question contains with it some incorrect assumptions. I'm sorry t...
[ "Are these two set based proofs read the same way?" ]
[ "math" ]
[ "g0ns7" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.5 ]
[deleted]
And, btw, these are not proofs, these are propositions. A proof is an argument that exhibits the truth of a proposition, a proposition itself is a declarative claim.
Yes. In the first case, A is determined first, and then you can choose B depending on A. In the second case, there has to be a single B which is true for all A. In particular, the first statement is true (just take B = A) while the second is false (take A = {B} , the set containing the set B and nothing else.) edit: s...
I feel that I can be of service.
The first says: For every husband there is a wife. The second says: There is a single woman who is the wife of all husbands
Sorry, there is no "universal set". See: http://en.wikipedia.org/wiki/Russell's_paradox
[ "What should/can I do with my life?" ]
[ "math" ]
[ "g0pdo" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.36 ]
Hi . I'm a senior math major at college in the United States, and although I love math, I have no clue what I can possibly do with my degree. I've talked to advisors, career services people, and everyone is giving me the same vague answers. (Analyst, Actuary, or work for the NSA, none of which appeal to me) There are...
It's the same here, I don't know what to do. I would like to just study, maybe collect up a bunch of people really interested in learning and give seminars on everything. Falconer is a good intro book for the theory of fractals.
I really would ultimately like to do research, I'm just not sure about the availability of opportunities in grad school for people with bachelors degrees in math to get a PhD in something else
forget about jobs. you're smart, capable, and you have interests in your field of study. figure out what it takes to follow them, and then follow them. just do it. If you're looking for math-degree job prospects: Analyst, Actuary, and working for the NSA are all pretty good.
For the fractals part, I've been planning on picking up Fractal Geometry, by Falconer .
Thanks, thats exactly what I was looking for.
[ "Something I've heard a handful of times throughout my life; equal pizza trick. Can someone math this for me?" ]
[ "math" ]
[ "g0qqg" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.5 ]
I suck at math or I'd do it myself. I'm going to set this up as a word problem, since it'll be much easier for me to lay out the principle components of the problem: Billy and Tommy are two brothers that love their mom's pizza, but they always argue over who gets the biggest pieces. Whenever their mom Sally would cut t...
You have the wrong conditions. This is known as the pizza theorem. You need the number of slices to be a multiple of four and greater than or equal to 8. Most importantly, you need the angles between the slices to be equal. You didn't require this which is why joenyc was able to produce a counterexample so quickly. I f...
No. Imagine that the cuts are close to parallel and don't go anywhere near the center of the pizza, and that the intersection is very close to the edge. Essentially, one piece has more than 50% of the total area all by itself.
Thanks for providing background - I had no idea this related to a well-known theorem.
Wow, thanks for the answer. Like joenyc said, I had no idea about this theorem. Thanks for showing me this!
see the following links: http://www.neatorama.com/2009/12/11/the-mathematics-of-sharing-pizza/ www.lsus.edu/sc/math/rmabry/pizza/Pizza_Conjecture.pdf It depends on the number of slices and who gets the piece containing the middle.
[ "Bus stop math: Help in solving a problem based on A Pattern Language" ]
[ "math" ]
[ "g0m3h" ]
[ 2 ]
[ "" ]
[ true ]
[ false ]
[ 0.63 ]
Hi Math Redditors, I am an architecture student with what I think is a possibly intriguing math/logic problem. I'm looking for someone to point me in the right direction in solving it. The problem comes from Christopher Alexander's book "A Pattern Language". In pattern #16 "Web of Public Transportation", he writes: Ima...
Here's one way to formalize the problem. The 16 bus stops and the immediate segments between them form a graph . You want the actual bus network to form a connected , spanning subgraph of that graph, so that you don't have buses running on each and every possible segment, but you can still get from every stop to every ...
Feels like NP to me, so I'd say you'd just have to brute force it. Edit: Actually it might not be. Can we verify that a given set of paths is the best quickly? It seems like it would take just as long to verify as it would take to calculate.
NP problems are a class of "hard" problems. Check the wiki , I don't know much about it. Now that I think about it though, the problem might not be NP.
I'd look into the Floyd-Warshall algorithm .
No problem - it's definitely an interesting idea. In case you're unaware, these kinds of problems tend to be called "Graph Theory" or "Network Theory", and they tend to be pretty approachable.
[ "Differential Equations Grapher?" ]
[ "math" ]
[ "fzgdu" ]
[ 5 ]
[ "" ]
[ true ]
[ false ]
[ 0.73 ]
I have been trying to find a way to plot some differential equations. I have Grapher (Mac OSX standard thing), but I can't figure out how to use it. If anyone else has a good alternative that I can download (hopefully for free), that'd be welcome. Or if anyone has any clue on how to use Grapher, that'd be welcome too. ...
In Grapher, go to Equation -> New Equation from Template... There's a differential equation tab, so maybe that will help.
WolframAlpha?
I've done that, but unfortunately, it's still no less confusing.
Was the first thing I went to, but sadly, it didn't let me expand the graph to see much meaningful data. Is there any way to expand it?
I don't know if that's what you want, but apparently you can specify the range you want to plot using the Plot[f, {x, xmin, xmax}] function.
[ "/r/math, could you explain what exactly my Calculus teacher won the Fields medal for?" ]
[ "math" ]
[ "fzku1" ]
[ 20 ]
[ "" ]
[ true ]
[ false ]
[ 0.85 ]
I'm taking a second-semester calculus class from him, and I noticed he won the Fields Medal for stuff I can't even comprehend. Can anybody describe his work in language that a second-semester calculus student could understand?
I'll give it a long stab. Going from where you are to where his work is will take a long while, and a lot of background material. We're going to start with the concept of a , which you probably haven't heard of. A group is a mathematical structure consisting of two things - a set, and a binary operation on that set. ...
Yeah, fractals are weird too, but the Mandelbrot set (for instance) is self-similar to an infinite level of detail. If you could find smaller and smaller copies of the Mandelbrot set as you zoomed in, and then they suddenly stopped at a scale factor of 10 or something, that would be much more bizarre.
Yeah, fractals are weird too, but the Mandelbrot set (for instance) is self-similar to an infinite level of detail. If you could find smaller and smaller copies of the Mandelbrot set as you zoomed in, and then they suddenly stopped at a scale factor of 10 or something, that would be much more bizarre.
As a computer scientist, the existence of the monster group (and the rest of the sporadic groups for that matter) is probably the weirdest, most implausible fact I've ever encountered.
To me it's not really the fact there is a group so large, but that there are only 26 of them. I could totally see having an infinite number of sporadic groups - there's not a priori reason why they should have to be limited - but the fact that there's such a small number of them, and that the largest one is so large is...
[ "Math problem that needs solving. Math puzzel winner gets a pizza sent to there house." ]
[ "math" ]
[ "fzysz" ]
[ 0 ]
[ "" ]
[ true ]
[ false ]
[ 0.3 ]
10/10/10 in base 12 October 10, 2010 garnered a lot of attention because of it's representation as a calender date by 10/10/10. Suppose instead that we represented month, day and year base 12. Thus, in base 12, December would be indicated by 10 because 10 base 12=12 in base 10 Determine which year(s), if any, during t...
2016 ...now show your work. I don't want your damn pizza.
I must be confused by the question. Wouldn't it just be December 12th, 2012? Further, since you require that the date be "10/10/10", and limit the answer to a single century, then the year must be unique, thus we already know that there cannot possibly be more than a single answer.
here goes nothin...2028?
10/10/1210 base 12 So December 12th, 2028 1110 base 12 doesn't work. Number is less than 2000 in base 10 1310 base 12 is greater than 2100 base 10. Only one possible solution
Correct, send me your address and get ready for some pizza
[ "After 2.5 years of being a Statistics major, I'm seriously considering throwing in the towel." ]
[ "math" ]
[ "fzkwf" ]
[ 8 ]
[ "" ]
[ true ]
[ false ]
[ 0.75 ]
Mathit, have you ever almost thrown in the towel? What kept you going? I feel as if I'm no longer cut out for the curriculum. I'm currently an Accounting and Stat double major, and sometimes wonder if I should just drop the Stat. I'm current in my universities Math Analysis II course, and its hitting me hard. I've alwa...
Analysis is hard. Seriously hard. At this stage of the game, you can't just attend lectures and expect to understand things. I recently got my Ph.D. in statistics and I had a hard time in analysis as an undergrad. I spent about 3-4 hours of prep work for every hour in class. If you are working your ass off already,...
Every professional mathematician I have talked to has experienced a moment where math suddenly became hard and they questioned if they were cut out for the profession.
My experience is that without having to try. It comes as quite a shock when they realize they have to seriously work. Wow, I somehow forgot about that. That's worth repeating.; it's probably a big part of the OP's problem. My first three semesters were so easy, even taking upper-level math courses, that I loaded up on ...
I've seen a number about computers, but no I can't find one about math, specifically. I did find one which was arguable. It was a rant. Don't take it to seriously. I hope you're with me as far as these two points are concerned: Placing the burden of proof on women to demonstrate their legitimacy belonging in technical ...
I spent about 3-4 hours of prep work for every hour in class. This is normal. Being a full-time student means taking about 15 hours of classwork, which means about 60 hours of work a week. It's tough to be a student. (Which is to confirm, not dispute, what you said.) Math really should be thought of as a social activit...
[ "What are your favorite examples of deep theorems being used to prove much easier things?" ]
[ "math" ]
[ "g00p0" ]
[ 16 ]
[ "" ]
[ true ]
[ false ]
[ 0.86 ]
Some of you might recall the thread posted a while ago about coloring a certain type of island with three colors, that gets blown into triviality by the Four Color Theorem. What are your favorite examples of high-level, difficult proofs being used when they don't really need to be? Some of mine: Euler's proof of the i...
Relevant question on mathoverflow.
Fermat's last theorem to prove that the cube root of 2 is irrational.
For those who don't look at the MO answers, the follow up to this is "Unfortunately, Fermat's Last Theorem is not strong enough to prove 2 is irrational" (apparently due to W. H. Schultz).
incomplete!
Proving anything with the Graph Minors Theorem.
[ "AskMath: I need your creative help." ]
[ "math" ]
[ "fyput" ]
[ 1 ]
[ "" ]
[ true ]
[ false ]
[ 0.56 ]
[deleted]
Mathematical thought class? What is that, math for poets?
It means that you can find a bijection from the natural numbers to the rationals. That is, you can put the two sets in one to one correspondence. There are several ways to do this. Here's a common example. The path traced out by the arrows will hit every positive rational number. Then you just assign a natural number t...
hahaha kind of, it's just a class where we discuss more abstract particulars of math as opposed to just learning formulas and whatnot.
What level is your course? There is an astounding amount of interesting mathematics out there. What about a classification theorem? Maybe the classification of closed surfaces http://en.wikipedia.org/wiki/Surface#Classification_of_closed_surfaces or the classification of the 17 plane symmetries (the so-called wallpap...
How about a demonstrative project on the Tower of Hanoi game?
[ "How do you find eigenvectors from a row-reduced matrix (A-(2)I)=0 that results in an identity matrix?" ]
[ "math" ]
[ "fys78" ]
[ 1 ]
[ "" ]
[ true ]
[ false ]
[ 0.57 ]
The 3x3 Matrix A is: -2 1 0; 1 -1 -1; 1 3 -3 eigenvalues: -2, -2+i, -2-i (A-(2)I)=0 ===> -4 1 0; 1 -3 -1; 1 3 -5; ====> 1 0 0; 0 1 0; 0 0 1 Does this all seem correct?
Eigenvectors.
Try posting this in r/learnmath or r/cheatatmathhomework . btw, 2 isn't an eigenvalue, but -2 is.
As a matter of fact I do not. I don't even have this class tomorrow.
no worries, checking on students?
Do you happen to know how I could find the row-reduced matrix that precedes the eigenvector for lamba = -2?
[ "Triangle fit inside another triangle" ]
[ "math" ]
[ "fyq3i" ]
[ 7 ]
[ "" ]
[ true ]
[ false ]
[ 0.82 ]
I saw this posted online 10+ years ago, and at the time they mentioned it was still unsolved. I'm wondering what the current state is now? Given six numbers, representing the side lengths of two triangles, what are the necessary and sufficient conditions such that one triangle can fit inside the other?
Still open as far as I know. If the triangles are right triangles then it is known: http://www.math.grin.edu/faculty/Jepsen-fitting-right-triangles.pdf
Solution here: Triangle in a triangle: On a problem of Steinhaus . I'm afraid I couldn't find the pdf publicly.
Yo dawg, I heard you like triangles... Sorry.
(Croft, Falconer, Guy) in section B1.
Do you have any reference to where you found the problem before? Otherwise, I'm somewhat skeptical of this claim...
[ "Forget ladders, this question features cows and has had me stumped for 20 years!" ]
[ "math" ]
[ "fys0o" ]
[ 9 ]
[ "" ]
[ true ]
[ false ]
[ 0.76 ]
[deleted]
Someone posted a slightly more general version last week. The answer is in the comments.
I believe you are correct. The ratio of silo radius r to rope length pi*r is no coincidence - it's exactly half the circumference of the silo, and half the rope is 1/4 of the silo. I think the area would look much more like this .
I think you're wrong in saying the shaded blue region ought to be a cycloid. Imagine the cow is pulling straight up (in your description) on either side of the silo. It's maximum height would be r + pi*r/2... (half of the rope would be wound around the silo, the other half in a straight vertical line). I made a parame...
I think you're wrong in saying the shaded blue region ought to be a cycloid. Imagine the cow is pulling straight up (in your description) on either side of the silo. It's maximum height would be r + pi*r/2... (half of the rope would be wound around the silo, the other half in a straight vertical line). I made a parame...
Am I right in assuming that the area of the silo itself is not grazeable?
End of preview. Expand in Data Studio

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Prompt-Reply Objects from Origin to March 2023 with top 5 Comments

Source Data

The data for this project was compiled from three main sources:

Pushshift Reddit submissions dataset, which includes the following fields: "title, post_id, over_18, subreddit, link_flair_text, self_text" BigQuery, where the Pushshift data was uploaded and queried for submissions from the r/math subreddit A web scraper (https://github.com/P1ayer-1/Reddit-Convo-Tree-Builder) used to extract updated post content, including any replies to the original posts In cases where the updated content was not available (e.g., because it was deleted), the title or self_text from the original Pushshift submissions was used to create a more comprehensive dataset.

Output Data

The output data is in JSON Lines format and includes prompt-reply objects for posts from the r/math subreddit, along with the top 5 comments for each post.


license: cc-by-4.0

Downloads last month
12