Mathematics for Engineers and Science Labs Using Maxima
eBook - ePub

Mathematics for Engineers and Science Labs Using Maxima

Seifedine Kadry, Pauly Awad

Condividi libro
  1. 286 pagine
  2. English
  3. ePUB (disponibile sull'app)
  4. Disponibile su iOS e Android
eBook - ePub

Mathematics for Engineers and Science Labs Using Maxima

Seifedine Kadry, Pauly Awad

Dettagli del libro
Anteprima del libro
Indice dei contenuti
Citazioni

Informazioni sul libro

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.

Domande frequenti

Come faccio ad annullare l'abbonamento?
È semplicissimo: basta accedere alla sezione Account nelle Impostazioni e cliccare su "Annulla abbonamento". Dopo la cancellazione, l'abbonamento rimarrà attivo per il periodo rimanente già pagato. Per maggiori informazioni, clicca qui
È possibile scaricare libri? Se sì, come?
Al momento è possibile scaricare tramite l'app tutti i nostri libri ePub mobile-friendly. Anche la maggior parte dei nostri PDF è scaricabile e stiamo lavorando per rendere disponibile quanto prima il download di tutti gli altri file. Per maggiori informazioni, clicca qui
Che differenza c'è tra i piani?
Entrambi i piani ti danno accesso illimitato alla libreria e a tutte le funzionalità di Perlego. Le uniche differenze sono il prezzo e il periodo di abbonamento: con il piano annuale risparmierai circa il 30% rispetto a 12 rate con quello mensile.
Cos'è Perlego?
Perlego è un servizio di abbonamento a testi accademici, che ti permette di accedere a un'intera libreria online a un prezzo inferiore rispetto a quello che pagheresti per acquistare un singolo libro al mese. Con oltre 1 milione di testi suddivisi in più di 1.000 categorie, troverai sicuramente ciò che fa per te! Per maggiori informazioni, clicca qui.
Perlego supporta la sintesi vocale?
Cerca l'icona Sintesi vocale nel prossimo libro che leggerai per verificare se è possibile riprodurre l'audio. Questo strumento permette di leggere il testo a voce alta, evidenziandolo man mano che la lettura procede. Puoi aumentare o diminuire la velocità della sintesi vocale, oppure sospendere la riproduzione. Per maggiori informazioni, clicca qui.
Mathematics for Engineers and Science Labs Using Maxima è disponibile online in formato PDF/ePub?
Sì, puoi accedere a Mathematics for Engineers and Science Labs Using Maxima di Seifedine Kadry, Pauly Awad in formato PDF e/o ePub, così come ad altri libri molto apprezzati nelle sezioni relative a Mathématiques e Mathématiques générales. Scopri oltre 1 milione di libri disponibili nel nostro catalogo.

Informazioni

Anno
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...

Indice dei contenuti