Mathematics for Engineers and Science Labs Using Maxima
eBook - ePub

Mathematics for Engineers and Science Labs Using Maxima

Seifedine Kadry, Pauly Awad

Compartir libro
  1. 286 páginas
  2. English
  3. ePUB (apto para móviles)
  4. Disponible en iOS y Android
eBook - ePub

Mathematics for Engineers and Science Labs Using Maxima

Seifedine Kadry, Pauly Awad

Detalles del libro
Vista previa del libro
Índice
Citas

Información del 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.

Preguntas frecuentes

¿Cómo cancelo mi suscripción?
Simplemente, dirígete a la sección ajustes de la cuenta y haz clic en «Cancelar suscripción». Así de sencillo. Después de cancelar tu suscripción, esta permanecerá activa el tiempo restante que hayas pagado. Obtén más información aquí.
¿Cómo descargo los libros?
Por el momento, todos nuestros libros ePub adaptables a dispositivos móviles se pueden descargar a través de la aplicación. La mayor parte de nuestros PDF también se puede descargar y ya estamos trabajando para que el resto también sea descargable. Obtén más información aquí.
¿En qué se diferencian los planes de precios?
Ambos planes te permiten acceder por completo a la biblioteca y a todas las funciones de Perlego. Las únicas diferencias son el precio y el período de suscripción: con el plan anual ahorrarás en torno a un 30 % en comparación con 12 meses de un plan mensual.
¿Qué es Perlego?
Somos un servicio de suscripción de libros de texto en línea que te permite acceder a toda una biblioteca en línea por menos de lo que cuesta un libro al mes. Con más de un millón de libros sobre más de 1000 categorías, ¡tenemos todo lo que necesitas! Obtén más información aquí.
¿Perlego ofrece la función de texto a voz?
Busca el símbolo de lectura en voz alta en tu próximo libro para ver si puedes escucharlo. La herramienta de lectura en voz alta lee el texto en voz alta por ti, resaltando el texto a medida que se lee. Puedes pausarla, acelerarla y ralentizarla. Obtén más información aquí.
¿Es Mathematics for Engineers and Science Labs Using Maxima un PDF/ePUB en línea?
Sí, puedes acceder a Mathematics for Engineers and Science Labs Using Maxima de Seifedine Kadry, Pauly Awad en formato PDF o ePUB, así como a otros libros populares de Matemáticas y Matemáticas general. Tenemos más de un millón de libros disponibles en nuestro catálogo para que explores.

Información

Año
2019
ISBN
9780429891588
Edición
1
Categoría
Matemáticas
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...

Índice