Introduction to GNU Octave

Download Introduction to GNU Octave PDF Online Free

Author :
Publisher : Lulu.com
ISBN 13 : 0359329640
Total Pages : 156 pages
Book Rating : 4.3/5 (593 download)

DOWNLOAD NOW!


Book Synopsis Introduction to GNU Octave by : Jason Lachniet

Download or read book Introduction to GNU Octave written by Jason Lachniet and published by Lulu.com. This book was released on 2018-11-21 with total page 156 pages. Available in PDF, EPUB and Kindle. Book excerpt: A brief introduction to scientific computing with GNU Octave. Designed as a textbook supplement for freshman and sophomore level linear algebra and calculus students.

GNU Octave by Example

Download GNU Octave by Example PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 9781484260852
Total Pages : 173 pages
Book Rating : 4.2/5 (68 download)

DOWNLOAD NOW!


Book Synopsis GNU Octave by Example by : Ashwin Pajankar

Download or read book GNU Octave by Example written by Ashwin Pajankar and published by Apress. This book was released on 2020-09-15 with total page 173 pages. Available in PDF, EPUB and Kindle. Book excerpt: Get a quick start to learn, understand, and apply GNU Octave using a math- and programming-friendly approach. This book focuses on an end-to-end track to teach mathematical programming, data science, signal processing, and image processing with GNU Octave. GNU Octave by Example starts with an introduction to GNU Octave, a free and open-source alternative to MATLAB. Next, it explains the processes to install GNU Octave on popular operating systems such as Windows, Ubuntu, Raspberry Pi, and other platforms. Further, it covers hands-on exercises with GNU Octave exploring the basic functionality and command line in interactive mode. This is followed by covering matrices and various operations including how to read and analyze data from various sources. Moving forward, it introduces commonly used programming constructs in data visualization. It explains 2D and 3D data visualization along with data analysis. It also demonstrates the concepts related to geometry and its application with GNU Octave. It concludes with coverage of signal processing followed by image, video, and audio processing techniques. After reading this book, you will be able to write your own programs for scientific and numerical applications. What You Will Learn ● Understand the practical aspects of GNU Octave with math and programming-friendly abstractions ● Install GNU Octave on multiple platforms including Windows, Raspberry Pi, and Ubuntu ● Work with GNU Octave using the GUI, the command line, and Jupyter notebooks ● Implement 2D and 3D data visualization and analysis with GNU Octave Who This Book Is For Software engineers, data engineers, data science enthusiasts, and computer vision professionals.

GNU Octave

Download GNU Octave PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1849513333
Total Pages : 507 pages
Book Rating : 4.8/5 (495 download)

DOWNLOAD NOW!


Book Synopsis GNU Octave by : Jesper Schmidt Hansen

Download or read book GNU Octave written by Jesper Schmidt Hansen and published by Packt Publishing Ltd. This book was released on 2011-06-21 with total page 507 pages. Available in PDF, EPUB and Kindle. Book excerpt: Today, scientific computing and data analysis play an integral part in most scientific disciplines ranging from mathematics and biology to imaging processing and finance. With GNU Octave you have a highly flexible tool that can solve a vast number of such different problems as complex statistical analysis and dynamical system studies. The GNU Octave Beginner's Guide gives you an introduction that enables you to solve and analyze complicated numerical problems. The book is based on numerous concrete examples and at the end of each chapter you will find exercises to test your knowledge. It's easy to learn GNU Octave, with the GNU Octave Beginner's Guide to hand. Using real-world examples the GNU Octave Beginner's Guide will take you through the most important aspects of GNU Octave. This practical guide takes you from the basics where you are introduced to the interpreter to a more advanced level where you will learn how to build your own specialized and highly optimized GNU Octave toolbox package. The book starts by introducing you to work variables like vectors and matrices, demonstrating how to perform simple arithmetic operations on these objects before explaining how to use some of the simple functionality that comes with GNU Octave, including plotting. It then goes on to show you how to write new functionality into GNU Octave and how to make a toolbox package to solve your specific problem. Finally, it demonstrates how to optimize your code and link GNU Octave with C and C++ code enabling you to solve even the most computationally demanding tasks. After reading GNU Octave Beginner's Guide you will be able to use and tailor GNU Octave to solve most numerical problems and perform complicated data analysis with ease.

