By Martha L. Abell

Maple by way of instance, 3rd version, is a reference/text with CD for starting and skilled scholars, specialist engineers, and different Maple clients. This re-creation has been up to date to be appropriate with the newest liberate of the Maple software program. assurance contains integrated Maple instructions utilized in classes and practices that contain calculus, linear algebra, enterprise arithmetic, traditional and partial differential equations, numerical equipment, snap shots and extra. The CD-ROM presents up-to-date Maple enter and all textual content from the book.* up-to-date assurance of Maple beneficial properties and capabilities * New purposes from quite a few fields, together with biology, physics and engineering* Backwards appropriate for all prior Maple model* extra aspect in its step by step examples

Show description

Read or Download Maple by Example PDF

Similar software: systems: scientific computing books

Intuitive Probability and Random Processes using MATLAB

Intuitive likelihood and Random approaches utilizing MATLAB® is an creation to likelihood and random approaches that merges conception with perform. in line with the author’s trust that purely "hands-on" event with the cloth can advertise intuitive realizing, the strategy is to inspire the necessity for conception utilizing MATLAB examples, by means of thought and research, and eventually descriptions of "real-world" examples to acquaint the reader with a wide selection of functions.

Elektromagnetische Felder und Netzwerke: Anwendungen in Mathcad und PSpice

Thema des Buches ist die umfassende Darstellung der Berechnung elektromagnetischer Felder und Netzwerke unter besonderer Berücksichtigung moderner Computerprogramme, speziell Mathcad und PSpice. Zielgruppe sind Studenten der Elektrotechnik oder Physik der Hochschul-Eingangssemester, aber auch Dozenten, die sich in die Anwendung dieser Programmpakete einarbeiten wollen.

Gewöhnliche Differentialgleichungen: Theorie und Praxis - vertieft und visualisiert mit Maple®

Die Theorie der Gewöhnlichen Differentialgleichungen ist ein grundlegendes und unverändert aktuelles Gebiet der Mathematik. Das vorliegende Buch führt nicht nur äußerst sorgfältig und umfassend in die Theorie ein, sondern vermittelt auch aufgrund der zahlreichen vollständig durchgerechneten Beispiele einen Einblick in deren Anwendungspraxis.

Extra resources for Maple by Example

Example text

F (x) and g(x) are not returned because a colon is included at the end of each command. SOLUTION: After defining f (x) and g(x), > f:=x->(-1-2*x)/(-4+x): > g:=x->(4*x-1)/(x+2): we compute and simplify the compositions f (g(x)) and g(f (x)). Because both results are x, f (x) and g(x) are inverse functions. 3 Graphing Functions, Expressions, and Equations 47 10 5 -10 0 -5 0 x 5 10 -5 -10 Figure 2-7 f (x) in black, g(x) in gray, and y = x dashed > simplify((g@f)(x)); x To see that the graphs of f (x) and g(x) are symmetric about the line y = x, we use plot to graph f (x), g(x), and y = x together in Figure 2-7, illustrating the use of the color and linestyle options.

With evalf(expr,n), Maple yields a numerical approximation of expr to n digits of precision, if possible. At other times, simplify can be used to produce the expected results. Remark. If the expression b in ab contains more than one symbol, be sure that the exponent is included in parentheses. Entering aˆn/m computes an /m = m1 an while entering aˆ(n/m) computes an/m . 2: Compute (a) √ 27 and (b) 21 √ 3 2 8 = 82/3 . SOLUTION: (a) Maple automatically simplifies √ √ 27 = 3 3. > sqrt(27); 3 √ 3 We use evalf to obtain an approximation of √ 27.

7182818284590452353602874713526624977572470937000 returns a 50-digit approximation of e. 141592653589793238462643 returns a 25-digit approximation of π. Entering > (3+I)/(4-I); 7 11 + i 17 17 performs the division (3 + i)/(4 − i) and writes the result in standard form. 3 Built-In Functions Maple contains numerous mathematical functions. Functions frequently encountered by beginning users include the exponential function, exp(x); the natural logarithm, ln(x); the absolute value function, abs(x); the square root function, sqrt(x); the trigonometric functions sin(x), cos(x), tan(x), sec(x), csc(x), and cot(x); the inverse trigonometric functions arcsin(x), arccos(x), arctan(x), arcsec(x), arccsc(x), and arccot(x); the hyperbolic trigonometric functions sinh(x), cosh(x), and tanh(x); and their inverses arcsinh(x), arccosh(x), and arctanh(x).

Download PDF sample

Maple by Example by Martha L. Abell
Rated 4.43 of 5 – based on 21 votes