# Eric Johoson restart;Delta :=3: #supress answer
3**Delta;1+1;2*7;4/13;4.0/13;evalf( 4/13);evalf( 4/13, 100 );2**8;x**a;2**2000;4/13;%;evalf(%);x = 3; not correct x := 3;x;a := 100;x**a;beta := 7;Delta := 8;Beta := 3;protected function, same as 'evalf 'c := 3;D := 5;Delta;restart;can also put this at the startDelta;Pi;evalf(Pi);Pi/3;evalf(%);pi;evalf(%);not the same as upper case Pif := (x) -> 3*x + 5;f(5);f(18);f(y);f(z**2);f(f(y));g := (x,y,z) -> x + y + z**2;g(3,7,8);A := [4, 4, 2, 2, 4, 6]; # listA[1];A[2];A[10]; no 10th element in the listA[1]+A[3];f(A[2]);C := [n**2 $ n=1..10];C[2];sum( n**2, n=1..10 );sum( n**2, n=1..y );