|
Natural Mathematical Notation |
||||||||||||||||||||||||||||||||||||
| Natural Mathematical Notation Until now, traditional typesetting and symbolic computation systems forced you to use an array of commands and a complex syntax to represent your input. Many of these systems have over 2,000 separate operators, such as int and diff, that you must learn in order to create input. For example, if you want to integrate the expression
using a traditional computation system, you must enter it in linear fashion, int(x\2/sqrt(x\2-9),dx). To typeset it with LaTeX, you must write $\int\frac{x\{2}}{\sqrt{x\{2}-9}}dx$. A simple typing mistake would cause an error message. Scientific WorkPlace, Scientific Word, and Scientific Notebook eliminate the need to learn complex syntax by using natural notation for input and to show results. With these products, you can enter mathematics easily with the mouse, or, as you gain confidence and familiarity, with keyboard shortcuts. Here is how you enter the above integral using the mouse in Scientific WorkPlace, Scientific Word, and Scientific Notebook:
All the symbols in the main TeX fonts are available in Scientific WorkPlace, Scientific Word, and Scientific Notebook, which means you have everything you need to type mathematics. Also, if you know the TeX names for mathematical objects and symbols, you can use them (for example, holding down Ctrl while you type int enters an integral). You do not need to know TeX names to enter mathematics. |
||||||||||||||||||||||||||||||||||||