Sample console window
>> z = 1;
>> x = 3; y = 4;
>> d = sqrt(x^2 + y^2)
d =
5
>> x = exp(1)
x =
2.7183
>> y = sin(p1/2)
??? Undefined function or variable 'p1'.
>> y = sin(pi/2)
y =
1
Previous slide
Next slide
Back to first slide
View graphic version