Possible Duplicate:
Adding support for math notation

I noticed that Mathematics supports LaTeX.

Why not include LaTeX support on all Stack Exchange sites?

I need to represent a matrix when I encountered a problem in a NumPy matrix manipulation in Python.

share|improve this question

marked as duplicate by jonsca, Jeff Atwood Sep 25 '11 at 8:22

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

Latex is a specialized language for exact layouts and is specifically suitable for mathematical notation.

Therefore, it makes sense to support it in a math website, but not much elsewhere.

I have seen people use ASCII art when representing matrices on SO.

share|improve this answer
If Latex support does not influence performance much, I don't think it will complicate user operations. So it will be better if other stackoverflow sites(that will involve some math,like the main site) support Latex – xiaohan2012 Sep 25 '11 at 10:33
@xiaohan2012 - "If". And if it does? From what I understand, the support is done via a java tex interpreted. – Oded Sep 25 '11 at 12:29

You must log in to answer this question.

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