Uses of Class
org.episteme.core.mathematics.symbolic.Variable
Packages that use Variable
-
Uses of Variable in org.episteme.core.mathematics.symbolic
Methods in org.episteme.core.mathematics.symbolic that return types with arguments of type VariableMethods in org.episteme.core.mathematics.symbolic with parameters of type VariableModifier and TypeMethodDescriptionConstantExpression.compose(Variable<T> variable, Expression<T> substitution) DivisionExpression.compose(Variable<T> variable, Expression<T> substitution) Expression.compose(Variable<T> variable, Expression<T> substitution) Composes this expression by substituting a variable with another expression.FunctionExpression.compose(Variable<T> variable, Expression<T> substitution) IntegralExpression.compose(Variable<T> v, Expression<T> substitution) PolynomialExpression.compose(Variable<T> variable, Expression<T> substitution) ProductExpression.compose(Variable<T> variable, Expression<T> substitution) SumExpression.compose(Variable<T> variable, Expression<T> substitution) Variable.compose(Variable<T> variable, Expression<T> substitution) ConstantExpression.differentiate(Variable<T> variable) DivisionExpression.differentiate(Variable<T> variable) Expression.differentiate(Variable<T> variable) Differentiates this expression with respect to the given variable.FunctionExpression.differentiate(Variable<T> variable) IntegralExpression.differentiate(Variable<T> v) PolynomialExpression.differentiate(Variable<T> variable) ProductExpression.differentiate(Variable<T> variable) SumExpression.differentiate(Variable<T> variable) Variable.differentiate(Variable<T> variable) intReturns the power of a specific variable.Integrates this expression with respect to the given variable.static <T extends Ring<T>>
PolynomialExpression<T> PolynomialExpression.ofVariable(Variable<T> v, Ring<T> ring) Method parameters in org.episteme.core.mathematics.symbolic with type arguments of type VariableModifier and TypeMethodDescriptionEvaluates this expression with the given variable assignments.Constructors in org.episteme.core.mathematics.symbolic with parameters of type VariableModifierConstructorDescriptionIntegralExpression(Expression<T> integrand, Variable<T> variable, Ring<T> ring) Creates an integral expression.Constructor parameters in org.episteme.core.mathematics.symbolic with type arguments of type Variable