Using the Calculator

The Calculator dialog allows you to evaluate mathematical expressions with extracted variables, parameters, and responses.

The Calculator dialog is available from the:

The calculator uses the following conventions.

ConventionDescription
Zero-based subscription

The initial element of a sequence (vector, matrix or signal) has index 0.

Operator priority

Use the following operator ranking order for correct parenthesis of an expression.

Mathematical operators

  1. Exponentiation

  2. Multiplication and division

  3. Addition and subtraction

Logical operators

  1. Negation

  2. Conjunction

  3. Disjunction

  4. Conditional

  5. Biconditional

Matrix storage and creation order

The entries of a matrix are stored row by row.

Example: m = [[1,2,3],[4,5,6]] represents a matrix