MAPLE QUICK REFERENCE CARD

 

КРАТКАЯ СПРАВКА ПО  КОМАНДАМ

 

  Selects the denominator of a fraction

denom( )

  Выводит знаменатель дроби

Combines graphs of functions and points (require with( plots) )

display( ) 

Выводит комбинации фигур (используется после обращения with( plots) )

Numercially evaluates the given expression to the default number of digits (10).

evalf(expr)

  Вычисляет значение выражения с точностью до 10 цифр (по умолчанию)

  Numercially evaluates the given expression to n digits evalf(expr,n)   Вычисляет значение выражения с точностью до n цифр
Expands the given expression expand(expr)   Развёртывает данное выражение
Factors the given expression factor(expr)

  Раскладывает данное выражение на множители

Finds numerical (approximate) solutions to equations. fsolve(eqn)

  Находит численное (приближенное) решение уравнения.

fsolve(x^2=cos(x)+4,x=0..5)

Gives prime integer factorization for a given integer ifactor(n)   Раскладывает целое число n на простые множители
Selects the left hand side of an equation lhs(eqn )   Выводит левую часть уравнения
Plots implicitly defined functions implicitplot( )   Строит графики функций, заданных неявно

implicitplot(x^2/25 +y^2/9=1 , x=-5 . . 5,y=-5 . . 5,scaling=constrained);

Selects the numerator of a fraction numer( )   Выводит числитель дроби
Plots functions defined by an algebraic expression: plot( ) Строит график выражения

plot(3*x^2-8 , x=-5 . . 5 , y = -20 . . 40 );

Plots more than one function at a time:

Строит одновременно несколько графиков функций:

plot( [ 3*x^2-8 , sin(x) , cos(x) ] ,x=-5 . . 5 , y=-20 .. 40 );

Plots points:

Строит точки:

plot([[2,3],[-2,5],[1,-4],x=-7..7,y=-7..7,style=point)

Plots parametric equations :

Строит графики параметрических уравнений :

plot( [cos(t), sin(t), t=0 . . 2*Pi] , x=-2..2, y=-2..2);

Rationalizes the denominator of a given expression rationalize(expr)   Рационализует знаменатель данного выражения
Clears Maple's memory of all definitions restart  Очищает память Maple от всех заданных переменных
  Selects the right hand side of an equation rhs(eqn )   Выдает правую часть уравнения
Simplifies the given expression simplify(expr)   Упрощает данное выражение
Finds exact solutions to equations, including literal equations and linear systems. solve(eqn)   Находит точные решения уравнений, включая символьные уравнения и линейные системы.
Substitutes the value v for x in the expression subs(x= v,expr)   Заменяет в выражении значение v на x

subs(x=4,3*x^2+8);

Brings in additional libraries of functions.

with( )

  Подключает дополнительные библиотеки функций.

The standard constants are:   Стандартные константы:  
Caution: Do not use "pi", capital "P" is required Pi Pi  

Внимание: Не используйте "pi". Необходима заглавная буква "P"

exp(1) exp(1)
I sqrt(-1)
The names of the standard functions:   Имена стандартных функций:  
sqrt(x) sqrt(x)
abs(x) abs(x)
exp(x) exp(x)
natural log ln(x)  натуральный логарифм
common log (base 10) log(x)  десятичный логарифм

sin(x), cos(x), tan(x), cot(x), sec(x), csc(x)  

- sine of x, etc.

- sinx, и т.д..

arcsin(x), arccos(x), arctan(x)

- the inverse trig functions - обратные тригонометрические функции

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

 

Hosted by uCoz