How do I display mathematical notation instead of code in Mathematica?

  • Context: Mathematica 
  • Thread starter Thread starter amcavoy
  • Start date Start date
  • Tags Tags
    Mathematica
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 3K views
amcavoy
Messages
663
Reaction score
0
I have just started to use Mathematica, and was wondering how I can get the input to come up as symbols rather than just the command. For instance, when I integrate something:

http://img398.imageshack.us/img398/9180/mathematica5tl.jpg

How can I get the input to come up as:

[tex]\int{\frac{1}{1+x^4}}dx[/tex]

Thanks in advance.
 
Last edited by a moderator:
Physics news on Phys.org
apmcavoy said:
I have just started to use Mathematica, and was wondering how I can get the input to come up as symbols rather than just the command. For instance, when I integrate something:

http://img398.imageshack.us/img398/9180/mathematica5tl.jpg

How can I get the input to come up as:

[tex]\int{\frac{1}{1+x^4}}dx[/tex]

Thanks in advance.

if you are typing it out at the time you do it you must use the commands. you have no way to type out an expression in symbolism for your input. AFAIK.
 
Last edited by a moderator:
Alright, well is there a way to write up a paper (homework for instance) in Mathematica?
 
apmcavoy said:
Alright, well is there a way to write up a paper (homework for instance) in Mathematica?

I recommend that you use LaTeX. It is much easier to write papers in, and especially so for math.

go get MikTex if you are on windows, and then go to http://www.toolscenter.org/front_content.php to get the editor you need.

all the latex documentation you need is available in the built in help system in texniccenter.
 
Ok thank you for your help.
 
Would using basicinput.nb and basictypesetting.nb help you in this matter? You would get a bit better presentability.
 
You can choose them to be displayed from File->Palettes. Meant to help working in symbolic notation.
 
apmcavoy said:
I have just started to use Mathematica, and was wondering how I can get the input to come up as symbols rather than just the command. For instance, when I integrate something:

http://img398.imageshack.us/img398/9180/mathematica5tl.jpg

How can I get the input to come up as:

[tex]\int{\frac{1}{1+x^4}}dx[/tex]

Thanks in advance.

Choose Files, Palettes, Basic Input. A menu will pop up with the standard symbols. For your integral. Choose the integral. It will pop-up where the cursor is with boxes for input. Tab to those boxes and fill in the input. You should routinely run Mathematica with this pop-up window on the side so you can easily format equations in standard form.
 
Last edited by a moderator: