Variable

Parent Previous Next

Variable


In the calculator, any data can be stored in a variable and hence can be used later. To assign a value to a variable, just input


Variable_Name = Value


The variable name can be any combination of small letters, capital letters, digit numbers, and underscore "_", except that the first letter can not be a digit number.


The following are some examples


Input

Output

a = 1.5

t_0 = 2.0

b = a * sin(t_0)

A = [1,2.5; 3, 4i]

[1+i, 1-i]*A

PI

E


Tips





Created with the Personal Edition of HelpNDoc: Easily create PDF Help documents