• Complain

Ishchenko Anna - MATLAB Differential Equations

Here you can read online Ishchenko Anna - MATLAB Differential Equations full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: Berkeley;CA, year: 2014, publisher: Apress, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Ishchenko Anna MATLAB Differential Equations

MATLAB Differential Equations: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "MATLAB Differential Equations" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Contents at a Glance -- Contents -- About the Author -- Chapter 1: Introducing MATLAB and the MATLAB Working Environment -- Introduction -- Developing Algorithms and Applications -- Data Access and Analysis -- Data Visualization -- Numerical Calculation -- Publication of Results and Distribution of Applications -- The MATLAB working environment -- Help in MATLAB -- Numerical Computation with MATLAB -- Symbolic Calculations with MATLAB -- Graphics with MATLAB -- General Notation -- Help with Commands -- MATLAB and Programming;MATLAB is a high-level language and environment for numerical computation, visualization, and programming. Using MATLAB, you can analyze data, develop algorithms, and create models and applications. The language, tools, and built-in math functions enable you to explore multiple approaches and reach a solution faster than with spreadsheets or traditional programming languages, such as C/C++ or Java. MATLAB Differential Equations introduces you to the MATLAB language with practical hands-on instructions and results, allowing you to quickly achieve your goals. In addition to giving an introduction to the MATLAB environment and MATLAB programming, this book provides all the material needed to work on differential equations using MATLAB. It includes techniques for solving ordinary and partial differential equations of various kinds, and systems of such equations, either symbolically or using numerical methods (Eulers method, Heuns method, the Taylor series method, the Runge-Kutta method, ...). It also describes how to implement mathematical tools such as the Laplace transform, orthogonal polynomials, and special functions (Airy and Bessel functions), and find solutions of finite difference equations.

Ishchenko Anna: author's other books


Who wrote MATLAB Differential Equations? Find out the surname, the name of the author of the book and a list of all author's works by series.

MATLAB Differential Equations — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "MATLAB Differential Equations" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Csar Prez Lpez 2014
Csar Prez Lpez MATLAB Differential Equations 10.1007/978-1-4842-0310-1_1
1. Introducing MATLAB and the MATLAB Working Environment
Csar Prez Lpez 1
(1)
Madrib, Spain
Introduction
MATLAB is a platform for scientific calculation and high-level programming which uses an interactive environment that allows you to conduct complex calculation tasks more efficiently than with traditional languages, such as C, C++ and FORTRAN. It is the one of the most popular platforms currently used in the sciences and engineering.
MATLAB is an interactive high-level technical computing environment for algorithm development, data visualization, data analysis and numerical analysis. MATLAB is suitable for solving problems involving technical calculations using optimized algorithms that are incorporated into easy to use commands.
It is possible to use MATLAB for a wide range of applications, including calculus, algebra, statistics, econometrics, quality control, time series, signal and image processing, communications, control system design, testing and measuring systems, financial modeling, computational biology, etc. The complementary toolsets, called toolboxes (collections of MATLAB functions for special purposes, which are available separately), extend the MATLAB environment, allowing you to solve special problems in different areas of application.
In addition, MATLAB contains a number of functions which allow you to document and share your work. It is possible to integrate MATLAB code with other languages and applications, and to distribute algorithms and applications that are developed using MATLAB.
The following are the most important features of MATLAB:
  • It is a high-level language for technical calculation
  • It offers a development environment for managing code, files and data
  • It features interactive tools for exploration, design and iterative solving
  • It supports mathematical functions for linear algebra, statistics, Fourier analysis, filtering, optimization, and numerical integration
  • It can produce high quality two-dimensional and three-dimensional graphics to aid data visualization
  • It includes tools to create custom graphical user interfaces
  • It can be integrated with external languages, such as C/C++, FORTRAN, Java, COM, and Microsoft Excel
