71
$\begingroup$

Right now, the faq only contains the boilerplate explanations of the stackoverflow engine, reputation levels, etc.

This page serves as an index of other important support questions for the community.

Please post each faq as a separate answer, and as community wiki so we can collaboratively edit the faq. If you add a new proposed faq, add a link to it in the index.

Useful references:
The MathOverflow faq
FAQs about the stackoverflow system

Index

Technical help on the user interface

Contents and tags

Votes and flags

Other topics

$\endgroup$
5
  • 1
    $\begingroup$ @Willie There are two links to "Must I post in English?" (maybe this is meant as "again more slowly, please") $\endgroup$
    – user53153
    Commented Jan 9, 2013 at 14:53
  • 2
    $\begingroup$ @PavelM: that is deliberate. See also "I used to post a lot on other math forum..." It is because I am not quite sure whether I've put the questions under the best heading. $\endgroup$ Commented Jan 9, 2013 at 15:11
  • 1
    $\begingroup$ @Willie OK, but now that you mentioned it, the Q about everything looking different has no actual A. Why not just kill it? At the age of ever-changing UI (Facebook redesigns, etc), do people really get puzzled when one website does not look like the other? $\endgroup$
    – user53153
    Commented Jan 9, 2013 at 15:42
  • 2
    $\begingroup$ @PavelM: -facepalm- Somehow I didn't notice that Kaestur left that one item blank when I did the reorganizing some time ago. Right, off it goes. Let me know if you see anything else. $\endgroup$ Commented Jan 9, 2013 at 16:14
  • 4
    $\begingroup$ The link to the MO FAQs seems obsolete. It now redirects to the respective "about" (which seems not relevant); if you still want to link to the information there is a copy on meta.MO meta.mathoverflow.net/questions/203/… (Feel free to delete the comment after reading.) $\endgroup$
    – quid
    Commented Feb 8, 2014 at 22:58

13 Answers 13

44
$\begingroup$

Q: How do I type math in my question/answer/comment?

A: You can use TeX markup. To type inline TeX equations, surround the code with $'s, e.g.

$c = \sqrt{ a^2 + b^2 - 2ab \cos \theta }$ ⇒ $c = \sqrt{ a^2 + b^2 - 2ab \cos \theta }$

To put the equation in its own line, surround with $$'s, e.g.

$$\int_0^\infty e^{-x^2} dx = \frac{\sqrt\pi}2$$ ⇒ $$\int_0^\infty e^{-x^2} dx = \frac{\sqrt\pi}2$$

AMS math environments are also supported.

   \begin{align}
      \cos x &= \frac{\sin 2x}{2 \sin x} \\
      \sin^2 x &= \cos^2 x - \cos 2x
    \end{align}

⇒ \begin{align} \cos x &= \frac{\sin 2x}{2 \sin x} \\ \sin^2 x &= \cos^2 x - \cos 2x \end{align}

If you are unfamiliar with TeX, you can find a question that uses the markup you'd like to use, then right click and select show source.

You can find more information about using MathJax, for example, here, here, here and here.

If you have detailed questions about TeX or LaTeX, this is not the appropriate place to ask them. Please use a dedicated TeX help site such as http://tex.stackexchange.com or http://www.latex-community.org/forum/

