Robert M. Corless
Department of Applied Mathematics
University of Western Ontario
London, Canada

Copyright 2001 by Robert M. Corless
All rights reserved

Basics

Основы

Some things to watch out for

Кое-что на память

Assigning values to variables

Присвоение значений переменным

> restart;
> p := x^2 + 3*x + 7;

p := x^2+3*x+7

> x;

x

> p;

x^2+3*x+7

> q = p;

q = x^2+3*x+7

> q;

q

> r := q=p;

r := q = x^2+3*x+7

С официального разрешения                    © 2002 Waterloo Maple, Inc

 
Hosted by uCoz