Cargando…

MATLAB numerical calculations /

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

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Pérez López, César (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : Apress, 2014.
Colección:MATLAB solutions series
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn899264394
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 150107s2014 caua o 000 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d GW5XE  |d YDXCP  |d COO  |d OCLCF  |d N$T  |d IDEBK  |d EBLCP  |d OCLCO  |d BTCTA  |d UMI  |d TOH  |d DEBBG  |d VT2  |d UAB  |d Z5A  |d OCLCQ  |d MERUC  |d ESU  |d IOG  |d REB  |d OCLCQ  |d CEF  |d KSU  |d DEHBZ  |d U3W  |d AU@  |d OCLCQ  |d OCLCO  |d WYU  |d YOU  |d LEAUB  |d UKAHL  |d OCLCQ  |d OCLCO  |d DCT  |d ERF  |d OCLCQ  |d WURST  |d LVT  |d DST  |d OCLCO  |d OCL  |d OCLCQ 
019 |a 908082678  |a 961354209  |a 985033666  |a 1005801580  |a 1048142251  |a 1058537322  |a 1066436593  |a 1086449597  |a 1103278074  |a 1110840082  |a 1112534478  |a 1129354132  |a 1204011445  |a 1302266027  |a 1303388820 
020 |a 9781484203460  |q (electronic bk.) 
020 |a 1484203461  |q (electronic bk.) 
020 |a 148420347X  |q (print) 
020 |a 9781484203477  |q (print) 
020 |z 9781484203477 
024 7 |a 10.1007/978-1-4842-0346-0  |2 doi 
029 1 |a AU@  |b 000056059698 
029 1 |a CHBIS  |b 010351022 
029 1 |a CHNEW  |b 000890524 
029 1 |a CHVBK  |b 333075862 
029 1 |a CHVBK  |b 374492417 
029 1 |a DEBBG  |b BV042988319 
029 1 |a DEBBG  |b BV043617720 
029 1 |a DEBBG  |b BV043970118 
029 1 |a DEBSZ  |b 485806525 
029 1 |a GBVCP  |b 882760106 
029 1 |a NLGGC  |b 387340645 
035 |a (OCoLC)899264394  |z (OCoLC)908082678  |z (OCoLC)961354209  |z (OCoLC)985033666  |z (OCoLC)1005801580  |z (OCoLC)1048142251  |z (OCoLC)1058537322  |z (OCoLC)1066436593  |z (OCoLC)1086449597  |z (OCoLC)1103278074  |z (OCoLC)1110840082  |z (OCoLC)1112534478  |z (OCoLC)1129354132  |z (OCoLC)1204011445  |z (OCoLC)1302266027  |z (OCoLC)1303388820 
037 |b Springer 
050 4 |a QA297 
072 7 |a MAT  |x 041000  |2 bisacsh 
072 7 |a UFM  |2 bicssc 
082 0 4 |a 518.0285/536  |2 23 
049 |a UAMI 
100 1 |a Pérez López, César,  |e author. 
245 1 0 |a MATLAB numerical calculations /  |c César Pérez López. 
264 1 |a [Berkeley, CA] :  |b Apress,  |c 2014. 
264 2 |a New York, NY :  |b Distributed to the Book trade worldwide by Springer 
264 4 |c ©2014 
300 |a 1 online resource (xi, 336 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |b PDF  |2 rda 
490 0 |a MATLAB solutions series 
588 0 |a Online resource; title from PDF title page (SpringerLink, viewed January 19, 2015). 
520 |a 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. This book is designed for use as a scientific/business calculator so that you can get numerical solutions to problems involving a wide array of mathematics using MATLAB. Just look up the function you want in the book and you are ready to use it in MATLAB or use the book to learn about the enormous range of options that MATLAB offers. MATLAB Numerical Calculations focuses on MATLAB capabilities to give you numerical solutions to problems you are likely to encounter in your professional or scholastic life. It introduces you to the MATLAB language with practical hands-on instructions and results, allowing you to quickly achieve your goals. Starting with a look at basic MATLAB functionality with integers, rational numbers and real and complex numbers, and MATLAB's relationship with Maple, you will learn how to solve equations in MATLAB, and how to simplify the results. You will see how MATLAB incorporates vector, matrix and character variables, and functions thereof. MATLAB is a powerful tool used to defined, manipulate and simplify complex algebraic expressions. With MATLAB you can also work with ease in matrix algebra, making use of commands which allow you to find eigenvalues, eigenvectors, determinants, norms and various matrix decompositions, among many other features. Lastly, you will see how you can write scripts and use MATLAB to explore numerical analysis, finding approximations of integrals, derivatives and numerical solutions of differential equations. 
505 0 |a At a Glance; Introduction; Chapter 1: Introduction to MATLAB; 1.1 Numerical Calculations with MATLAB; 1.2 Symbolic Calculations with MATLAB; 1.3 MATLAB and Maple; 1.4 General Notation. The Command Window; 1.5 MATLAB and Programming; 1.6 Translating C, FORTRAN and TEX expressions; Chapter 2: Integers, Divisibility and Number Systems; 2.1 Arithmetic Operations in MATLAB; 2.2 Integers; 2.3 Divisibility; 2.4 Modular Arithmetic; 2.5 Divisibility in Z[√n]; 2.6 Diophantine Equations; 2.7 Number Systems; Chapter 3: Real and Complex Numbers; 3.1 Rational Numbers; 3.2 Continued Fractions 
505 8 |a 3.3 Irrational Numbers3.4 Algebraic Numbers; 3.5 Real Numbers; 3.6 Common Functions with Real Arguments; 3.7 Complex Numbers; 3.8 Common Functions with Complex Arguments; 3.9 Divisibility in the Complex Field. The Ring of Gaussian Integers; 3.10 Approximation and Precision; 3.11 Types of Numbers and Expressions; 3.12 Random Numbers; Chapter 4: Numerical Variables, Vectors and Matrices; 4.1 Variables; 4.2 Variables and Special Constants; 4.3 Symbolic and Numeric Variables; 4.4 Vector Variables; 4.5 Matrix Variables; 4.6 Character Variables; 4.7 Operators; 4.7.1 Arithmetic Operators. 
505 8 |a 4.7.2 Relational Operators4.7.3 Logical Operators; 4.8 Logic Functions; 4.9 Elementary Functions that Support Complex Matrix Arguments; 4.10 Elementary Functions that Support Complex Vector Arguments; 4.11 Vector Functions of Several Variables; 4.12 Functions of One Variable; Chapter 5: Vectors and Matrices; 5.1 Vectors and Matrices; 5.2 Operations with Numeric Matrices; 5.3 Eigenvalues and Eigenvectors; 5.4 Matrix Decomposition; 5.5 Similar Matrices and Diagonalization; 5.6 Sparse Matrices; 5.7 Special Matrices; Chapter 6: Functions; 6.1 Custom Defined Functions; 6.2 Functions and M-files. 
505 8 |a 6.3 Functions and Flow Control. Loops6.4 The FOR loop; 6.5 The WHILE loop; 6.6 IF ELSEIF ELSE END LOOP; 6.7 Recursive Functions; 6.8 Conditional Functions; 6.9 Defining Functions Directly. Evaluating Functions; 6.10 Functions of One Variable; 6.11 Functions of Several Variables; 6.12 Piecewise Functions; 6.13 Functional Operations; Chapter 7: Programming and Numerical Analysis; 7.1 MATLAB and Programming; 7.2 The Text Editor; 7.3 Scripts; 7.4 Functions and M-files. Eval and feval; 7.5 Local and Global Variables; 7.6 Data Types; 7.7 Flow Control: FOR, WHILE and IF ELSEIF Loops; 7.8 FOR Loops. 
505 8 |a 7.9 WHILE Loops7.10 IF ELSEIF ELSE END Loops; 7.11 SWITCH and CASE; 7.12 CONTINUE; 7.13 BREAK; 7.14 TRY ... CATCH; 7.15 RETURN; 7.16 Subfunctions; 7.17 Commands in M-files; 7.18 Functions relating to Arrays of Cells; 7.19 Functions of Multidimensional Arrays; 7.20 Numerical Analysis Methods in MATLAB; 7.21 Zeros of Functions and Optimization; 7.22 Numerical Integration; 7.23 Numerical Differentiation; 7.24 Approximate Solutions of Differential Equations; 7.25 Ordinary Differential Equations with Initial Values; 7.26 Ordinary Differential Equations with Boundary Conditions. 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a MATLAB. 
630 0 7 |a MATLAB.  |2 fast  |0 (OCoLC)fst01365096 
650 0 |a Numerical analysis  |x Data processing. 
650 0 |a Mathematics. 
650 2 |a Software 
650 2 |a Mathematics 
650 6 |a Logiciels. 
650 6 |a Mathématiques. 
650 6 |a Analyse numérique  |x Informatique. 
650 7 |a software.  |2 aat 
650 7 |a MATHEMATICS  |x Numerical Analysis.  |2 bisacsh 
650 7 |a Mathematics.  |2 fast  |0 (OCoLC)fst01012163 
650 7 |a Numerical analysis  |x Data processing.  |2 fast  |0 (OCoLC)fst01041279 
653 0 0 |a wiskunde 
653 0 0 |a mathematics 
653 0 0 |a computer software 
653 1 0 |a Mathematics (General) 
653 1 0 |a Wiskunde (algemeen) 
773 0 |t Springer eBooks 
776 0 8 |i Printed edition:  |z 9781484203477 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484203460/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29640289 
938 |a Baker and Taylor  |b BTCP  |n BK0017514562 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1964913 
938 |a EBSCOhost  |b EBSC  |n 935965 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis30444900 
938 |a YBP Library Services  |b YANK  |n 12230649 
994 |a 92  |b IZTAP