Code generation from Mathematica involves converting programs written in the Mathematica language into other languages and then supporting them so that they can be executed. ...
Conjugate[z] or z\[Conjugate] gives the complex conjugate of the complex number z.
EffectiveInterest[r, q] gives the effective interest rate corresponding to interest specification r, compounded at time intervals q.
Floor
(Built-in Mathematica Symbol) Floor[x] gives the greatest integer less than or equal to x. Floor[x, a] gives the greatest multiple of a less than or equal to x.
FractionalPart[x] gives the fractional part of x.
Mod
(Built-in Mathematica Symbol) Mod[m, n] gives the remainder on division of m by n. Mod[m, n, d] uses an offset d.
ThreeJSymbol[{j_1, m_1}, {j_2, m_2}, {j_3, m_3}] gives the values of the Wigner 3-j symbol.
WignerD
(Built-in Mathematica Symbol) WignerD[{j, m_1, m_2}, \[Psi], \[Theta], \[Phi]] gives the Wigner D-function D_m_1^m_2, j(\[Psi], \[Theta], \[Phi]).WignerD[{j, m_1, m_2}, \[Theta], \[Phi]] gives the Wigner ...
While differential equations have three basic types—ordinary (ODEs), partial (PDEs), or differential-algebraic (DAEs), they can be further described by attributes such as ...
Introduction to Differential Equation Solving with DSolve Classification of Differential Equations Ordinary Differential Equations (ODEs)