The beginner's guide to Mathematica version 3 / Jerry Glynn, Theodore Gray |
Autore | Glynn, Jerry |
Pubbl/distr/stampa | Cambridge ; New York : Cambridge University Press, 1997 |
Descrizione fisica | viii, 347 p. : ill. ; 24 cm. |
Disciplina | 510.078 |
Altri autori (Persone) | Gray, Theodore W.author |
Soggetto topico |
Mathematica (Computer file)
Mathematics-data processing |
ISBN | 0521622026 |
Classificazione |
AMS 00A99
AMS 68-04 QA76.95.G55 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Record Nr. | UNISALENTO-991000716499707536 |
Glynn, Jerry | ||
Cambridge ; New York : Cambridge University Press, 1997 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. del Salento | ||
|
Computing with Mathematica / Hartmut F. W. Hoft, Margret Hoft |
Autore | Hoft, Hartmut F. W. |
Pubbl/distr/stampa | San Diego : Academic Press, c1998 |
Descrizione fisica | xiii, 290 p. ; 24 cm + 1 computer laser optical disc (4 3/4 in.) |
Disciplina | 510.285 |
Altri autori (Persone) | Hoft, Margretauthor |
Soggetto topico |
Mathematica (Computer file)
Mathematica (Computer program language) Mathematics-data processing |
ISBN |
0123516609 (pbk. : alk. paper)
0123516617 (cd-rom) |
Classificazione |
AMS 65Y15
QA76.95.H64 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Record Nr. | UNISALENTO-991000778759707536 |
Hoft, Hartmut F. W. | ||
San Diego : Academic Press, c1998 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. del Salento | ||
|
Differential equations : an introduction with Mathematica / Clay C. Ross |
Autore | Ross, Clay C. |
Pubbl/distr/stampa | New York : Springer-Verlag, c1995 |
Descrizione fisica | xiii, 503 p. : ill. ; 25 cm |
Disciplina | 515.352 |
Collana | Textbooks in mathematical sciences |
Soggetto topico |
Differential equations
Mathematica (Computer file) |
ISBN | 0387943013 |
Classificazione |
AMS 34-01
LC QA371.R595 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Record Nr. | UNISALENTO-991000817649707536 |
Ross, Clay C. | ||
New York : Springer-Verlag, c1995 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. del Salento | ||
|
An Engineer's Guide to Mathematica [[electronic resource]] |
Autore | Magrab Edward B |
Edizione | [1st edition] |
Pubbl/distr/stampa | Hoboken, : Wiley, 2014 |
Descrizione fisica | 1 online resource (453 p.) |
Disciplina |
510.285/53
510.28553 |
Soggetto topico |
Engineering mathematics
Mathematica (Computer file) |
Soggetto genere / forma | Electronic books. |
ISBN |
1-119-11855-7
1-118-82125-4 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto |
AN ENGINEER'S GUIDE TO MATHEMATICA®; Contents; Preface; Table of Engineering Applications; Part I Introduction; 1 Mathematica® Environment and Basic Syntax; 1.1 Introduction; 1.2 Selecting Notebook Characteristics; 1.3 Notebook Cells; 1.4 Delimiters; 1.5 Basic Syntax; 1.5.1 Introduction; 1.5.2 Templates: Greek Symbols and Mathematical Notation; 1.5.3 Variable Names and Global Variables; 1.6 Mathematical Constants; 1.7 Complex Numbers; 1.8 Elementary, Trigonometric, Hyperbolic, and a Few Special Functions; 1.9 Strings; 1.9.1 String Creation: StringJoin[] and ToString[]
1.9.2 Labeled Output: Print[], NumberForm[], EngineeringForm[], and TraditionalForm[]1.10 Conversions, Relational Operators, and Transformation Rule; 1.11 Engineering Units and Unit Conversions: Quantity[] and UnitConvert[]; 1.12 Creation of CDF Documents and Documents in Other Formats; 1.13 Functions Introduced in Chapter; Exercises; 2 List Creation and Manipulation: Vectors and Matrices; 2.1 Introduction; 2.2 Creating Lists and Vectors; 2.2.1 Introduction; 2.2.2 Creating a List with Table[]; 2.2.3 Summing Elements of a List: Total[]; 2.2.4 Selecting Elements of a List 2.2.5 Identifying List Elements Matching a Pattern: Position[]2.3 Creating Matrices; 2.3.1 Introduction; 2.3.2 Matrix Generation Using Table[]; 2.3.3 Accessing Elements of Arrays; 2.4 Matrix Operations on Vectors and Arrays; 2.4.1 Introduction; 2.4.2 Matrix Inverse and Determinant: Inverse[] and Det[]; 2.5 Solution of a Linear System of Equations: LinearSolve[]; 2.6 Eigenvalues and Eigenvectors: EigenSystem[]; 2.7 Functions Introduced in Chapter 2; References; Exercises; 3 User-Created Functions, Repetitive Operations, and Conditionals; 3.1 Introduction 3.2 Expressions and Procedures as Functions3.2.1 Introduction; 3.2.2 Pure Function: Function[]; 3.2.3 Module[]; 3.3 Find Elements of a List that Meet a Criterion: Select[]; 3.4 Conditionals; 3.4.1 If[]; 3.4.2 Which[]; 3.5 Repetitive Operations; 3.5.1 Do[]; 3.5.2 While[]; 3.5.3 Nest[]; 3.5.4 Map[]; 3.6 Examples of Repetitive Operations and Conditionals; 3.7 Functions Introduced in Chapter; Exercises; 4 Symbolic Operations; 4.1 Introduction; 4.2 Assumption Options; 4.3 Solutions of Equations: Solve[]; 4.4 Limits: Limit[]; 4.5 Power Series: Series[], Coefficient[], and CoefficientList[] 4.6 Optimization: Maximize[]/Minimize[]4.7 Differentiation: D[]; 4.8 Integration: Integrate[]; 4.9 Solutions of Ordinary Differential Equations: DSolve[]; 4.10 Solutions of Partial Differential Equations: DSolve[]; 4.11 Laplace Transform: LaplaceTransform[] and InverseLaplaceTransform[]; 4.12 Functions Introduced in Chapter; References; Exercises; 5 Numerical Evaluations of Equations; 5.1 Introduction; 5.2 Numerical Integration: NIntegrate[]; 5.3 Numerical Solutions of Differential Equations: NDSolveValue[] and ParametricNDSolveValue[]; 5.4 Numerical Solutions of Equations: NSolve[] 5.5 Roots of Transcendental Equations: FindRoot[] |
Record Nr. | UNINA-9910465341103321 |
Magrab Edward B | ||
Hoboken, : Wiley, 2014 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
Geographical Models with Mathematica |
Autore | Dauphine Andre |
Pubbl/distr/stampa | San Diego : , : Elsevier, , 2017 |
Descrizione fisica | 1 online resource (316 pages) |
Disciplina |
910/.015118
910.015118 |
Soggetto topico | Mathematica (Computer file) |
ISBN | 0-08-102230-1 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto |
Front Cover -- Geographical Models with Mathematica -- Copyright -- Contents -- Introduction -- I.1. The scientific practice of the geographer -- I.2. The three forms of geography projects -- I.3. Plan of the work -- I.4. How should this work be read? -- I.5. Appendix 1: a general modeling language Mathematica -- PART 1: Modeling the Relationships between Societies and Nature -- 1. The Theoretical Context of Classical Geography -- 1.1. Environmentalism - a theory that is still rejected -- 1.2. The theoretical double paradox of classical geography -- 1.3. The general theory of systems and the theories derived therefrom -- 1.4. Conclusion -- 1.5. Appendix 2: Importing data within Mathematica -- 2. Statistical and Probability Models for Given Relationships Between Societies and the Natural Environment -- 2.1. Acknowledging the probability model for recorded data -- 2.2. Modeling the relationships between two or several variables -- 2.3. Temporalities and time series models -- 2.4. Conclusion -- 2.5. Appendix 3: chronological program processing -- 3. Models of Ordinary Dynamic Systems -- 3.1. Four lines of questioning to understand the behavior of a dynamic system -- 3.2. Initiation in the modeling of dynamic systems -- 3.3. Assets and restrictions of ODE models -- 3.4. More realistic models of geographical systems -- 3.5. Conclusion -- 3.6. Appendix 4: crowd behavior in catastrophic situations -- PART 2: Modeling Geographic Locations -- 4. Theories of Geographical Locations -- 4.1. Introduction to spatial economic theories -- 4.2. A new urban economy and a new economic geography -- 4.3. Conclusion -- 5. Theoretical Geolocation Models -- 5.1. Von Thünen and d'Alonso's monocentric and polycentric models -- 5.2. Steiner's model generalizes Weber's -- 5.3. Central place models in the making -- 5.4. Conclusion.
PART 3: Spatial Structures and Territorial Dynamics -- 6. Theories Used to Understand Territorial Structures and Dynamics -- 6.1. From terrestrial to geographical space -- 6.2. Some theories drawn from various fields and used to explain simple territorial forms -- 6.3. From morphology to morphogenesis -- 6.4. An overview of morphogenetic theories -- 6.5. Conclusion -- 6.6. Appendix 5: globalization at the root of a paradox: homogenization and global fracturing -- 7. Models of Basic Structures: Points and Fields -- 7.1. Modeling the point structures of a geographical space -- 7.2. Modeling geographical fields -- 7.3. Conclusion -- 7.4. Appendix 6: Introduction to the morphometric analysis of the Grenoble Alps -- 8. Models of Basic Structures: Networks -- 8.1. The two aspects of a network: graphs and matrices -- 8.2. Modeling the structure of a spatial network -- 8.3. Qualitative geographical models and graph theory -- 8.4. Modeling network dynamics -- 8.5. Conclusion -- 8.6. Appendix 7: A geometric approach to the network of French metropolises -- 9. Geographical Space as a Mixture of Basic Spatial Structures -- 9.1. Testing links between two elementary spatial structures -- 9.2. Modeling complex spatial structures: machine learning and choremes -- 9.3. Modeling multiscale spatial structures -- 9.4. Conclusion -- 10. Morphogenetic Macro and Micro-models -- 10.1. Time series typical of morphogenetic theories -- 10.2. Modeling the dynamics of territorial systems: from ODEs to PDEs -- 10.3. Cellular automata, Brownian motions and multi-agent systems -- 10.4. Conclusion -- 10.5. Appendix 8: simulating urban growth along the French Riviera with a cellular automata model -- Conclusion -- Bibliography -- Introduction -- Chapter 1 -- Chapter 2 -- Chapter 3 -- Chapter 4 -- Chapter 5 -- Chapter 6 -- Chapter 7 -- Chapter 8 -- Chapter 10 -- Index -- Back Cover. |
Record Nr. | UNINA-9910583030303321 |
Dauphine Andre | ||
San Diego : , : Elsevier, , 2017 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
Mathematica / Stan Wagon |
Autore | Wagon, Stan |
Edizione | [1a ed] |
Pubbl/distr/stampa | Milano : McGraw-Hill Libri Italia, 1995 |
Descrizione fisica | xiv, 350 p. : ill. ; 24 cm |
Disciplina | 006.78 |
Collana | Studio e professione |
Soggetto topico |
Mathematica (Computer file)
Mathematics-data processing |
ISBN | 8838634033 |
Classificazione | AMS 68-00 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Record Nr. | UNISALENTO-991001121489707536 |
Wagon, Stan | ||
Milano : McGraw-Hill Libri Italia, 1995 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. del Salento | ||
|
Mathematica 3.0 standard add-on packages / [created by] Wolfram Research |
Autore | Wolfram Research |
Pubbl/distr/stampa | Champaign : Wolfram Media ; Cambridge : Cambridge University Press, 1996 |
Descrizione fisica | v, 516 p. ; 23 cm. |
Soggetto topico | Mathematica (Computer file) |
ISBN | 0521585856 |
Classificazione |
510'.285'53
621.3.8 QA76.95.M385 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Record Nr. | UNISALENTO-991001070459707536 |
Wolfram Research | ||
Champaign : Wolfram Media ; Cambridge : Cambridge University Press, 1996 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. del Salento | ||
|
The Mathematica book / Stephen Wolfram |
Autore | Wolfram, Stephen |
Edizione | [3rd ed] |
Pubbl/distr/stampa | Champaign, IL : Wolfram Media ; New York : Cambridge University Press, 1996 |
Descrizione fisica | xxiv, 1403 p. ; 23 cm. |
Soggetto topico | Mathematica (Computer file) |
ISBN | 052158888X |
Classificazione |
510'.285'53
621.3.8 QA76.95.W65 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Record Nr. | UNISALENTO-991001070539707536 |
Wolfram, Stephen | ||
Champaign, IL : Wolfram Media ; New York : Cambridge University Press, 1996 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. del Salento | ||
|
Mathematica data visualization : create and prototype interactive data visualizations using Mathematica / / Nazmus Saquib |
Autore | Saquib Nazmus |
Pubbl/distr/stampa | Birmingham, [England] : , : Packt Publishing, , 2014 |
Descrizione fisica | 1 online resource (146 p.) |
Disciplina | 510.28553 |
Collana | Community Experience Distilled |
Soggetto topico |
Mathematica (Computer program language)
Mathematica (Computer file) Mathematics - Data processing |
Soggetto genere / forma | Electronic books. |
ISBN | 1-78328-300-9 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto |
Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Visualization as a Tool to Understand Data; The importance of visualization; Types of datasets; Tables; Scalar fields; Time series; Graphs; Text; Cartographic data; Mathematica as a tool for visualization; Getting started with Mathematica; Creating and selecting cells; Evaluating a cell; Suppressing output from a cell; Cell formatting; Commenting; Aborting evaluation; Upcoming chapters; Further reading; Summary; Chapter 2: Dissecting Data Using Mathematica
Data structures and core languagesIntroducing lists; Nested lists; Matrices; Constructing lists programmatically; Accessing elements from a list; Applying set operations on lists; Functions and conditionals; Declaring and using functions; Conditionals; Further core language; Data importing and basic plots; Importing data into Mathematica; SetDirectory[] and NotebookDirectory[]; Loading the dataset; Basic plotting functions; ListPlot; Styling our plots; Plot legends; 3D point plots; Log plots; Further reading; Summary; Chapter 3: Time Series and Scientific Visualization Periodic patterns in time seriesSector charts; Simulating Internet activity; SectorChart and its options; Interactive visualization of financial data; The DateListPlot function; Adding interactivity - preliminaries; Intermission - Graphics and Show; Adding interactivity - Dynamic and Refresh; Isocontour and molecular visualization; Introduction to isocontours; Example project - protein molecule visualization; Loading and visualizing the protein molecule; Preparing the isocontour plots; Adding interactivity - manipulate; Isosurface and styling Thinking like a visualization scientist - isovalue analysisFurther reading; Summary; Chapter 4: Statistical and Information Visualization; Statistical visualization; The swiss bank notes dataset; Histograms and charts; Histogram; PairedHistogram; Histogram3D; PieChart; BubbleChart; Choosing appropriate plots; A glimpse of high-dimensional data; Similarity maps; Projecting information to low dimensions; Visualizing genuine and counterfeit clusters; Similarity map for smaller datasets; Things that can (and will) go wrong; Text visualization; A modified word cloud; Cleaning the data The basic algorithmCode and explanation; Graphs and networks; A basic graph visualization; Representing graphs in Mathematica; Visualizing the Les Misérables network; Highlighting centrality measures; Other graph layouts; 3D layouts; Chord diagrams; Code and explanation; Tweaking the visualization; Further reading; Summary; Chapter 5: Maps and Aesthetics; Map visualization; The GeoGraphics package; A map of our current location; Plotting a path on the map; Interactivity in GeoGraphics; Anatomy of a map visualization engine; The visual interface; Code and explanation Aesthetics in visualization |
Record Nr. | UNINA-9910463294103321 |
Saquib Nazmus | ||
Birmingham, [England] : , : Packt Publishing, , 2014 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
Mathematica data visualization : create and prototype interactive data visualizations using Mathematica / / Nazmus Saquib |
Autore | Saquib Nazmus |
Pubbl/distr/stampa | Birmingham, [England] : , : Packt Publishing, , 2014 |
Descrizione fisica | 1 online resource (146 p.) |
Disciplina | 510.28553 |
Collana | Community Experience Distilled |
Soggetto topico |
Mathematica (Computer program language)
Mathematica (Computer file) Mathematics - Data processing |
ISBN | 1-78328-300-9 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto |
Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Visualization as a Tool to Understand Data; The importance of visualization; Types of datasets; Tables; Scalar fields; Time series; Graphs; Text; Cartographic data; Mathematica as a tool for visualization; Getting started with Mathematica; Creating and selecting cells; Evaluating a cell; Suppressing output from a cell; Cell formatting; Commenting; Aborting evaluation; Upcoming chapters; Further reading; Summary; Chapter 2: Dissecting Data Using Mathematica
Data structures and core languagesIntroducing lists; Nested lists; Matrices; Constructing lists programmatically; Accessing elements from a list; Applying set operations on lists; Functions and conditionals; Declaring and using functions; Conditionals; Further core language; Data importing and basic plots; Importing data into Mathematica; SetDirectory[] and NotebookDirectory[]; Loading the dataset; Basic plotting functions; ListPlot; Styling our plots; Plot legends; 3D point plots; Log plots; Further reading; Summary; Chapter 3: Time Series and Scientific Visualization Periodic patterns in time seriesSector charts; Simulating Internet activity; SectorChart and its options; Interactive visualization of financial data; The DateListPlot function; Adding interactivity - preliminaries; Intermission - Graphics and Show; Adding interactivity - Dynamic and Refresh; Isocontour and molecular visualization; Introduction to isocontours; Example project - protein molecule visualization; Loading and visualizing the protein molecule; Preparing the isocontour plots; Adding interactivity - manipulate; Isosurface and styling Thinking like a visualization scientist - isovalue analysisFurther reading; Summary; Chapter 4: Statistical and Information Visualization; Statistical visualization; The swiss bank notes dataset; Histograms and charts; Histogram; PairedHistogram; Histogram3D; PieChart; BubbleChart; Choosing appropriate plots; A glimpse of high-dimensional data; Similarity maps; Projecting information to low dimensions; Visualizing genuine and counterfeit clusters; Similarity map for smaller datasets; Things that can (and will) go wrong; Text visualization; A modified word cloud; Cleaning the data The basic algorithmCode and explanation; Graphs and networks; A basic graph visualization; Representing graphs in Mathematica; Visualizing the Les Misérables network; Highlighting centrality measures; Other graph layouts; 3D layouts; Chord diagrams; Code and explanation; Tweaking the visualization; Further reading; Summary; Chapter 5: Maps and Aesthetics; Map visualization; The GeoGraphics package; A map of our current location; Plotting a path on the map; Interactivity in GeoGraphics; Anatomy of a map visualization engine; The visual interface; Code and explanation Aesthetics in visualization |
Record Nr. | UNINA-9910787808703321 |
Saquib Nazmus | ||
Birmingham, [England] : , : Packt Publishing, , 2014 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|