derivativeOrNull

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

Returns first derivative of this expression by given symbol.

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

Differentiates this expression by ordered collection of symbols.

Return

the derivative or null.

Parameters

symbols

the symbols.