The MATLAB development environment allows you to develop algorithms, analyze data, display data files and manage projects in interactive mode (see Figure ).
Figure 1-1 Developing Algorithms and Applications MATLAB provides a - photo 1
Figure 1-1.
Developing Algorithms and Applications
MATLAB provides a high-level programming language and development tools which enable you to quickly develop and analyze algorithms and applications.
The MATLAB language includes vector and matrix operations that are fundamental to solving scientific and engineering problems. This streamlines both development and execution.
With the MATLAB language, it is possible to program and develop algorithms faster than with traditional languages because it is no longer necessary to perform low level administrative tasks, such as declaring variables, specifying data types and allocating memory. In many cases, MATLAB eliminates the need for for loops. As a result, a line of MATLAB code usually replaces several lines of C or C++ code.
At the same time, MATLAB offers all the features of traditional programming languages, including arithmetic operators, control flow, data structures, data types, object-oriented programming (OOP) and debugging.
Figure shows a communication modulation algorithm that generates 1024 random bits, performs the modulation, adds complex Gaussian noise and graphically represents the result, all in just nine lines of MATLAB code.
Figure 1-2 MATLAB enables you to execute commands or groups of commands one - photo 2
Figure 1-2.
MATLAB enables you to execute commands or groups of commands one at a time, without compiling or linking, and to repeat the execution to achieve the optimal solution.
To quickly execute complex vector and matrix calculations, MATLAB uses libraries optimized for the processor. For general scalar calculations, MATLAB generates instructions in machine code using JIT ( Just-In-Time ) technology. Thanks to this technology, which is available for most platforms, the execution speeds are much faster than for traditional programming languages.
MATLAB includes development tools , which help efficiently implement algorithms. Some of these tools are listed below:
  • MATLAB Editor used for editing functions and standard debugging, for example setting breakpoints and running step-by-step simulations
  • M-Lint Code Checker - analyzes the code and recommends changes to improve performance and maintenance (see Figure )
Figure 1-3 MATLAB Profiler - records the time taken to execute each - photo 3
Figure 1-3.
  • MATLAB Profiler - records the time taken to execute each line of code
  • Directory Reports - scans all files in a directory and creates reports about the efficiency of the code, differences between files, dependencies of files and code coverage
You can also use the interactive tool GUIDE ( Graphical User Interface Development Environment ) to design and edit user interfaces. This tool allows you to include pick lists, drop-down menus, push buttons, radio buttons and sliders, as well as MATLAB diagrams and ActiveX controls. You can also create graphical user interfaces by means of programming using MATLAB functions.
Figure shows a completed wavelet analysis tool (below) which has been created using the user interface GUIDE (above).
Figure 1-4 Data Access and Analysis MATLAB supports the entire process of - photo 4
Figure 1-4.
Data Access and Analysis
MATLAB supports the entire process of data analysis, from the acquisition of data from external devices and databases, pre-processing, visualization and numerical analysis, up to the production of results in presentation quality.
MATLAB provides interactive tools and command line operations for data analysis, which include: sections of data, scaling and averaging, interpolation, thresholding and smoothing, correlation, Fourier analysis and filtering, searching for one-dimensional peaks and zeros, basic statistics and curve fitting, matrix analysis, etc.
The diagram in Figure shows a curve that has been fitted to atmospheric pressure differences averaged between Easter Island and Darwin in Australia.
Figure 1-5 The MATLAB platform allows efficient access to data files other - photo 5
Figure 1-5.
The MATLAB platform allows efficient access to data files, other applications, databases and external devices. You can read data stored in most known formats, such as Microsoft Excel, ASCII text files or binary image, sound and video files, and scientific archives such as HDF and HDF5 files. The binary files for low level I/O functions allow you to work with data files in any format. Additional features allow you to view Web pages and XML data.
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «MATLAB Differential Equations»

Look at similar books to MATLAB Differential Equations. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «MATLAB Differential Equations»

Discussion, reviews of the book MATLAB Differential Equations and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.