Programming for Computations - MATLAB/Octave

Download Programming for Computations - MATLAB/Octave PDF Online Free

Author :
Publisher : Springer
ISBN 13 : 3319324527
Total Pages : 228 pages
Book Rating : 4.3/5 (193 download)

DOWNLOAD NOW!


Book Synopsis Programming for Computations - MATLAB/Octave by : Svein Linge

Download or read book Programming for Computations - MATLAB/Octave written by Svein Linge and published by Springer. This book was released on 2016-08-01 with total page 228 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book presents computer programming as a key method for solving mathematical problems. There are two versions of the book, one for MATLAB and one for Python. The book was inspired by the Springer book TCSE 6: A Primer on Scientific Programming with Python (by Langtangen), but the style is more accessible and concise, in keeping with the needs of engineering students. The book outlines the shortest possible path from no previous experience with programming to a set of skills that allows the students to write simple programs for solving common mathematical problems with numerical methods in engineering and science courses. The emphasis is on generic algorithms, clean design of programs, use of functions, and automatic tests for verification.

An Introduction to Reservoir Simulation Using MATLAB/GNU Octave

Download An Introduction to Reservoir Simulation Using MATLAB/GNU Octave PDF Online Free

Author :
Publisher : Cambridge University Press
ISBN 13 : 1108492436
Total Pages : 677 pages
Book Rating : 4.1/5 (84 download)

DOWNLOAD NOW!


Book Synopsis An Introduction to Reservoir Simulation Using MATLAB/GNU Octave by : Knut-Andreas Lie

Download or read book An Introduction to Reservoir Simulation Using MATLAB/GNU Octave written by Knut-Andreas Lie and published by Cambridge University Press. This book was released on 2019-08-08 with total page 677 pages. Available in PDF, EPUB and Kindle. Book excerpt: Presents numerical methods for reservoir simulation, with efficient implementation and examples using widely-used online open-source code, for researchers, professionals and advanced students. This title is also available as Open Access on Cambridge Core.

An Introduction to MATLAB® Programming and Numerical Methods for Engineers

Download An Introduction to MATLAB® Programming and Numerical Methods for Engineers PDF Online Free

Author :
Publisher : Academic Press
ISBN 13 : 0127999140
Total Pages : 339 pages
Book Rating : 4.1/5 (279 download)

DOWNLOAD NOW!


Book Synopsis An Introduction to MATLAB® Programming and Numerical Methods for Engineers by : Timmy Siauw

Download or read book An Introduction to MATLAB® Programming and Numerical Methods for Engineers written by Timmy Siauw and published by Academic Press. This book was released on 2014-04-05 with total page 339 pages. Available in PDF, EPUB and Kindle. Book excerpt: Assuming no prior background in linear algebra or real analysis, An Introduction to MATLAB® Programming and Numerical Methods for Engineers enables you to develop good computational problem solving techniques through the use of numerical methods and the MATLAB® programming environment. Part One introduces fundamental programming concepts, using simple examples to put new concepts quickly into practice. Part Two covers the fundamentals of algorithms and numerical analysis at a level allowing you to quickly apply results in practical settings. Tips, warnings, and "try this" features within each chapter help the reader develop good programming practices Chapter summaries, key terms, and functions and operators lists at the end of each chapter allow for quick access to important information At least three different types of end of chapter exercises — thinking, writing, and coding — let you assess your understanding and practice what you've learned

Introduction to Octave

Download Introduction to Octave PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1484232011
Total Pages : 219 pages
Book Rating : 4.4/5 (842 download)

DOWNLOAD NOW!


Book Synopsis Introduction to Octave by : Sandeep Nagar

Download or read book Introduction to Octave written by Sandeep Nagar and published by Apress. This book was released on 2017-11-25 with total page 219 pages. Available in PDF, EPUB and Kindle. Book excerpt: Familiarize yourself with Octave using this concise, practical tutorial that is focused on writing code to learn concepts. Starting from the basics, this book covers array-based computing, plotting, and working with files in Octave, which can run MATLAB files without modification. Introduction to Octave is useful for industry engineers, researchers, and students who are looking for open-source solutions for numerical computation. In this book you will learn by doing, avoiding technical jargon, which makes the concepts easy to learn. First you’ll see how to run basic calculations, absorbing technical complexities incrementally as you progress toward advanced topics. Throughout, the language is kept simple to ensure that readers at all levels can grasp the concepts. What You'll Learn Apply sample code to your engineering or science problems Work with Octave arrays, functions, and loops Use Octave’s plotting functions for data visualization Solve numerical computing and computational engineering problems with Octave Who This Book Is For Engineers, scientists, researchers, and students who are new to Octave. Some prior programming experience would be helpful but not required.

Matlab

Download Matlab PDF Online Free

Author :
Publisher : Butterworth-Heinemann
ISBN 13 : 0124058930
Total Pages : 560 pages
Book Rating : 4.1/5 (24 download)

DOWNLOAD NOW!


Book Synopsis Matlab by : Stormy Attaway

Download or read book Matlab written by Stormy Attaway and published by Butterworth-Heinemann. This book was released on 2013-06-03 with total page 560 pages. Available in PDF, EPUB and Kindle. Book excerpt: MatLab, Third Edition is the only book that gives a full introduction to programming in MATLAB combined with an explanation of the software’s powerful functions, enabling engineers to fully exploit its extensive capabilities in solving engineering problems. The book provides a systematic, step-by-step approach, building on concepts throughout the text, facilitating easier learning. Sections on common pitfalls and programming guidelines direct students towards best practice. The book is organized into 14 chapters, starting with programming concepts such as variables, assignments, input/output, and selection statements; moves onto loops; and then solves problems using both the ‘programming concept’ and the ‘power of MATLAB’ side-by-side. In-depth coverage is given to input/output, a topic that is fundamental to many engineering applications. Vectorized Code has been made into its own chapter, in order to emphasize the importance of using MATLAB efficiently. There are also expanded examples on low-level file input functions, Graphical User Interfaces, and use of MATLAB Version R2012b; modified and new end-of-chapter exercises; improved labeling of plots; and improved standards for variable names and documentation. This book will be a valuable resource for engineers learning to program and model in MATLAB, as well as for undergraduates in engineering and science taking a course that uses (or recommends) MATLAB. Presents programming concepts and MATLAB built-in functions side-by-side Systematic, step-by-step approach, building on concepts throughout the book, facilitating easier learning Sections on common pitfalls and programming guidelines direct students towards best practice

An Introduction to MATLAB for Behavioral Researchers

Download An Introduction to MATLAB for Behavioral Researchers PDF Online Free

Author :
Publisher : SAGE Publications
ISBN 13 : 1483323242
Total Pages : 280 pages
Book Rating : 4.4/5 (833 download)

DOWNLOAD NOW!


Book Synopsis An Introduction to MATLAB for Behavioral Researchers by : Christopher R. Madan

Download or read book An Introduction to MATLAB for Behavioral Researchers written by Christopher R. Madan and published by SAGE Publications. This book was released on 2013-12-18 with total page 280 pages. Available in PDF, EPUB and Kindle. Book excerpt: MATLAB is a powerful data analysis program, but many behavioral science researchers find it too daunting to learn and use. An Introduction to MATLAB for Behavioral Researchers by Christopher R. Madan is an easy-to-understand, hands-on guide for behavioral researchers who have no prior programming experience. Written in a conversational and non-intimidating style, the author walks students—step by step—through analyzing real experimental data. Topics covered include the basics of programming, the implementation of simple behavioral analyses, and how to make publication-ready figures. More advanced topics such as pseudo-randomization of trial sequences to meet specified criteria and working with psycholinguistic data are also covered. Interesting behavioral science examples and datasets from published studies, such as visualizing fixation patterns in eye-tracking studies and animal search behavior in two-dimensional space, help develop an intuition for data analysis, which is essential and can only be developed when working with real research problems and real data.

Introduction to MATLAB® for Biologists

Download Introduction to MATLAB® for Biologists PDF Online Free

Author :
Publisher : Springer
ISBN 13 : 3030213374
Total Pages : 175 pages
Book Rating : 4.0/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Introduction to MATLAB® for Biologists by : Cerian Ruth Webb

