ComplexInfinity represents a quantity with infinite magnitude, but undetermined complex phase.
ConditionalExpression[expr, cond] is a symbolic construct that represents the expression expr when the condition cond is True.
Cone
(Built-in Mathematica Symbol) Cone[{{x_1, y_1, z_1}, {x_2, y_2, z_2}}, r] represents a cone with a base of radius r centered at (x_1, y_1, z_1) and a tip at (x_2, y_2, z_2). Cone[{{x_1, y_1, z_1}, {x_2, ...
Conjugate[z] or z\[Conjugate] gives the complex conjugate of the complex number z.
ConjugateTranspose[m] or m^\[ConjugateTranspose] gives the conjugate transpose of m.
ControllableDecomposition[ss] yields the controllable decomposition of the StateSpaceModel object ss. The result is a list {s_c, ss_c} where s_c is the transformation matrix ...
CumulantGeneratingFunction[dist, t] gives the cumulant generating function for the symbolic distribution dist as a function of the variable t. ...
Cycles
(Built-in Mathematica Symbol) Cycles[{cyc_1, cyc_2, ...}] represents a permutation with disjoint cycles cyc_i.
Cyclotomic[n, x] gives the n\[Null]^th cyclotomic polynomial in x.
Cylinder[{{x_1, y_1, z_1}, {x_2, y_2, z_2}}, r] represents a cylinder of radius r around the line from (x_1, y_1, z_1) to (x_2, y_2, z_2). Cylinder[{{x_1, y_1, z_1}, {x_2, ...