Processing math: 100%
First time here? Check out the FAQ!
3

Does Math like f(x)=ex work on askbot?
 

let's try:

M[f](s)=0xs1f(x)dx.

M[ddxf(x)]=(s1)F(s1),M[xμf(x)]=F(s+μ).

p1k=0Ckxk1(14x)(p+1)/22xxp1mod(p,xp).

Give it a try - post some "answers" and see how it works for you.

edit: here are instructions to enable MathJax.

There is a caveat - if you right-click and choose some setting - django may sign you out. It's due to the bug in python Cookie module or MathJax cookie name. MathJax wants to set up cookie named mjx:menu, but python does not like : in the name. I have found the place in MathJax where that character can be replaced with say -, but rebuilding MathJax is not trivial - not all build scripts are present in the repository.

If the site "kicks you out" this way - delete cookie for askbot.org named as above and re-signin.

This issue in MathJax will hopefully be solved very soon.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 14 years ago
todofixthis's avatar
1.3k
todofixthis
updated 12 years ago

Comments

1
2
Evgeny's avatar Evgeny (14 years ago)
mathjax now works in wmd preview, somewhat slow with large equations though.
Evgeny's avatar Evgeny (14 years ago)

I dont see any formulas but only pure LaTex script, or is math not enabled on this installation?

Tuta's avatar Tuta (13 years ago)
1

Tuta, we will fix this tomorrow, some things got out of hand when we migrated some software. Mathjax should work fine. It works on http://ask.sagemath.org running a bit older version of askbot.

Evgeny's avatar Evgeny (13 years ago)
see more comments

5 Answers

1

This is a test. Consider a curve E defined by y2=x3+ax+b. Also consider the Fermat curve xn+yn=zn.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
William Stein's avatar
31
William Stein
answered 14 years ago
link

Comments

see more comments
1

(Just testing -- pay no attention to the man behind the curtain.)

GN×(U(n1)×R+). Note the analogy with the Euclidean similarity group Sim(R2n+1)=R2n+1×(O(2n+1)×R+).

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
BobM's avatar
11
BobM
updated 14 years ago, answered 14 years ago
link

Comments

Bob, I've disabled the normal behavior of underscores, so math is rendered is more faithfully, but for the real fix the markdown parser will need to be updated. I'm now looking at how this can be done.
Evgeny's avatar Evgeny (14 years ago)
see more comments
1

I created a patch for the markdown2.py module that does a better job of isolating MathJax equations from the Markdown processing. Basically, it just replaces all instances of $...$ and $$...$$ patterns from the text, performs the standard markdown processing, and inserts them back in. It works surprisingly well. You can download the context diff from this link (this is just a text file).

The only downside that I can see is that you need to backslash all regular dollar signs that you use in text---but if you run a math-heavy web site like I do, that's no big deal.

Anyway, the Javascript module needs a similar update so that the functionality matches. I've worked on that already, and once I'm satisfied I'll share it here, too. EDIT: OK, I'm satisfied with that patch; you can grab it from this link.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
mcg's avatar
86
mcg
answered 12 years ago, updated 12 years ago
link

Comments

i=1

Jtrain's avatar Jtrain (12 years ago)
see more comments
0

How to get all mathematical symbols on this editor without latex code

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
satish's avatar
1
satish
answered 8 years ago
link

Comments

see more comments
0

Just testing logan=logbnlogba. And one more time logan=logbnlogba

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
afwings's avatar
1
afwings
answered 12 years ago
link

Comments

see more comments