derivativeOrNull

abstract fun derivativeOrNull(symbol: Symbol): Expression<T>?(source)

Returns first derivative of this expression by given symbol.


override fun derivativeOrNull(symbols: List<Symbol>): Expression<T>?(source)

Differentiates this expression by ordered collection of symbols.

Return

the derivative or null.

Parameters

symbols

the symbols.