Download or read book Introduction to MATLAB® for Biologists written by Cerian Ruth Webb and published by Springer. This book was released on 2019-08-01 with total page 175 pages. Available in PDF, EPUB and Kindle. Book excerpt: This textbook takes you from the very first time you open MATLAB® through to a position where you can comfortably integrate this computer language into your research or studies. The book will familiarise you with the MATLAB interface, show you how to use the program ́s built-in functions and carefully guide you towards creating your own functions and scripts so that you can use MATLAB as a sophisticated tool to support your own research. A central aim of this book is to provide you with the core knowledge and skills required to become a confident MATLAB user so that you can find and make use of the many specialist functions and toolboxes that have been developed to support a wide range of biological applications. Examples presented within the book are selected to be relevant to biological scientists and they illustrate some of the many ways the program can be incorporated into, and used to enhance, your own research and studies. The textbook is a must-have for students and researchers in the biological sciences. It will also appeal to readers of all backgrounds who are looking for an introduction to MATLAB which is suitable for those with little or no experience of programming.

Scientific Computing - An Introduction using Maple and MATLAB

Download Scientific Computing - An Introduction using Maple and MATLAB PDF Online Free

Author :
Publisher : Springer Science & Business
ISBN 13 : 3319043250
Total Pages : 905 pages
Book Rating : 4.3/5 (19 download)

DOWNLOAD NOW!


Book Synopsis Scientific Computing - An Introduction using Maple and MATLAB by : Walter Gander

Download or read book Scientific Computing - An Introduction using Maple and MATLAB written by Walter Gander and published by Springer Science & Business. This book was released on 2014-04-23 with total page 905 pages. Available in PDF, EPUB and Kindle. Book excerpt: Scientific computing is the study of how to use computers effectively to solve problems that arise from the mathematical modeling of phenomena in science and engineering. It is based on mathematics, numerical and symbolic/algebraic computations and visualization. This book serves as an introduction to both the theory and practice of scientific computing, with each chapter presenting the basic algorithms that serve as the workhorses of many scientific codes; we explain both the theory behind these algorithms and how they must be implemented in order to work reliably in finite-precision arithmetic. The book includes many programs written in Matlab and Maple – Maple is often used to derive numerical algorithms, whereas Matlab is used to implement them. The theory is developed in such a way that students can learn by themselves as they work through the text. Each chapter contains numerous examples and problems to help readers understand the material “hands-on”.

An Engineer's Introduction to Programming with MATLAB 2019

Download An Engineer's Introduction to Programming with MATLAB 2019 PDF Online Free

Author :
Publisher : SDC Publications
ISBN 13 : 1630572926
Total Pages : 256 pages
Book Rating : 4.6/5 (35 download)

DOWNLOAD NOW!


Book Synopsis An Engineer's Introduction to Programming with MATLAB 2019 by : Shawna Lockhart

Download or read book An Engineer's Introduction to Programming with MATLAB 2019 written by Shawna Lockhart and published by SDC Publications. This book was released on 2019-06 with total page 256 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book accomplishes two things simultaneously: it teaches you to use the latest version of the powerful MATLAB programming environment, and it teaches you core, transferable programming skills that will make you feel at home with most procedural programming languages. MATLAB has been in existence for more than 30 years and is used by millions of engineers, scientists, and students worldwide, both for its depth and its easy usability. With dozens of specialized toolboxes available beyond the core program, as well as its companion program Simulink for simulation and model-based design, MATLAB can serve as an invaluable aid throughout your career. Unlike many MATLAB books, ours assumes no prior experience in computer programming. Using an approachable tone, we take you from the simplest variables through complex examples of data visualization and curve fitting. Each chapter builds on the last, presenting an in-depth tutorial on a focused concept central to programming, using the MATLAB language, but applicable to countless other popular and in-demand languages such as C++, Java, JavaScript, R, and Python. We'll ask you to perform short exercises as we work through each chapter, followed by more end-to-end exercises and mental challenges at the chapter's end. As the complexity of the concepts increases, the exercises present increasingly real-world engineering challenges to match. Once you've completed An Engineer's Introduction to Programming with MATLAB 2019, you will have a solid foundation in computer programming forms and concepts and a comfort with the MATLAB environment and programming language. We believe that you'll enjoy both gaining and having that knowledge, and that you'll be able to use it almost immediately with your other coursework. Videos The authors of this book have recorded instructional videos to accompany this book. These videos allow you to see many of the instructions given in the tutorials being executed in MATLAB itself. These videos should be of particular help to visual learners. This book includes • Step-by-step tutorials written to help the novice user become proficient using MATLAB • A Getting Started chapter for configuring MATLAB for use with the tutorials • Organization and a level suitable for a first year introductory engineering course • Updates for the MATLAB 2019a release. • Tips offering suggestions and warnings as you progress through the book • Key Terms and Key Commands listed to recap important topics and commands learned in each tutorial • An index to help you easily look up topics • Exercises at the end of each tutorial providing challenges to a range of abilities.

