Mathematics for Engineers and Science Labs Using Maxima
eBook - ePub

Mathematics for Engineers and Science Labs Using Maxima

Seifedine Kadry, Pauly Awad

Buch teilen
  1. 286 Seiten
  2. English
  3. ePUB (handyfreundlich)
  4. Über iOS und Android verfügbar
eBook - ePub

Mathematics for Engineers and Science Labs Using Maxima

Seifedine Kadry, Pauly Awad

Angaben zum Buch
Buchvorschau
Inhaltsverzeichnis
Quellenangaben

Über dieses Buch

This book is designed to be a vital companion to math textbooks covering the topics of precalculus, calculus, linear algebra, differential equations, and probability and statistics. While these existing textbooks focus mainly on solving mathematic problems using the old paper-and-pencil method, this book teaches how to solve these problems using Maxima open-source software. Maxima is a system for the manipulation of symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, polynomials, sets, lists, vectors, and matrices. One of the benefits of using Maxima to solve mathematics problems is the immediacy with which it produces answers. Investing in learning Maxima now will pay off in the future, particularly for students and beginning professionals in mathematics, science, and engineering. The volume will help readers to apply nearly all of the Maxima skills discussed here to future courses and research.

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist Mathematics for Engineers and Science Labs Using Maxima als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu Mathematics for Engineers and Science Labs Using Maxima von Seifedine Kadry, Pauly Awad im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Matemáticas & Matemáticas general. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

Information

Jahr
2019
ISBN
9780429891588
CHAPTER 1
INTRODUCTION TO wxMAXIMA
Maxima (http://maxima.sourceforge.net/) is an algebra software for the handling of symbolic and numerical expressions, including derivative and integration of functions, series of Taylor, the transformation of Laplace, solving systems of linear equations, solving ordinary differential equations, working with vectors and matrices, the plot in 2D and 3D, and others. Maxima provides high precision and accurate numerical results by using exact fractions variable-precision floating-point numbers. Maxima is an open source software, compatible with Windows, Linux, and MacOS X. Maxima is a descendant of Macsyma, the legendary computer algebra system developed in the late 1960s at the Massachusetts Institute of Technology. Macsyma was revolutionary in its day, and many later systems, such as Maple and Mathematica, were inspired by it.
wxMAXIMA vs XMAXIMA
Image
There are two possible instances of Maxima, called wxMaxima and XMaxima, both allow the user access to the Maxima commands, the difference is in their graphical display as shown in the figures below.
1. wxMAXIMA
Image
2. XMAXIMA
Image
The graphical interface of wxMaxima is more refined than that of XMaxima because:
• It allows mixing text with mathematical expressions to produce printable documents.
• Some commands can be activated by using the buttons shown at the bottom of the interface, e.g., Simplify, Factor, etc.
• It produces true two-dimensional mathematical output.
• It provides dialogues to enter parameters of selected commands.
• It maintains a command line history buffer where previously used commands can be accessed, repeated, or edited.
• It provides many Max...

Inhaltsverzeichnis