$\endgroup$
8
  • 1
    $\begingroup$ Which famous formula? We are talking about Euler here... $\endgroup$
    – Larry Wang
    Commented Jul 24, 2010 at 3:50
  • 3
    $\begingroup$ excellent addition: "If you have questions about TeX or LaTeX, this is not the appropriate place to ask them." $\endgroup$ Commented Jul 26, 2010 at 18:03
  • 2
    $\begingroup$ Incorporated answers from this question. $\endgroup$
    – Larry Wang
    Commented Aug 9, 2010 at 3:03
  • 1
    $\begingroup$ Aside for forums for detailed TeX questions, where is a good reference on math formatting in TeX? For example, where do I find out how to format things like $\mathbb{R}$ (the set of real numbers)? There is some good reference info at en.wikipedia.org/wiki/Help:Displaying_a_formula $\endgroup$
    – LarsH
    Commented Oct 22, 2010 at 10:46
  • 3
    $\begingroup$ this needs to be edited to reflect the fact that $..$ blocks are not processed by markdown now. $\endgroup$ Commented Nov 19, 2010 at 5:31
  • 1
    $\begingroup$ A link to the list of the $\LaTeX$ entities supported by MathJax should be added. (I'd add it myself, but it seems to me that only mods should be editing these, and anything else is a breach.) $\endgroup$ Commented Dec 1, 2011 at 11:43
  • 1
    $\begingroup$ Is this markup math.stackexchange specific, or should it work on all SE sites? $\endgroup$ Commented Apr 9, 2014 at 16:15
  • 1
    $\begingroup$ @MooingDuck See Which Stack Exchange sites use MathJax?. $\endgroup$
    – user147263
    Commented Sep 13, 2014 at 21:38
25
$\begingroup$

Q: What's the relationship between math.SE and MathOverflow?

A: The purpose. MathOverflow is designed to be a website where professional mathematicians ask and answer questions that come up in their research, and consequently discourages questions that do not fit that template. Math.SE is intended for enthusiasts and users of mathematics to ask and answer questions about mathematics in general. As a result, the cultures of the two websites are very different, and they don't compete much with each other. In general, we may refer unusually difficult questions with professional interest to MathOverflow if we think you'd get a better response there.

See also:

$\endgroup$
1
  • 9
    $\begingroup$ The relationship is the purpose? $\endgroup$ Commented Jun 26, 2012 at 9:58
19
$\begingroup$

Q: What other websites should I visit to get my math questions answered?

A:

  • Wolfram Alpha – for direct calculations, calculus questions, etc.

  • Dr. Math – for questions from elementary to middle-undergraduate level, including calculations, more involved problems, and highly exploratory questions.

  • Art of Problem Solving – AoPS is particularly good for high school and Olympiad-level contest mathematics type problems. Undergraduate mathematics is also covered in the College forum.

  • StackOverflow – for programming questions. Questions about algorithms are fine on math.stackexchange. Questions about implementing algorithms should go on StackOverflow.

  • Cross Validated – for questions about statistical analysis and probability theory.

  • Theoretical Computer Science – StackExchange – for research level questions about theoretical computer science.

  • Computer Science – StackExchange – for questions about computer science.

  • Of course, no website is a substitute for talking to someone in person. Ask your teacher/professor/TA, they are there to help you!


Related: List of other mathematics resources for the FAQ

$\endgroup$
11
  • 3
    $\begingroup$ The word "trivial" here is just going to get people's backs up, even though I know what you mean. $\endgroup$ Commented Jul 22, 2010 at 6:24
  • 4
    $\begingroup$ Don't forget MathOverflow for the research-level ones... $\endgroup$
    – Noldorin
    Commented Jul 22, 2010 at 7:36
  • 5
    $\begingroup$ Right. Mathematicians have a reputation of abusing the word trivial; I'd say we ought to avoid that here. $\endgroup$ Commented Jul 22, 2010 at 10:58
  • 1
    $\begingroup$ @Simon, @Akhil: I've replaced the word trivial, but I think it sounds awkward now. Feel free to fix it if you come up with a better phrasing. $\endgroup$
    – Larry Wang
    Commented Jul 22, 2010 at 11:29
  • 1
    $\begingroup$ @Kaestur: I've changed it to the word "direct." What do you think? $\endgroup$ Commented Jul 22, 2010 at 12:01
  • 2
    $\begingroup$ I haven't added MO here yet because I'm not sure how to describe it. I'm of half a mind to think that our relationship with MO deserves its own FAQ question, but I know there are people already not coming from an MO background, I think that's a good thing, and I think the MO connection will weaken in public beta and afterwards, at the very least in terms of percentage of users with MO experience. $\endgroup$ Commented Jul 22, 2010 at 17:56
  • 1
    $\begingroup$ I think that if a particular question is appropriate for MathOverflow, people here will notice and point it out. @Katie, @Noldorin: My impression has always been that anyone likely to have a large number of MathOverflow-type questions is probably in a university in some capacity, and so already knows of it, or has a colleague/instructor that does. Is this accurate? $\endgroup$
    – Larry Wang
    Commented Jul 22, 2010 at 19:30
  • 2
    $\begingroup$ @Kaestur, I'm really not sure if that's accurate, but I think I am more skeptical that it is than you are. In particular, I went to a HS with a few outstanding math teachers who have the mathematical interest and ability, if not necessarily the training, of research mathematicians. I tended not to tell them about various authors, problems, researchers and resources that I perceived to be well-known to the mathematics community as I saw it, even if I thought they'd be interested. I've since told them more often, and frequently been surprised at what they weren't familiar with... $\endgroup$ Commented Jul 22, 2010 at 20:05
  • 2
    $\begingroup$ ...e.g., one who loved the Feynman lectures, classical mechanics, and physical intuition used for mathematics, but didn't know of V.I. Arnold's work or books. I think there are also many high school students who may have MO-appropriate questions and not know of it (probably not in category theory, but there's a nontrivial amount of content on MO that is advanced work in accessible topics, see, e.g., much of Joseph O'Rourke's work in computational/metric geometry, or conceivably problems on things like graph theory or permutations). $\endgroup$ Commented Jul 22, 2010 at 20:09
  • 1
    $\begingroup$ In any case, I'm not willing to say there aren't people who would benefit from MO participation but don't know about it, and I think that's reason enough to address it. Particularly since math.SE is all about creating and exposing people to resources relating to good math questions. (sorry for the long comments). $\endgroup$ Commented Jul 22, 2010 at 20:10
  • 1
    $\begingroup$ @Katie: Thanks for the background. I will leave it to people more familiar with mathoverflow to decide whether this question should link there. $\endgroup$
    – Larry Wang
    Commented Jul 23, 2010 at 0:49
18
$\begingroup$

Q: What are all these dollar signs and weird symbols? It's hard to read the questions and answers with those there.

A: The things in between the dollar signs are math formulas written using the TeX markup language. On this site, such text should be automatically converted into the appropriate formatting by the MathJax script. If the strange text appears in a preview for a question/answer you are currently typing, this is normal. Wait 4 seconds, and it should automatically render.
If it is within the text of a comment that just got refreshed (typically by clicking "show more comments"), this is also normal, but hopefully will be changed in a manner consistent with previews.
If the above do not apply, and a browser refresh does not fix the problem, check whether your browser is blocking javascript (for NoScript users: note that for math formatting to work, JavaScript must be enabled not only for this site, but also for the site mathjax.org). It may also help to disable certain extensions/custom scripts if you are using Firefox.

$\endgroup$
4
  • 5
    $\begingroup$ We need to light-up this question over at meta.stackoverflow!!!! $\endgroup$ Commented Jul 25, 2010 at 21:46
  • 2
    $\begingroup$ possibly related: Within the "How do I use TeX in a question?" we may want "How do I include a link in a comment?" Answer: it's just like reddit $\endgroup$ Commented Jul 25, 2010 at 21:57
  • 1
    $\begingroup$ Right, hopefully we'll get the site itself to use TeX rendering shortly. $\endgroup$ Commented Jul 25, 2010 at 22:49
  • 1
    $\begingroup$ Old answer no longer applies. I've added info about recent changes to this site's TeX support. $\endgroup$
    – Larry Wang
    Commented Aug 9, 2010 at 3:04
15
$\begingroup$

Q: What is the proper way to respond to homework questions on math.stackexchange?

A:

  • Consider the guidelines given for askers of homework questions. If the question apparently lacks previous work or thought behind it, consider requesting a revision that follows these guidelines more closely.

  • Give the question asker a chance to respond before voting to close.

  • Providing an answer that doesn't help a student learn is not in the student's own best interest, and if a solution complete enough to be copied verbatim and handed in is given immediately, it will encourage more people to use the site as a free homework service. In the spirit of creating a lasting resource of mathematical knowledge, you may come back after a suitable amount of time and edit your response to include a more complete answer. Or even better, the student can post her or his own correct answer!

  • It's much better to give a hint, so that the asker may find the right direction.

  • It is encouraged to suggest other problems that use the same principles or techniques. Parallel problems are a great teaching tool.

  • Don't downvote others who provide complete answers to questions just because you think it might be homework. It's not always obvious at first glance that a question is homework, especially when you're not expecting to see it. Instead, suggest editing the response in a comment.

  • On the other hand, do feel free to downvote overly complete answers to known homework (as in, you know that this instance of the question is homework) if you think the asker has not done enough to 'deserve' it.

  • Don't ridicule a student because they haven't yet learned something obvious.

  • Be polite and encouraging! Nothing makes people hate math more than having smart people tell them they suck at it.


Related: http://meta.math.stackexchange.com/questions/106/what-is-the-proper-way-to-handle-homework-questions
https://meta.stackexchange.com/questions/10811/how-to-ask-and-answer-homework-questions
http://meta.math.stackexchange.com/questions/415/homework-questions-avoiding-giving-a-complete-solution

$\endgroup$
8
  • 1
    $\begingroup$ I added a note saying that it's better to leave a hint, rather than spell the whole solution out. $\endgroup$
    – mau
    Commented Aug 2, 2010 at 8:45
  • $\begingroup$ See also: meta.stackexchange.com/questions/10811/… $\endgroup$
    – Isaac
    Commented Aug 2, 2010 at 9:36
  • $\begingroup$ I added my suggestion that detailed examples should be given where possible, but to modified questions $\endgroup$
    – Casebash
    Commented Aug 3, 2010 at 7:19
  • $\begingroup$ I disagree about not downvoting overdetailed answers to homeworklike questions. If the answers are edited, then it is possible to remove downvotes. This is what neo-conservatives call an existential threat to the site; the option to send a complaint stronger than a whine is important. $\endgroup$ Commented Aug 9, 2010 at 8:54
  • 2
    $\begingroup$ @Charles: The reason I added that is because I don't think people should be penalized for answering questions correctly and completely just because they didn't realize that someone else might (correctly or not) consider the question homework. The only thing those people did 'wrong' is to trust the person asking the question. I agree that we don't want people to provide complete answers to actual homework questions. I have edited to clarify what I mean by 'good faith.' $\endgroup$
    – Larry Wang
    Commented Aug 9, 2010 at 18:46
  • 1
    $\begingroup$ @Charles: Generally commenting seems to work. I would only use downvoting if someone consistently ignores that advice $\endgroup$
    – Casebash
    Commented Aug 11, 2010 at 12:47
  • $\begingroup$ @Casebash: Why is it my job to check up on whether a qner follows my advice? If I downvote, and the qner improves the question, they are very likely to ping me with an "@Charles" & I can remove the downvote. $\endgroup$ Commented Aug 12, 2010 at 12:44
  • 1
    $\begingroup$ This proposed piece of the FAQ has turned into something that deserves more space for discussion. $\endgroup$ Commented Aug 12, 2010 at 12:45
11
$\begingroup$

Q: Why was my question closed?

A: Typically, a short reason will be given in the comments. Note that being closed doesn't mean that your question is bad, just that we don't think it appropriate for math.SE. For instance, we like our questions to be specific, be mathematical, and have an answer. While math.SE can serve for homework help, we're not here to do your problem sets for you; we request that you first try to solve the problem yourself and explain how you've thought about it. Please read the sections of the FAQ on How to ask a good question and How to ask a homework question. If you have read the entire FAQ and still feel that your question did not deserve closure, ask about it on meta.

$\endgroup$
11
$\begingroup$

Q: Must I post in English?

A: Post in the language you are most comfortable with. Often someone will translate your question to English. Many people here would rather see a clear question that can be translated than an unclear question in English.

$\endgroup$
10
$\begingroup$

Q: What do I do if I don't get an answer to my question after several days?

A:

  • Wait a bit longer. If it's an advanced/niche topic, the answerers may just not have seen it yet!

  • Set a bounty, by sacrificing a bit of your reputation. This entices more people to have a go answering it.

  • Check to make sure it is tagged properly, so the appropriate people will see your question. Overly-specific tags will mean it shows up in fewer searches. Do you really want to tag your question circles instead of geometry?

  • If you think it's particularly advanced (graduate level or higher), ask if it is appropriate for Math Overflow on meta.MO.

$\endgroup$
5
  • 2
    $\begingroup$ For your last question, I'm not sure asking on meta.MO first is the right approach. If the question is in fact graduate level, there's no reason not to go right ahead and ask it on MO. When people do ask "Is my question appropriate?" on meta.MO, this is usually because the question tests usual norms (e.g. is subjective but potentially interesting, etc.). $\endgroup$ Commented Jul 22, 2010 at 11:15
  • $\begingroup$ If it is appropriate for MathOverflow, it seems there is enough overlap that people here will notice and point it out. $\endgroup$
    – Larry Wang
    Commented Jul 22, 2010 at 11:30
  • $\begingroup$ @Akhil: You mean my last answer, I presume. The edit looks fine though. $\endgroup$
    – Noldorin
    Commented Jul 22, 2010 at 12:10
  • 1
    $\begingroup$ The SO faq encourages updating your question with newer developments and work you've subsequently done towards a solution. That may also be appropriate here? $\endgroup$
    – walkytalky
    Commented Aug 12, 2010 at 9:31
  • $\begingroup$ How do I set up a bounty? There is a recent question I asked, but I didnt see the "bounty" tab anywhere. $\endgroup$
    – kou
    Commented Apr 23, 2014 at 16:37
9
$\begingroup$

Q: What tags should I use for my question?

A:

  • Do use, but not abuse, meta-tags such as , , and .

  • Indicate what branch of math it belongs to.

  • If it is a math-related question from some other field (economics, bioinformatics, etc.), tag it with that field.

  • If it is a question based on something you learned in class, tag it with the name of the class.

  • Try to avoid creating new tags. Instead, check if there is some synonym that already has a popular tag.

  • If you can, approximate level of the question.

  • When trying to decide between two tags that fit equally well, choose the more populated one.

  • If you must create a new tag: Use all lowercase, don't use symbols, and replace spaces with dashes (the useful tag number-theory with a space turns into two useless tags)


Related: MathOverflow tags + others ?
Setting things straight: What style of tags are we going to be using when we launch Public?

$\endgroup$
2
  • 2
    $\begingroup$ What does "approximate level of the question" mean and how does it relate to selecting tags? On reading through this, that lost me. $\endgroup$
    – D.W.
    Commented May 16, 2014 at 15:35
  • 1
    $\begingroup$ See also How am I supposed to use tags? $\endgroup$ Commented Feb 24, 2016 at 7:35
6
$\begingroup$

Q: Why was my question voted down?

A: It may be inappropriately phrased; try being more specific.

A: It belongs on another forum; read the comments.

A: If English is not your first language, try posting in your preferred language.

A: People often downvote questions they don't understand. Try these suggestions:

  • Can you include an example?
  • Would it make sense to include a diagram?
  • Could you explain the context of your question?
  • Is there a formula that helps explain your question?
$\endgroup$
2
  • 1
    $\begingroup$ Keep in mind that explanations for downvotes are not required, and it's possible for a downvote to be cast on a perfectly good question. $\endgroup$
    – Dan Moore
    Commented Apr 26, 2019 at 18:11
  • 2
    $\begingroup$ Occasionally, people even downvote by accident. Your finger slips, and whoops! there's a downvote. $\endgroup$ Commented Apr 27, 2019 at 0:13
5
$\begingroup$

Q: Why was my "What is [X]?" question downvoted or closed?

A:
- As you should do anytime one of your questions is downvoted or closed, see the comments people left on your question. Fix some of the issues they point out by editing your question.


Related: http://meta.math.stackexchange.com/questions/168/are-what-is-x-questions-acceptable

$\endgroup$
4
$\begingroup$

Q: How do I respond to 'What is X?' questions?

A: If the question has a clear, single answer, then it is valid. For example: "What is a left coset?" is a "What is X?" question, but there is implied context.

If the question lies without context whatsoever, leave a comment asking for more details about the asker's background, where they saw the term, etc.

If the question has only subjective answers, [down vote?] / [vote to close?], and request the asker to more carefully consider what they intend to learn from replies to their question - and reword the question, making it clear what they expect in reply.


Related: Are "What is X?" questions acceptable?

$\endgroup$
4
$\begingroup$

I suspect it may be helpful to address more directly the etiquette when anyone may feel that a question and a response don't marry. I made an attempt to elaborate.

$\endgroup$

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .