Nor
(Built-in Mathematica Symbol) Nor[e_1, e_2, ...] is the logical NOR function. It evaluates its arguments in order, giving False immediately if any of them are True, and True if they are all False.
PrimePowerQ[expr] yields True if expr is a power of a prime number, and yields False otherwise.
SequenceAlignment[s_1, s_2] finds an optimal alignment of sequences of elements in the strings or lists s_1 and s_2, and yields a list of successive matching and differing ...
Xor
(Built-in Mathematica Symbol) Xor[e_1, e_2, ...] is the logical XOR (exclusive OR) function. It gives True if an odd number of the e_i are True, and the rest are False. It gives False if an even number of ...
Counting roots of polynomials. CountRoots accepts polynomials with Gaussian rational coefficients. The root count includes multiplicities. This gives the number of real roots ...
The general solution to a differential equation contains undetermined coefficients that are labeled C[1], C[2], and so on. This example has one undetermined parameter, C[1]. ...
DSolve can find solutions for most of the standard linear second-order ODEs that occur in applied mathematics. Here is the solution for Airy's equation. Here is a plot that ...
Converting notebooks to HTML. Export has many options applying to HTML export that allow you to specify how notebooks should be converted for web browsers with different ...
Here is one way to enter a particular expression. Here is another way to enter the same expression. With a notebook front end, you can also enter the expression directly in ...
A Frobenius equation is an equation of the form where a_1, …, a_n are positive integers, m is an integer, and the coordinates x_1, …, x_n of solutions are required to be ...