
Example:
cauchy_icdf(0, 2, 0.95) returns 12.6275030293
cFactor
Returns an expression factorized over the complex eld (on Gaussian integers if there are more than two ).
cfactor(Expr)
Example:
cFactor(x^2*y+y) gives (x+i)*(x-i)*y
charpoly
Returns the coeicients of the characteristic polynomial of a matrix. With only one argument, the variable
used in the polynomial is x. With a variable as second argument, the polynomial returned is in terms of that
variable.
charpoly(Matrix,[Var])
Example:
charpoly([[1,2],[3,4]], z) returns z^2-5*z- 2
chrem
Returns a vector containing the Chinese remainders for two sets of integers, contained in either two vectors
or two lists.
chrem(List1, List2) or chrem(Vector1, Vector2)
Example:
chrem([2,3],[7,5]) returns [-12,35]
col
Given a matrix and an integer n, returns the nth column of the matrix as a vector.
col(Matrix, Integer)
Example:
col returns [2,5,8]
colDim
Returns the number of columns of a matrix.
colDim(Matrix)
Example:
colDim returns 3
Ctlg menu 423
Komentarze do niniejszej Instrukcji