top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
Matlab by example : programming basics / / Munther Gdeisat, Francis Lilley
Matlab by example : programming basics / / Munther Gdeisat, Francis Lilley
Autore Gdeisat Munther
Edizione [1st ed.]
Pubbl/distr/stampa Boston, Mass., : Elsevier, 2013
Descrizione fisica 1 online resource (xx, 346 pages) : illustrations (some color)
Disciplina 510.285536
Collana Elsevier insights
Gale eBooks
Soggetto topico Mathematics - Data processing
Numerical analysis - Data processing
Computer programming
Mathematics - Computer programs
ISBN 1-283-93776-X
0-12-405853-1
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Front Cover; Matlab by Example: Programming Basics; Copyright Page; Contents; Preface; Acknowledgments; Why This Book Is Different; How This Book Is Organized; 1 Matlab Integrated Development Environment; Lesson 1.1 Basics of the Matlab Integrated Development Environment; 1.1.1 Matlab Integrated Development Environment; 1.1.2 Creating Scalar Variables; 1.1.3 Creating Vector Variables; 1.1.4 Creating Array Variables; Lesson 1.2 Matlab Script Files; 1.2.1 Creating a Script File; 1.2.2 Naming a Script File; 1.2.3 Saving a Script File; 1.2.4 Executing a Script File; 1.2.5 Matlab Code Readability
1.2.6 Commenting Matlab CodeLesson 1.3 Matlab Editor-Cell Mode; 1.3.1 Enabling Cell Mode; 1.3.2 Separating a Program into Cells; 1.3.3 Evaluating Code in a Cell; Answers to Selected Exercises; Lesson 1.2; Exercise 1; Exercise 2; 2 Scalars in Matlab; Lesson 2.1 Creating and Naming Matlab Scalar Variables; 2.1.1 Matlab Special Variables; 2.1.1.1 Using Matlab Special Variables; 2.1.1.2 Changing the Values of Matlab Special Variables; 2.1.2 User-Defined Variables; 2.1.2.1 Naming a User-Defined Variable; 2.1.2.2 Matlab is Case Sensitive; 2.1.2.3 Clearing a User-Defined Variable
Lesson 2.2 Approximation of Numbers and Discrete Mathematical Operations2.2.1 Approximating Numbers; 2.2.1.1 round Function; 2.2.1.2 fix Function; 2.2.1.3 ceil Function; 2.2.1.4 floor Function; 2.2.2 Discrete Mathematical Operations; 2.2.2.1 Factorizing a Number; 2.2.2.2 Greatest Common Divisor; 2.2.2.3 Least Common Multiple; Lesson 2.3 Mathematical Expressions for Scalar Variables; 2.3.1 Creating Variables; 2.3.2 Precedence of Mathematical Operations; 2.3.3 From Mathematical Expressions to Matlab Expressions; 2.3.4 From Matlab Expressions to Mathematical Expressions; 2.3.5 Exercises
Lesson 2.4 Relational and Logical Operations for Scalar Variables2.4.1 The logical Class; 2.4.2 The Relational Operators; 2.4.3 The Logical Operators; 2.4.3.1 AND "&" Logical Operator; 2.4.3.2 OR "|" Logical Operator; 2.4.3.3 NOT "~" Logical Operator; 2.4.4 Combining Logical and Rational Operators; Lesson 2.5 Complex Scalar Variables; 2.5.1 Introduction; 2.5.2 Creating Complex Scalar Variables; 2.5.3 Addition of Complex Numbers; 2.5.4 Subtraction of Complex Numbers; 2.5.5 Multiplication of Complex Numbers; 2.5.6 Division of Complex Numbers; 2.5.7 Conjugate of a Complex Number
2.5.8 Modulus and Angle of a Complex Number2.5.9 Plotting a Complex Number in Cartesian Coordinates; 2.5.10 Plotting a Complex Number in Polar Coordinates; Answers to Selected Exercises; Lesson 2.1; Exercise 1; Lesson 2.4; 3 Vectors in Matlab; Lesson 3.1 Creating Vectors; 3.1.1 Introduction; 3.1.2 Method 1: Creating Vectors Manually; 3.1.2.1 Creating Row Vectors Manually; 3.1.2.2 Creating Column Vectors Manually; 3.1.2.3 Transpose Operation; 3.1.2.4 Determining the Number of Elements in a Vector; 3.1.2.5 Converting a Vector to a Column Vector
3.1.3 Method 2: Creating Vectors Using the Linear Method
Record Nr. UNINA-9910786170603321
Gdeisat Munther  
Boston, Mass., : Elsevier, 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Matlab by example : programming basics / / Munther Gdeisat, Francis Lilley
Matlab by example : programming basics / / Munther Gdeisat, Francis Lilley
Autore Gdeisat Munther
Edizione [1st ed.]
Pubbl/distr/stampa Boston, Mass., : Elsevier, 2013
Descrizione fisica 1 online resource (xx, 346 pages) : illustrations (some color)
Disciplina 510.285536
Collana Elsevier insights
Gale eBooks
Soggetto topico Mathematics - Data processing
Numerical analysis - Data processing
Computer programming
Mathematics - Computer programs
ISBN 1-283-93776-X
0-12-405853-1
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Front Cover; Matlab by Example: Programming Basics; Copyright Page; Contents; Preface; Acknowledgments; Why This Book Is Different; How This Book Is Organized; 1 Matlab Integrated Development Environment; Lesson 1.1 Basics of the Matlab Integrated Development Environment; 1.1.1 Matlab Integrated Development Environment; 1.1.2 Creating Scalar Variables; 1.1.3 Creating Vector Variables; 1.1.4 Creating Array Variables; Lesson 1.2 Matlab Script Files; 1.2.1 Creating a Script File; 1.2.2 Naming a Script File; 1.2.3 Saving a Script File; 1.2.4 Executing a Script File; 1.2.5 Matlab Code Readability
1.2.6 Commenting Matlab CodeLesson 1.3 Matlab Editor-Cell Mode; 1.3.1 Enabling Cell Mode; 1.3.2 Separating a Program into Cells; 1.3.3 Evaluating Code in a Cell; Answers to Selected Exercises; Lesson 1.2; Exercise 1; Exercise 2; 2 Scalars in Matlab; Lesson 2.1 Creating and Naming Matlab Scalar Variables; 2.1.1 Matlab Special Variables; 2.1.1.1 Using Matlab Special Variables; 2.1.1.2 Changing the Values of Matlab Special Variables; 2.1.2 User-Defined Variables; 2.1.2.1 Naming a User-Defined Variable; 2.1.2.2 Matlab is Case Sensitive; 2.1.2.3 Clearing a User-Defined Variable
Lesson 2.2 Approximation of Numbers and Discrete Mathematical Operations2.2.1 Approximating Numbers; 2.2.1.1 round Function; 2.2.1.2 fix Function; 2.2.1.3 ceil Function; 2.2.1.4 floor Function; 2.2.2 Discrete Mathematical Operations; 2.2.2.1 Factorizing a Number; 2.2.2.2 Greatest Common Divisor; 2.2.2.3 Least Common Multiple; Lesson 2.3 Mathematical Expressions for Scalar Variables; 2.3.1 Creating Variables; 2.3.2 Precedence of Mathematical Operations; 2.3.3 From Mathematical Expressions to Matlab Expressions; 2.3.4 From Matlab Expressions to Mathematical Expressions; 2.3.5 Exercises
Lesson 2.4 Relational and Logical Operations for Scalar Variables2.4.1 The logical Class; 2.4.2 The Relational Operators; 2.4.3 The Logical Operators; 2.4.3.1 AND "&" Logical Operator; 2.4.3.2 OR "|" Logical Operator; 2.4.3.3 NOT "~" Logical Operator; 2.4.4 Combining Logical and Rational Operators; Lesson 2.5 Complex Scalar Variables; 2.5.1 Introduction; 2.5.2 Creating Complex Scalar Variables; 2.5.3 Addition of Complex Numbers; 2.5.4 Subtraction of Complex Numbers; 2.5.5 Multiplication of Complex Numbers; 2.5.6 Division of Complex Numbers; 2.5.7 Conjugate of a Complex Number
2.5.8 Modulus and Angle of a Complex Number2.5.9 Plotting a Complex Number in Cartesian Coordinates; 2.5.10 Plotting a Complex Number in Polar Coordinates; Answers to Selected Exercises; Lesson 2.1; Exercise 1; Lesson 2.4; 3 Vectors in Matlab; Lesson 3.1 Creating Vectors; 3.1.1 Introduction; 3.1.2 Method 1: Creating Vectors Manually; 3.1.2.1 Creating Row Vectors Manually; 3.1.2.2 Creating Column Vectors Manually; 3.1.2.3 Transpose Operation; 3.1.2.4 Determining the Number of Elements in a Vector; 3.1.2.5 Converting a Vector to a Column Vector
3.1.3 Method 2: Creating Vectors Using the Linear Method
Record Nr. UNINA-9910817541903321
Gdeisat Munther  
Boston, Mass., : Elsevier, 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Modern methods in mathematical physics : integral equations in Wolfram Mathematica / / Vladimir Ryzhov [and four others]
Modern methods in mathematical physics : integral equations in Wolfram Mathematica / / Vladimir Ryzhov [and four others]
Autore Ryzhov Vladimir
Pubbl/distr/stampa Gateway East, Singapore : , : Springer, , [2022]
Descrizione fisica 1 online resource (201 pages) : illustrations
Disciplina 510.285536
Soggetto topico Wolfram language (Computer program language)
Mathematical physics
Integral equations
ISBN 981-19-4915-8
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Introduction -- References -- Contents -- 1 Fundamentals. Classification of Integral Equations -- 1.1 Basic Types of Integral Equations: A Solution of Integral Equation -- 1.1.1 Fredholm Equation of the Second Kind -- 1.1.2 Fredholm Equation of the First Kind -- 1.1.3 Volterra Equation of the Second Kind -- 1.1.4 Volterra Equation of the First Kind -- 1.2 Equations with a Weak Singularity -- 1.3 Abel Problem: Abel Integral Equation -- 1.4 Solution of Integral Equations by the Differentiation Method -- References -- 2 Integral Equations with Difference Kernels -- 2.1 Difference Kernel Concept. Solution of Integral Equations with Difference Kernels by the Method of Differentiation -- 2.2 Solution of Integral Equations and Systems of Volterra Integral Equations with Difference Kernels Using the Laplace Transform -- 2.2.1 Solving Volterra Integral Equations with Difference Kernels Using the Laplace Transform -- 2.2.2 Solving Systems of Volterra Integral Equations with Difference Kernels Using the Laplace Transform -- 2.2.3 Solving Integro-Differential Equations with Difference Kernels Using the Laplace Transform -- 2.3 Solving Fredholm Integral Equations with Difference Kernels Using the Fourier Transform -- References -- 3 Fredholm Theory -- 3.1 Solution of Fredholm Integral Equations by the Resolvent Method: Method of Fredholm Determinants -- 3.2 Iterated Kernels Method -- 3.3 Characteristic Numbers and Eigenfunctions. Solution of Homogeneous Fredholm Integral Equations with Degenerate Kernel -- 3.4 Solution of Fredholm Inhomogeneous Integral Equations with a Degenerate Kernel. Fredholm's Theorems -- References -- 4 Symmetric Integral Equations -- 4.1 Construction of an Orthonormal System of Eigenfunctions of a Symmetric Kernel -- 4.2 Representation of the Solution as Expansion in Terms of Orthonormal Eigenfunctions of a Symmetric Kernel
References -- 5 Approximate Methods for Solving Integral Equations -- 5.1 Approximate Solution of the Fredholm Equation by Replacing the Integral by a Finite Sum -- 5.2 Successive Approximation Method -- 5.3 Bubnov-Galerkin Method -- 5.3.1 Method of Replacing a Kernel with a Degenerate One -- References -- 6 Individual Tasks. Passing the Final Test After Completing the Course -- References.
Record Nr. UNISA-996499864603316
Ryzhov Vladimir  
Gateway East, Singapore : , : Springer, , [2022]
Materiale a stampa
Lo trovi qui: Univ. di Salerno
Opac: Controlla la disponibilità qui
Modern methods in mathematical physics : integral equations in Wolfram Mathematica / / Vladimir Ryzhov [and four others]
Modern methods in mathematical physics : integral equations in Wolfram Mathematica / / Vladimir Ryzhov [and four others]
Autore Ryzhov Vladimir
Pubbl/distr/stampa Gateway East, Singapore : , : Springer, , [2022]
Descrizione fisica 1 online resource (201 pages) : illustrations
Disciplina 510.285536
Soggetto topico Wolfram language (Computer program language)
Mathematical physics
Integral equations
ISBN 981-19-4915-8
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Introduction -- References -- Contents -- 1 Fundamentals. Classification of Integral Equations -- 1.1 Basic Types of Integral Equations: A Solution of Integral Equation -- 1.1.1 Fredholm Equation of the Second Kind -- 1.1.2 Fredholm Equation of the First Kind -- 1.1.3 Volterra Equation of the Second Kind -- 1.1.4 Volterra Equation of the First Kind -- 1.2 Equations with a Weak Singularity -- 1.3 Abel Problem: Abel Integral Equation -- 1.4 Solution of Integral Equations by the Differentiation Method -- References -- 2 Integral Equations with Difference Kernels -- 2.1 Difference Kernel Concept. Solution of Integral Equations with Difference Kernels by the Method of Differentiation -- 2.2 Solution of Integral Equations and Systems of Volterra Integral Equations with Difference Kernels Using the Laplace Transform -- 2.2.1 Solving Volterra Integral Equations with Difference Kernels Using the Laplace Transform -- 2.2.2 Solving Systems of Volterra Integral Equations with Difference Kernels Using the Laplace Transform -- 2.2.3 Solving Integro-Differential Equations with Difference Kernels Using the Laplace Transform -- 2.3 Solving Fredholm Integral Equations with Difference Kernels Using the Fourier Transform -- References -- 3 Fredholm Theory -- 3.1 Solution of Fredholm Integral Equations by the Resolvent Method: Method of Fredholm Determinants -- 3.2 Iterated Kernels Method -- 3.3 Characteristic Numbers and Eigenfunctions. Solution of Homogeneous Fredholm Integral Equations with Degenerate Kernel -- 3.4 Solution of Fredholm Inhomogeneous Integral Equations with a Degenerate Kernel. Fredholm's Theorems -- References -- 4 Symmetric Integral Equations -- 4.1 Construction of an Orthonormal System of Eigenfunctions of a Symmetric Kernel -- 4.2 Representation of the Solution as Expansion in Terms of Orthonormal Eigenfunctions of a Symmetric Kernel
References -- 5 Approximate Methods for Solving Integral Equations -- 5.1 Approximate Solution of the Fredholm Equation by Replacing the Integral by a Finite Sum -- 5.2 Successive Approximation Method -- 5.3 Bubnov-Galerkin Method -- 5.3.1 Method of Replacing a Kernel with a Degenerate One -- References -- 6 Individual Tasks. Passing the Final Test After Completing the Course -- References.
Record Nr. UNINA-9910624302403321
Ryzhov Vladimir  
Gateway East, Singapore : , : Springer, , [2022]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Programming in mathematica / Roman E. Maeder
Programming in mathematica / Roman E. Maeder
Autore Maeder, Roman E.
Edizione [2nd ed.]
Pubbl/distr/stampa Redwood City [etc.] : Addison-Wesley, c1991
Descrizione fisica XIV, 279 p. : ill. ; 24 cm
Disciplina 502.8
510.285536
Soggetto non controllato Mathematica
ISBN 020154878X
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Titolo uniforme
Record Nr. UNIPARTHENOPE-000018475
Maeder, Roman E.  
Redwood City [etc.] : Addison-Wesley, c1991
Materiale a stampa
Lo trovi qui: Univ. Parthenope
Opac: Controlla la disponibilità qui
The R book [[electronic resource] /] / Michael J. Crawley
The R book [[electronic resource] /] / Michael J. Crawley
Autore Crawley Michael J
Edizione [Second edition.]
Pubbl/distr/stampa Hoboken, N.J., : John Wiley & Sons Inc., 2013
Descrizione fisica 1 online resource (1077 pages)
Disciplina 510.285536
519.50285/5133
519.502855133
Soggetto topico R (Computer program language)
Mathematical statistics - Data processing
ISBN 1-299-19028-6
1-118-44894-4
1-118-44896-0
1-118-44890-1
Classificazione MAT029000
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Machine generated contents note: Preface vii 1 Getting Started 1 2 Essentials of the R Language 9 3 Data Input 97 4 Dataframes 107 5 Graphics 135 6 Tables 183 7 Mathematics 195 8 Classical Tests 279 9 Statistical Modelling 323 10 Regression 387 11 Analysis of Variance 449 12 Analysis of Covariance 489 13 Generalized Linear Models 511 14 Count Data 527 15 Count Data in Tables 549 16 Proportion Data 569 17 Binary Response Variables 593 18 Generalized Additive Models 611 19 Mixed-Effects Models 627 20 Non-linear Regression 661 21 Meta-analysis xxx 22 Bayesian statistics xxx 23 Tree Models 685 24 Time Series Analysis 701 25 Multivariate Statistics 731 26 Spatial Statistics 749 27 Survival Analysis 787 28 Simulation Models 811 29 Changing the Look of Graphics 827 References and Further Reading 873 Index 877s.
Record Nr. UNINA-9910133778603321
Crawley Michael J  
Hoboken, N.J., : John Wiley & Sons Inc., 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
The R book / / Michael J. Crawley
The R book / / Michael J. Crawley
Autore Crawley Michael J
Edizione [Second edition]
Pubbl/distr/stampa Hoboken, N.J., : John Wiley & Sons Inc., 2013
Descrizione fisica 1 online resource (1077 pages)
Disciplina 510.285536
519.50285/5133
519.502855133
Soggetto topico R (Computer program language)
Mathematical statistics - Data processing
ISBN 1-299-19028-6
1-118-44894-4
1-118-44896-0
1-118-44890-1
Classificazione MAT029000
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Machine generated contents note: Preface vii 1 Getting Started 1 2 Essentials of the R Language 9 3 Data Input 97 4 Dataframes 107 5 Graphics 135 6 Tables 183 7 Mathematics 195 8 Classical Tests 279 9 Statistical Modelling 323 10 Regression 387 11 Analysis of Variance 449 12 Analysis of Covariance 489 13 Generalized Linear Models 511 14 Count Data 527 15 Count Data in Tables 549 16 Proportion Data 569 17 Binary Response Variables 593 18 Generalized Additive Models 611 19 Mixed-Effects Models 627 20 Non-linear Regression 661 21 Meta-analysis xxx 22 Bayesian statistics xxx 23 Tree Models 685 24 Time Series Analysis 701 25 Multivariate Statistics 731 26 Spatial Statistics 749 27 Survival Analysis 787 28 Simulation Models 811 29 Changing the Look of Graphics 827 References and Further Reading 873 Index 877s.
Record Nr. UNINA-9910677766903321
Crawley Michael J  
Hoboken, N.J., : John Wiley & Sons Inc., 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
The beginner's guide to mathematica : Version 2 / Theodore W. Gray, Jerry Glynn
The beginner's guide to mathematica : Version 2 / Theodore W. Gray, Jerry Glynn
Autore Gray, Theodore W.
Pubbl/distr/stampa Reading [MA] : Addison-Wesley, c1992
Descrizione fisica IX, 225 p. ; 24 cm
Disciplina 510.285536
Soggetto non controllato Matematica - Elaborazione dati
Programmi di calcolo - Mathematica 2.
ISBN 0-201-58221-X
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-990001326030403321
Gray, Theodore W.  
Reading [MA] : Addison-Wesley, c1992
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui