Skip to main content

Discontinuities

Computes the points of discontinuity.

Syntax

discontinuities(Expression)
discontinuities(Expression, Identifier)
discontinuities(Expression, Identifier, Real, Real)

Description

Given an expression, returns a list with the points of discontinuity, if any.

polynomials.discontinuities1.calc.png

Given an expression and an identifier t, returns a list with the points of discontinuity of such expression when the variable is tt, if any.

polynomials.discontinuities2.calc.png

Given an expression, an identifier tt and two reals a and b, returns a list with the points of discontinuity between aa and bb of such expression when the variable is tt, if any.

polynomials.discontinuities3.calc.png