By Inna K. Shingareva, Carlos Lizárraga-Celaya

This booklet compares the 2 machine algebra courses, Maple and Mathematica utilized by scholars, mathematicians, scientists, and engineers. based by way of proposing either structures in parallel, Mathematica’s clients can research Maple quick by means of discovering the Maple similar to Mathematica features, and vice versa. This pupil reference instruction manual involves center fabric for incorporating Maple and Mathematica as a operating software into diverse undergraduate mathematical classes (algebra, geometry, calculus, advanced capabilities, designated features, fundamental transforms, mathematical equations). half I describes the principles of Maple and Mathematica (with an identical difficulties and solutions). half II describes arithmetic with Maple and Mathematica through the use of similar difficulties.

Show description

Read or Download Maple and Mathematica: A Problem Solving Approach for Mathematics, Second Edition PDF

Similar software: systems: scientific computing books

Intuitive Probability and Random Processes using MATLAB

Intuitive chance and Random techniques utilizing MATLAB® is an creation to likelihood and random procedures that merges idea with perform. according to the author’s trust that in basic terms "hands-on" event with the fabric can advertise intuitive figuring out, the method is to inspire the necessity for idea 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.

Additional info for Maple and Mathematica: A Problem Solving Approach for Mathematics, Second Edition

Sample text

Qn ; q˙1 , . . , q˙n ), the kinetic and potential energy, T (q1 , . . , qn ; q˙1 , . . , q˙n ) and P (q1 , . . , qn ), be given. Construct a procedure for deriving the Lagrange equations. As an example, consider the motion of a double pendulum of mass m and length L in the vertical plane due to gravity. For the pendulum (N = 2), the generalized coordinates are angles, A and B, the generalized non potential forces are equal to zero. remember). 10 Calculate Fibonacci numbers and the computation time for F (n) = F (n − 1) + F (n − 2), F (0) = 0, F (1) = 1.

Replaces str1 by nstr1, StringPosition[str,substr], a list of the start and end positions of substring. Types of brackets: Parentheses (expr): grouping, (x+9)*3, Square brackets [expr]: function arguments, Sin[x], Curly brackets {expr}: lists, {a,b,c}. 8``15, arbitrary precision number with accuracy 15. Double-quotes "expr": to create strings. Previous results (during a session) can be used with symbols % (the last result), %% (the next-to-last result), and so on. Comments can be included within the characters (*comments*).

Expr]; Here var1,... are local variables, val1,... are initial values of local variables, body is the body of the module (as a sequence of statements separated by semicolons). The final result of the module is the result of the last statement (without a semicolon). Also Return[expr] can be used to return an expression. 11 Define a module and module function, mF, that calculate the maximum of x and y, and then find the maximum of the values (34/9, 674/689). 12 Compare the following calculations using With, Module, and Block.

Download PDF sample

Maple and Mathematica: A Problem Solving Approach for by Inna K. Shingareva, Carlos Lizárraga-Celaya
Rated 4.56 of 5 – based on 10 votes