An Engineer's Introduction to Programming with MATLAB 2018

Download An Engineer's Introduction to Programming with MATLAB 2018 PDF Online Free

Author :
Publisher : SDC Publications
ISBN 13 : 1630572063
Total Pages : 250 pages
Book Rating : 4.6/5 (35 download)

DOWNLOAD NOW!


Book Synopsis An Engineer's Introduction to Programming with MATLAB 2018 by : Shawna Lockhart

Download or read book An Engineer's Introduction to Programming with MATLAB 2018 written by Shawna Lockhart and published by SDC Publications. This book was released on 2018-05 with total page 250 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book accomplishes two things simultaneously: it teaches you to use the latest version of the powerful MATLAB programming environment, and it teaches you core, transferrable programming skills that will make you feel at home with most procedural programming languages. MATLAB has been in existence for more than 30 years and is used by millions of engineers, scientists, and students worldwide, both for its depth and its easy usability. With dozens of specialized toolboxes available beyond the core program, as well as its companion program Simulink for simulation and model-based design, MATLAB can serve as an invaluable aid throughout your career. Unlike many MATLAB books, ours assumes no prior experience in computer programming. Using an approachable tone, we take you from the simplest variables through complex examples of data visualization and curve fitting. Each chapter builds on the last, presenting an in-depth tutorial on a focused concept central to programming, using the MATLAB language, but applicable to countless other popular and in-demand languages such as C++, Java, JavaScript, R, and Python. We'll ask you to perform short exercises as we work through each chapter, followed by more end-to-end exercises and mental challenges at the chapter's end. As the complexity of the concepts increases, the exercises present increasingly real-world engineering challenges to match. Once you've completed An Engineer's Introduction to Programming with MATLAB 2018, you will have a solid foundation in computer programming forms and concepts and a comfort with the MATLAB environment and programming language. We believe that you'll enjoy both gaining and having that knowledge, and that you'll be able to use it almost immediately with your other coursework.

MATLAB

Download MATLAB PDF Online Free

Author :
Publisher :
ISBN 13 : 9780470873731
Total Pages : 418 pages
Book Rating : 4.8/5 (737 download)

DOWNLOAD NOW!


Book Synopsis MATLAB by : Amos Gilat

Download or read book MATLAB written by Amos Gilat and published by . This book was released on 2011 with total page 418 pages. Available in PDF, EPUB and Kindle. Book excerpt: MATLAB: An Introduction with Applications 4th Edition walks readers through the ins and outs of this powerful software for technical computing. The first chapter describes basic features of the program and shows how to use it in simple arithmetic operations with scalars. The next two chapters focus on the topic of arrays (the basis of MATLAB), while the remaining text covers a wide range of other applications. MATLAB: An Introduction with Applications 4th Edition is presented gradually and in great detail, generously illustrated through computer screen shots and step-by-step tutorials, and applied in problems in mathematics, science, and engineering.

Getting Started with MATLAB

Download Getting Started with MATLAB PDF Online Free

Author :
Publisher : Oxford University Press, USA
ISBN 13 :
Total Pages : 260 pages
Book Rating : 4.3/5 (91 download)

DOWNLOAD NOW!


Book Synopsis Getting Started with MATLAB by : Rudra Pratap

Download or read book Getting Started with MATLAB written by Rudra Pratap and published by Oxford University Press, USA. This book was released on 2002 with total page 260 pages. Available in PDF, EPUB and Kindle. Book excerpt: MATLAB is one of the most widely used tools in the field of engineering today. Its broad appeal lies in its interactive environment with hundreds of built-in functions. This book is designed to get you up and running in just a few hours.

