Mathematical knowledge in Mathematica
The system contains all known special mathematical functions from pure and applied mathematics and engineering. They play a major role in solving problems from practice or mathematics.
Example 1. Generating Legeandre polynomials of arbitrary agree n,f or instance, let n=3 . By changing 3 with another natural number you will recieve other polynomials. The graphics is shown for thoroughness.
Example 2. Mathematica can easily calculate symbolically complex integrals by applying all possible mathematical rules and transformations.
Example 3. This goes for indefined integrals. We can get the numeric value by recalculating the result from the previous action with the command % // N:
Example 4. Finite and infinite sums and products can be calculated.
Look in the Mathematica demo Integrals for more examples.
Example 5. All types of ordinary and partial differential equations can be symbolically solved if possible. Near we solve the ordinary differential equation y'' + y' + x y =0 with regards to x and obtain its general solution depended on two arbitrary constants C[1] and C[2]. Then by means of the build-in function Evaluate[ ] we calculate the value of the obtained solution y[x] at x=1 and constants C[1]=0, C[2]=1.
Example 6. Below are more examples for special functions and transformations. Here the correstness of the numeric inequalities is tested: when it is correct, the system is responding with True, otherwise it is False.
The following example is an application of the various trigonometric formulae by the build-in function TrigReduce[ ]
Example 7. Checking if two numbers are prime or not by the function PrimeQ[ ]:
Created by Mathematica (October 6, 2007)