By David Betounes

This e-book is designed to educate introductory machine programming utilizing Maple. It goals to infuse extra mathematically orientated programming routines and difficulties than these present in conventional programming classes whereas reinforcing and employing ideas and methods of calculus. the entire vital, easy components of laptop programming may be simply realized in the interactive and person pleasant atmosphere of a working laptop or computer Algebra process (CAS) comparable to Maple. so much chapters function case reviews that supply larger intensity on a few subject matters and likewise serve to demonstrate the technique of research and layout of code for extra advanced difficulties. This e-book is directed at undergraduates within the fields of math, technology, or secondary education.

Show description

Read Online or Download Mathematical Computing: An Introduction to Programming Using Maple® PDF

Best software: systems: scientific computing books

Intuitive Probability and Random Processes using MATLAB

Intuitive chance and Random methods utilizing MATLAB® is an advent to likelihood and random procedures that merges thought with perform. according to the author’s trust that in simple terms "hands-on" event with the cloth can advertise intuitive knowing, the strategy is to inspire the necessity for idea utilizing MATLAB examples, by way of thought and research, and at last 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 resources for Mathematical Computing: An Introduction to Programming Using Maple®

Example text

The following code calculates the Riemann sum and produces the graphical data. b,color=black): The plot structures vert0 and vertN contain the beginning and ending vertical line segments, which are not contained in the tread-riser plots constructed in the do loop. The name horiz contains the plot structure for the line segment [a, b]. 3Maple has a command for drawing all the rectangles that comprise the approximating area, but here we are concerned with writing our own code for a slightly di erent “gure.

Use a fine enough grid so that the curve appears smooth. In the same picture plot the circle x2 + y 2 = 1 and use the fsolve command to find all points of intersection of this circle with the assigned curve. Annotate your picture, identifying the respective curves. 5, use the fsolve command to find all solutions to H(1 + h, y) = 0. This will give one or more points (1 + h, y) on the curve. Plot the tangent lines at these points (with suitable length) and the curve itself (for x [0, 2]) in the same picture.

N). 001. For this example, checking the value of k will give k = 31. 001 of the true value S for the sum of the series. 4 illustrates these results and how they oscillate above and below the exact value S for the sum of the series. The calculations and the theory give us the following approximation of the value of S. 3877824043. One can show (exercise) that the exact value is S = 2 ln 2 − 1. You should bear in mind that the above code for the while loop assumes that the terms an in the series satisfy conditions (1) and (2) of the Alternating Series Test.

Download PDF sample

Mathematical Computing: An Introduction to Programming Using by David Betounes
Rated 4.72 of 5 – based on 22 votes