Calculation

table of contents


diff
impDiff
Integrate
lim
sum
prod
rangeAppoint
mod
tanLine
normal
arcLen
fMin, fMax
gcd
lcm
denominator
numerator

diff ClassPad Math Plus

Differentiates an expression with respect to a specific variable.
Syntax: \(\displaystyle \frac{\mathrm d}{\mathrm d ■} □\), \(\displaystyle\frac{\mathrm d^□}{\mathrm d ■} □\)

スティッキー
スティッキー

スティッキー
スティッキー

impDiff ClassPad Math Plus

Differentiates an equation or expression in implicit form with respect to a specific variable.
Syntax: impDiff(Eq/Exp/List, independent variable, dependent variable)

スティッキー
スティッキー

Integrate ClassPad Math Plus

Integrates an expression with respect to a specific variable.
Syntax: \(\displaystyle \int_□^□ ■ d□\)

スティッキー
スティッキー

lim ClassPad Math Plus

Determines the limit of an expression.
Syntax: \(\displaystyle \lim_{■ \to □} (■)\)

スティッキー
スティッキー

sum

Evaluates an expression at discrete variable values within a range, and then calculates a sum.
Syntax: \(\displaystyle \sum_{■=□}^{□} (□)\)

スティッキー
スティッキー

prod

Evaluates an expression at discrete variable values within a range, and then calculates a product.
Syntax: \(\displaystyle \prod_{■=□}^{□} ■\)

スティッキー
スティッキー

rangeAppoint

Finds an expression or value that satisfies a condition in a specified range.
Syntax: rangeAppoint (Exp/Eq/List, start value, end value [ ) ]

  • When using an equation (Eq) for the first argument, input the equation using the syntax Var = Exp. Evaluation will not be possible if any other syntax is used.

スティッキー
スティッキー

mod

Returns the remainder when one expression is divided by another expression.
Syntax: mod ({Exp/List} -1, {Exp/List} -2 [ ) ]

スティッキー
スティッキー

tanLine ClassPad Math Plus

Returns the right side of the equation for the tangent line (y = ‘expression’) to the curve at the specified point.
Syntax: tanLine (Exp/List, Variable, variable value at point of tangency [ ) ]

スティッキー
スティッキー

normal ClassPad Math Plus

Returns the right side of the equation for the line normal (y = ‘expression’) to the curve at the specified point.
Syntax: normal (Exp/List, Variable, variable value at point of normal [ ) ]

スティッキー
スティッキー

arcLen ClassPad Math Plus

Returns the arc length of an expression from a start value to an end value with respect to a specified variable.
Syntax: arcLen (Exp/List, Variable, start value, end value [ ) ]

スティッキー
スティッキー

fMin, fMax ClassPad Math Plus

Returns the minimum (fMin) / the maximum (fMax) point in a specific range of a function.
Syntax: fMin(Exp[, Variable] [ ) ]
  fMin(Exp, Variable, start value, end value[, n] [ ) ]
  fMax(Exp[, Variable] [ ) ]
  fMax(Exp, Variable, start value, end value[, n] [ ) ]

  • “\(x\)” is the default when you omit “[, Variable]”.
  • Negative infinity and positive infinity are the default when the syntax fMin(Exp[, Variable] [ ) ] or fMax(Exp[, Variable] [ ) ] is used.
  • “n” is calculation precision, which you can specify as an integer in the range of 1 to 9. Using any value outside this range causes an error.
  • This command returns an approximate value when calculation precision is specified for “n”.
  • This command returns a true value when nothing is specified for “n”. If the true value cannot be obtained, however, this command returns an approximate value along with n = 4.
  • Discontinuous points or sections that fluctuate widely can adversely affect precision or even cause an error.
  • Inputting a larger number for “n” increases the precision of the calculation, but it also increases the amount of time required to perform the calculation.
  • The value you input for the end point of the interval must be greater than the value you input for the start point. Otherwise an error occurs.

スティッキー
スティッキー
スティッキー
スティッキー
スティッキー
スティッキー

gcd

Returns the greatest common denominator of two expressions.
Syntax: gcd (Exp/List-1, Exp/List-2 [ ) ]

スティッキー
スティッキー

lcm

Returns the least common multiple of two expressions.
Syntax: lcm (Exp/List-1, Exp/List-2 [ ) ]

スティッキー
スティッキー

denominator

Extracts the denominator of a fraction.
Syntax: denominator (Exp/List [ ) ]

スティッキー
スティッキー

numerator

Extracts the numerator of a fraction.
Syntax: numerator (Exp/List [ ) ]

スティッキー
スティッキー