In many kinds of calculations, you may find yourself typing the same input to Mathematica over and over again. You can save yourself a lot of typing by defining a function ...
When installing MathLM and Mathematica on a Linux system, you may need to mount the CD or DVD. Mathematica is available for Linux on DVD. MathLM is available for Linux ...
Mathematica supports an extremely wide range of mathematical notation, although often it does not assign a predefined meaning to it. Thus, for example, you can enter an ...
Permutations are basic elements in algebra. They have a natural non-commutative product (as matrices do as well), and hence can encode highly nontrivial structures in a ...
When you make a sequence of definitions in Mathematica, some may be more general than others. Mathematica follows the principle of trying to put more general definitions ...
Power series are represented in Mathematica as SeriesData objects. The power series is printed out as a sum of terms, ending with O[x] raised to a power. Internally, however, ...
"Values for Symbols" discussed how you can use transformation rules of the form x->value to replace symbols by values. The notion of transformation rules in Mathematica is, ...
Start with the expression that will be the base. Type x. Create a built-up power by pressing the Control key and the 6 key at the same time.
DatabaseLink provides a number of functions for connection to an SQL database. It also supports a resource mechanism that allows the details of how the connection is set up ...
SQLConnectionPoolClose[pool] closes a connection pool.