An Engineer's Introduction to Programming with MATLAB 2017

Download An Engineer's Introduction to Programming with MATLAB 2017 PDF Online Free

Author :
Publisher : SDC Publications
ISBN 13 : 1630571253
Total Pages : 240 pages
Book Rating : 4.6/5 (35 download)

DOWNLOAD NOW!


Book Synopsis An Engineer's Introduction to Programming with MATLAB 2017 by : Shawna Lockhart

Download or read book An Engineer's Introduction to Programming with MATLAB 2017 written by Shawna Lockhart and published by SDC Publications. This book was released on 2017-06-05 with total page 240 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book accomplishes two things simultaneously: it teaches you to use the latest version of the powerful MATLAB programming environment, and it teaches you core, transferrable programming skills that will make you feel at home with most procedural programming languages. MATLAB has been in existence for more than 30 years and is used by millions of engineers, scientists, and students worldwide, both for its depth and its easy usability. With dozens of specialized toolboxes available beyond the core program, as well as its companion program Simulink for simulation and model-based design, MATLAB can serve as an invaluable aid throughout your career. Unlike many MATLAB books, ours assumes no prior experience in computer programming. Using an approachable tone, we take you from the simplest variables through complex examples of data visualization and curve fitting. Each chapter builds on the last, presenting an in-depth tutorial on a focused concept central to programming, using the MATLAB language, but applicable to countless other popular and in-demand languages such as C++, Java, JavaScript, R, and Python. We'll ask you to perform short exercises as we work through each chapter, followed by more end-to-end exercises and mental challenges at the chapter's end. As the complexity of the concepts increases, the exercises present increasingly real-world engineering challenges to match. Once you've completed An Engineer's Introduction to Programming with MATLAB 2017, you will have a solid foundation in computer programming forms and concepts and a comfort with the MATLAB environment and programming language. We believe that you'll enjoy both gaining and having that knowledge, and that you'll be able to use it almost immediately with your other coursework.

Introduction to MATLAB with Numerical Preliminaries

Download Introduction to MATLAB with Numerical Preliminaries PDF Online Free

Author :
Publisher : Wiley-Interscience
ISBN 13 :
Total Pages : 348 pages
Book Rating : 4.F/5 ( download)

DOWNLOAD NOW!


Book Synopsis Introduction to MATLAB with Numerical Preliminaries by : Alexander Stanoyevitch

Download or read book Introduction to MATLAB with Numerical Preliminaries written by Alexander Stanoyevitch and published by Wiley-Interscience. This book was released on 2005 with total page 348 pages. Available in PDF, EPUB and Kindle. Book excerpt: Harness the power of MATLAB to analyze complex problems with matrices Introduction to MATLAB® with Numerical Preliminaries provides thorough training for using MATLAB software with an emphasis on scientific computing. Readers learn how to apply their knowledge to a variety of fields, including linear algebra, probability, finance, ecology, and discrete mathematics. The text carefully balances its coverage among four pedagogical components: analytic concepts, geometric concepts, programs and algorithms, and applications. Detailed problem sets build the reader's understanding and competence in each of these areas. All the tools needed to master and exploit all the powerful features of MATLAB are provided: "Exercises for the Reader," used throughout the text, that test readers' understanding of key concepts, helping them to move on to more advanced topics and applications (complete solutions are given in an appendix) Illustrative examples, provided throughout the text, that demonstrate MATLAB's ability to analyze an assortment of datasets Extensive coverage of MATLAB's graphical capabilities, enabling readers to express solutions to problems using high-quality graphics Explanations that are rigorous, yet written in a very accessible, user-friendly style Extensive problem sets, provided at the end of each section, that enable readers to apply their knowledge As one of the most popular mathematical software packages used in a wide range of fields including biology, physics, engineering, business, and finance, this is essential knowledge for anyone who may need to analyze data. Moreover, the author proves how easy MATLAB is to learn, including mastering its tremendous graphical capabilities. All that is needed is a basic understanding of single variable calculus. This is an excellent text for any course in MATLAB or scientific computing. Additionally, it serves as a supplementary text for any mathematics or science course that makes use of MATLAB.