Content: This page contains a Java applet about sequences and instruction for its use.

Navigation: Entering a function | Operations | Functions | Information on the parser

  Entering a Function

The input of functions is similar to most computer algebra systems (such as Maple or Mathematica). It should be noted that our parser accepts expressions without an explicit multiplication sign, i.e. 3sin(x)cos(x) is a correct input.

Supported operators

+ addition != not equal > greater than
- subtraction == equal to< less than
* multiplication >= greater than or equal to ^ exponentiation
/ division<= less than or equal to - minus (sign)
! factoral

Supported functions

with a single argument

exp exponential functionasin arcsineround rounding
log natural logarithm (base e)acos arccosfloor floor function
sin sineatan arctanceil ceiling function
cos cosinesqrt square rootfactorial factorial
tan tangentabs absolute valuesign sign

with two arguments

max maximum min minimum atan2 phase

  Information on the parser

The parser used by the applets is based on a parser written by Darius Bacon. We complemented the parser with a number of features (e.g. multiplication without an explicit multiplication sign).

Financially supported by

University of Innsbruck: New Media and Learning Technologies
Austrian Minister of Science and Research bm:bwk

Nach oben scrollen