SYMSCI Toolbox >> SYMSCI Toolbox
SYMSCI Toolbox
- Add — (+) symbolic addition operator
- Assign — (:) symbolic assign operator
- Det — symbolic determinant
- Diag — diagonal of symbolic matrix
- Diff — differentiate symbolic expressions
- Div — (/) symbolic division operator
- Elem — access element of symbolic object
- Evalf — evalute to arbitrary precision float
- Expand — expand symbolic expression
- Eye — symbolic identity matrix
- FreeSymbols — free symbols in symbolic expression
- GetArgs — get arguments of symbolic expression
- HCat — (,) horizontal catenation operator
- Inv — symbolic matrix inverse
- Jacobian — symbolic jacobian matrix
- LUSolve — symbolic linear system solver
- Mat — create a matrix of symbolic scalars
- Mul — (*) symbolic multiplication operator
- Neg — (-) symbolic negation operator
- Ones — matrix of symbolic ones
- Pow — (^,**) symbolic power operator
- Reshape — reshape matrix of symbolic scalars
- Set — set of symbolic scalars
- Sub — (-) symbolic subtraction operator
- Subs — (:) symbolic substitution operator
- Sym — create symbolic scalar or matrix of symbolic scalars
- Syms — create symbolic scalar variables
- VCat — (;) vertical catenation operator
- Value — symbolic value
- Variable — symbolic variable
- Vec — create a vector of symbolic scalars
- Zeros — matrix of symbolic zeros
- cols — number of columns of a matrix of symbolic scalars
- elems — number of elements of a symbolic object
- free — delete symbolic object
- gc — garbage collection of symbolic objects
- heap — number of allocated symbolic objects
- isEqual — check for equality of symbolic scalars
- isMatrix — check for matrix of symbolic scalars
- isNotEqual — check for non-equality of symbolic scalars
- isScalar — check for symbolic scalar
- isSet — check for set of symbolic scalars
- isSym — check for symbolic object
- isVector — check for vector of symbolic scalars
- reset — delete all symbolic objects
- rows — number of rows of a matrix of symbolic scalars
- toDouble — convert symbolic numbers to doubles
- toSciCode — convert symbolic expression to Scilab code
- toSciFunction — convert symbolic expression to Scilab function
- toString — convert symbolic scalar to string
- typeClass — name of symbolic scalar type class
- typeID — id of symbolic scalar type class