-
Notifications
You must be signed in to change notification settings - Fork 1
Xcalc: Public Functions
-
Description: Domain of expr
-
Type:
Function -
Output: Returns list with 2 forms of the domain
-
Description: Domain analysis of expr and derivative of expr. Displays info if print is
true -
Type:
Program -
Output: Stores whether the domains are equal in global variable def_match
-
Description: Domain of expr with variable var
-
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
- 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 name function
-
Type:
Function -
Output: Returns list of critical points
-
Description: Critical points of function (with more details)
-
Type:
Program
-
Description: Intervals of 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
-
Synthetic division of poly by div
-
Type:
Function -
Returns a list of the coefficients with the last element the remainder
-
Type:
Function -
Returns Bernoulli number (
+) m (for m>0)
-
Type:
Function -
Returns Bernoulli number (
-) m (for m>0)