-
Notifications
You must be signed in to change notification settings - Fork 1
Xcalc: Public Functions
-
Description: Domain of expr (improved version of
domain
function) -
Type:
Function
-
Output: Returns list with 2 forms of the domain
-
Description: Domain analysis of expr and derivative of expr
-
Type:
Function
-
Output: Returns whether the domains are equal
-
Description: Domain of expr with variable var (
def2
determines undefined points in the domain) -
Type:
Function
-
Output: Returns list of values where expr is undefined
-
Description: Range of function
-
Type:
Function
-
Description: Analysis of function
-
Type:
Program
-
Output: Displays the following:
- Domain
- Min and max (global)
- Intercepts (x and y)
- Parity
- Asymptotes (horizontal and vertical)
-
Description: Inverse function of function
-
Type:
Function
-
Description: Rational function analysis (where P is num and Q is den)
-
Type:
Program
-
Output: Displays the following:
- Domain
- Factors of num and den
- Holes
- Intercepts (x and y)
- Asymptotes (horizontal, vertical, slant)
-
Description: Critical points of function (with more details)
-
Type:
Program
-
Description: Intervals of increase/decrease for function (with critical points)
-
Type:
Program
-
Inflection points of function
-
Displays f''(x) and roots of f''(x)
-
Displays domain of f''(x)
-
Description: Parity of function with name function
-
Type:
Function
-
Output: Returns even/odd/neither
-
Description: Antiderivative of function with respect to variable
-
Type:
Function
-
Description: Derivative of expr according to the limit definition of a derivative
-
Type:
Program