GNU Octave: a high-level interactive language for numerical computations ; edition 3 for Octave version 3.0.2, August 2008
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
[Bristol]
Network Theory Ltd.
2008
|
Ausgabe: | 1. printing for Octave version 3 |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | NT: GNU Octave manual, version 3. - This book supersedes the previous edition for Octave v2 |
Beschreibung: | X, 555 S. graph. Darst. |
ISBN: | 095461206X 9780954612061 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV035476021 | ||
003 | DE-604 | ||
005 | 20090717 | ||
007 | t | ||
008 | 090507s2008 d||| |||| 00||| eng d | ||
020 | |a 095461206X |9 0-9546120-6-X | ||
020 | |a 9780954612061 |9 978-0-9546120-6-1 | ||
035 | |a (OCoLC)634169967 | ||
035 | |a (DE-599)GBV592812081 | ||
040 | |a DE-604 |b ger | ||
041 | 0 | |a eng | |
049 | |a DE-703 |a DE-29T |a DE-739 |a DE-M100 | ||
082 | 0 | |a 005.432 |2 22 | |
084 | |a ST 261 |0 (DE-625)143633: |2 rvk | ||
100 | 1 | |a Eaton, John W. |e Verfasser |4 aut | |
245 | 1 | 0 | |a GNU Octave |b a high-level interactive language for numerical computations ; edition 3 for Octave version 3.0.2, August 2008 |c John W. Eaton ; David Bateman ; Søren Hauberg |
246 | 1 | 3 | |a GNU Octave manual, version 3 |
250 | |a 1. printing for Octave version 3 | ||
264 | 1 | |a [Bristol] |b Network Theory Ltd. |c 2008 | |
300 | |a X, 555 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a NT: GNU Octave manual, version 3. - This book supersedes the previous edition for Octave v2 | ||
650 | 0 | 7 | |a Public-domain-Software |0 (DE-588)4199847-9 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Wissenschaftliches Rechnen |0 (DE-588)4338507-2 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Wissenschaftliches Rechnen |0 (DE-588)4338507-2 |D s |
689 | 0 | 1 | |a Public-domain-Software |0 (DE-588)4199847-9 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Bateman, David |e Verfasser |4 aut | |
700 | 1 | |a Hauberg, Søren |e Verfasser |4 aut | |
856 | 4 | 2 | |m Digitalisierung UB Bayreuth |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017395638&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-017395638 |
Datensatz im Suchindex
_version_ | 1804138937498730496 |
---|---|
adam_text | Table
of
Contents
Publisher s Preface
................................. 1
Preface
............................................. 3
Acknowledgements
................................................ 4
How You Can Contribute to Octave
............................... 6
Distribution
...................................................... 6
1
A Brief Introduction to Octave
................. 9
1.1
Running Octave
............................................. 9
1.2
Simple Examples
............................................ 9
1.2.1
Creating a Matrix
................................. 9
1.2.2
Matrix Arithmetic
............................... 10
1.2.3
Solving Linear Equations
......................... 10
1.2.4
Integrating Differential Equations
................ 10
1.2.5
Producing Graphical Output
..................... 11
1.2.6
Editing What You Have Typed
................... 12
1.2.7
Help and Documentation
......................... 12
1.3
Conventions
................................................ 13
1.3.1
Fonts
............................................ 13
1.3.2
Evaluation Notation
.............................. 13
1.3.3
Printing Notation
................................ 14
1.3.4
Error Messages
................................... 14
1.3.5
Format of Descriptions
........................... 14
1.3.5.1
A Sample Function Description
........ 14
1.3.5.2
A Sample Command Description
.......15
1.3.5.3
A Sample Variable Description
.........15
2
Getting Started
................................ 17
2.1
Invoking Octave from the Command Line
................... 17
2.1.1
Command Line Options
.......................... 17
2.1.2
Startup Files
..................................... 20
2.2
Quitting Octave
............................................ 21
2.3
Commands for Getting Help
................................ 22
2.4
Command Line Editing
..................................... 23
2.5
How Octave Reports Errors
................................. 24
2.6
Executable Octave Programs
................................ 25
2.7
Comments in Octave Programs
............................. 26
ii GNU
Octave
3
Data Types
.................................... 29
3.1
Built-in Data
Types
........................................ 29
3.1.1
Numeric Objects.................................
30
3.1.2
Missing Data
.....................................30
3.1.3
String Objects
................................... 30
3.1.4
Data Structure Objects
.......................... 31
3.1.5
Cell Array Objects
............................... 31
3.2
Object Sizes
................................................ 31
4
Numeric Data Types
........................... 33
4.1
Matrices
....................................................34
4.1.1
Empty Matrices
.................................. 37
4.2
Ranges
..................................................... 38
4.3
Integer Data Types
......................................... 38
4.3.1
Integer Arithmetic
............................... 41
4.4
Bit Manipulations
.......................................... 41
4.5
Logical Values
.............................................. 43
4.6
Predicates for Numeric Objects
............................. 44
5
Strings
......................................... 47
5.1
Creating Strings
............................................ 48
5.2
Comparing Strings
..........................................51
5.3
Manipulating Strings
....................................... 52
5.4
String Conversions
..........................................57
5.5
Character Class Functions
.................................. 61
6
Data Containers
............................... 63
6.1
Data Structures
............................................ 63
6.1.1
Structure Arrays
................................. 66
6.1.2
Creating Structures
.............................. 67
6.1.3
Manipulating Structures
..........................69
6.1.4
Processing Data in Structures
.................... 70
6.2
Cell Arrays
................................................. 71
6.2.1
Creating Cell Array
.............................. 72
6.2.2
Indexing Cell Arrays
............................. 74
6.2.3
Cell Arrays of Strings
............................ 75
6.2.4
Processing Data in Cell Arrays
................... 76
6.3
Comma Separated Lists
..................................... 78
7
Variables
....................................... 81
7.1
Global Variables
............................................ 82
7.2
Persistent Variables
......................................... 83
7.3
Status of Variables
..........................................85
7.4
Summary of Built-in Variables
.............................. 89
7.5
Defaults from the Environment
............................. 91
8
Expressions
.................................... 93
8.1
Index Expressions
.......................................... 93
8.2
Calling Functions...........................................
95
8.2.1
Call by Value
.................................... 96
8.2.2
Recursion
........................................ 97
8.3
Arithmetic Operators
....................................... 98
8.4
Comparison Operators
..................................... 100
8.5
Boolean Expressions
....................................... 101
8.5.1
Element-by-element Boolean Operators
.......... 101
8.5.2
Short-circuit Boolean Operators
................. 102
8.6
Assignment Expressions
................................... 103
8.7
Increment Operators
....................................... 106
8.8
Operator Precedence
...................................... 106
9
Evaluation
.................................... 109
9.1
Calling a Function by its Name
............................ 109
9.2
Evaluation in a Different Context
..........................
Ill
10
Statements
.................................. 113
10.1
The if Statement
........................................ 113
10.2
The switch Statement
....................................115
10.2.1
Notes for the
С
programmer
................... 116
10.3
The while Statement
..................................... 117
10.4
The do-until Statement
................................. 118
10.5
The for Statement
....................................... 118
10.5.1
Looping Over Structure Elements
.............. 120
10.6
The break Statement
..................................... 120
10.7
The continue Statement
................................. 121
10.8
The unwind.protect Statement
.......................... 122
10.9
The try Statement
....................................... 123
10.10
Continuation Lines
...................................... 123
11
Functions and Script Files
................... 125
11.1
Denning Functions
....................................... 125
11.2
Multiple Return Values
................................... 128
11.3
Variable-length Argument Lists
........................... 129
11.4
Variable-length Return Lists
.............................. 131
11.5
Returning From a Function
............................... 132
11.6
Default Arguments
....................................... 132
11.7
Function Files
............................................ 133
11.7.1
Manipulating the load path
.................... 134
11.7.2
Subfunctions
................................... 136
11.7.3
Overloading and Autoloading
.................. 136
11.7.4
Function Locking
.............................. 137
11.8
Script Files
............................................... 139
iv
GNU Octave
11.9
Function Handles, Inline Functions, and Anonymous Functions
............................................................ 140
11.9.1
Function Handles
.............................. 141
11.9.2
Anonymous Functions
.......................... 141
11.9.3
Inline Functions
................................ 142
11.10
Commands
.............................................. 143
11.11
Organization of Functions Distributed with Octave
...... 144
12
Errors and Warnings
........................ 147
12.1
Handling Errors
.......................................... 147
12.1.1
Raising Errors
................................. 147
12.1.2
Catching Errors
................................ 149
12.2
Handling Warnings
....................................... 152
12.2.1
Issuing Warnings
...............................152
12.2.2
Enabling and Disabling Warnings
.............. 153
13
Debugging
................................... 157
13.1
Entering Debug Mode
.................................... 157
13.2
Breakpoints
.............................................. 158
13.3
Debug Mode
............................................. 159
14
Input and Output
........................... 161
14.1
Basic Input and Output
.................................. 161
14.1.1
Terminal Output
............................... 161
14.1.1.1
Paging Screen Output
............... 164
14.1.2
Terminal Input
................................ 166
14.1.3
Simple File I/O
................................ 167
14.1.3.1
Saving Data on Unexpected Exits
... 171
14.1.4
Rational Approximations
....................... 172
14.2
С
-Style
I/O Functions
.................................... 173
14.2.1
Opening and Closing Files
..................... 174
14.2.2
Simple Output
................................. 175
14.2.3
Line-Oriented Input
............................ 176
14.2.4
Formatted Output
............................. 176
14.2.5
Output Conversion for Matrices
................ 178
14.2.6
Output Conversion Syntax
..................... 178
14.2.7
Table of Output Conversions
................... 179
14.2.8
Integer Conversions
............................ 180
14.2.9 Floating-Point
Conversions
..................... 181
14.2.10
Other Output Conversions
.................... 182
14.2.11
Formatted Input
.............................. 182
14.2.12
Input Conversion Syntax
...................... 183
14.2.13
Table of Input Conversions
.................... 184
14.2.14
Numeric Input Conversions
................... 185
14.2.15
String Input Conversions
...................... 185
14.2.16
Binary I/O
................................... 186
14.2.17
Temporary Files
.............................. 189
14.2.18
End of File and Errors
........................ 190
14.2.19
File Positioning
............................... 191
15
Plotting
......................................193
15.1
Plotting Basics
........................................... 193
15.1.1
Two-Dimensional Plots
........................ 193
15.1.2
Three-Dimensional Plotting
.................... 207
15.1.3
Plot Annotations
.............................. 211
15.1.4
Multiple Plots on One Page
.................... 213
15.1.5
Multiple Plot Windows
........................ 213
15.1.6
Printing Plots
................................. 214
15.1.7
Test Plotting Functions
........................ 216
15.2
Advanced Plotting
....................................... 217
15.2.1
Graphics Objects
.............................. 217
15.2.2
Graphics Object Properties
.................... 222
15.2.2.1
Root Figure Properties
.............. 222
15.2.2.2
Figure Properties
.................... 222
15.2.2.3
Axes Properties
..................... 223
15.2.2.4
Line Properties
...................... 225
15.2.2.5
Text Properties
...................... 226
15.2.2.6
Image Properties
.................... 229
15.2.2.7
Patch Properties
.................... 230
15.2.2.8
Surface Properties
................... 230
15.2.3
Managing Default Properties
................... 230
15.2.4
Colors
......................................... 231
15.2.5
Line Styles
..................................... 232
15.2.6
MarkerStyles
.................................. 232
15.2.7
Interaction with gnuplot
....................... 232
16
Matrix Manipulation
........................ 235
16.1
Finding Elements and Checking Conditions
............... 235
16.2
Rearranging Matrices
.....................................237
16.3
Applying a Function to an Array
......................... 244
16.4
Special Utility Matrices
...................................244
16.5
Random Matrices
........................................ 246
16.6
Famous Matrices
......................................... 249
17
Arithmetic
...................................253
17.1
Utility Functions
......................................... 253
17.2
Complex Arithmetic
...................................... 258
17.3
Trigonometry
............................................ 259
17.4
Sums and Products
.......................................262
17.5
Special Functions
.........................................264
17.6
Coordinate Transformations
.............................. 268
17.7
Mathematical Constants
.................................. 269
vi GNU
Octave
18
Linear Algebra
...............................271
18.1
Techniques
used for
Linear Algebra
....................... 271
18.2
Basic
Matrix Functions...................................
271
18.3
Matrix Factorizations
.....................................276
18.4
Functions of a Matrix
.................................... 282
19
Nonlinear Equations
......................... 283
20
Sparse Matrices
............................. 287
20.1
Basics
.................................................... 287
20.1.1
Storage of Sparse Matrices
..................... 287
20.1.2
Creating Sparse Matrices
.......................288
20.1.3
Sparse Matrix Properties
.......................293
20.1.4
Sparse Matrix Types
........................... 294
20.1.5
Graphical Representations of Sparse Matrices
.. 295
20.1.6
Basic Operators and Functions on Sparse Matrices
................................................... 297
20.1.6.1
Sparse Functions
.................... 297
20.1.6.2
The Return Types of Operators and
Functions
................................. 298
20.1.6.3
Mathematical Considerations
........ 299
20.1.7
Reordering
..................................... 300
20.2
Linear Algebra on Sparse Matrices
........................ 308
20.3
Iterative Techniques applied to sparse matrices
............ 312
20.4
Real Life Example of the use of Sparse Matrices
.......... 318
21
Numerical Integration
....................... 323
21.1
Functions of One Variable
................................ 323
21.2
Orthogonal Collocation
................................... 325
21.3
Functions of Multiple Variables
........................... 326
22
Differential Equations
....................... 329
22.1
Ordinary Differential Equations
...........................329
22.2
Differential-Algebraic Equations
.......................... 332
23
Optimization
................................ 339
23.1
Linear Programming
..................................... 339
23.2
Quadratic Programming
.................................. 345
23.3
Nonlinear Programming
.................................. 346
23.4
Linear Least Squares
..................................... 348
vu
24
Statistics
.....................................351
24.1
Descriptive
Statistics
..................................... 351
24.2
Basic
Statistical Functions
................................ 355
24.3
Statistical Plots
.......................................... 358
24.4
Tests
..................................................... 359
24.5
Models
................................................... 367
24.6
Distributions
............................................. 368
24.7
Random Number Generation
............................. 376
25
Sets
..........................................381
25.1
Set Operations
........................................... 381
26
Polynomial Manipulations
................... 385
26.1
Evaluating Polynomials
...................................385
26.2
Finding Roots
............................................ 386
26.3
Products of Polynomials
.................................. 387
26.4
Derivatives and Integrals
................................. 389
26.5
Polynomial Interpolation
................................. 390
26.6
Miscellaneous Functions
.................................. 392
27
Interpolation
................................ 393
27.1
One-dimensional Interpolation
............................ 393
27.2
Multi-dimensional Interpolation
.......................... 398
28
Geometry
....................................403
28.1
Delaunay
Triangulation
...................................403
28.1.1
Plotting the
Triangulation
..................... 405
28.1.2
Identifying points in
Triangulation
............. 406
28.2
Voronoi Diagrams
........................................ 409
28.3
Convex Hull
.............................................. 412
28.4
Interpolation on Scattered Data
.......................... 413
29
Signal Processing
............................ 415
29.1
Fast Fourier Transforms
.................................. 415
29.2
Filters and Windowing Functions
......................... 418
30
Image Processing
............................ 427
30.1
Loading and Saving Images
............................... 427
30.2
Displaying Images
........................................ 428
30.3
Representing Images
......................................430
30.4
Plotting on top of Images
.................................433
30.5
Color Conversion
......................................... 434
viii GNU Octave
31
Audio Processing
............................ 435
31.1
Audio
Conversion
Functions..............................
435
31.2
Loading and Saving Audio Files
.......................... 435
32
System Utilities
............................. 439
32.1
Timing Utilities
.......................................... 439
32.2
Filesystem
Utilities
....................................... 448
32.3
File Archiving Utilities
................................... 454
32.4
Networking Utilities
...................................... 456
32.5
Controlling Subprocesses
................................. 457
32.6
Process, Group, and User IDs
............................ 462
32.7
Environment Variables
................................... 462
32.8
Current Working Directory
............................... 463
32.9
Password Database Functions
.............................464
32.10
Group Database Functions
.............................. 465
32.11
System Information
..................................... 466
32.12
Hashing Functions
.......................................468
33
Packages
..................................... 469
33.1
Installing and Removing Packages
........................ 469
33.2
Using Packages
........................................... 470
33.3
Administrating Packages
................................. 470
33.4
Creating Packages
........................................ 471
33.4.1
The DESCRIPTION File
...................... 472
33.4.2
The INDEX file
................................ 474
33.4.3
PKG.ADD and PKG-DEL directives
...........475
Appendix A Command Line Editing
........... 477
A.0.1 Cursor Motion
................................. 477
A.0.2 Killing and Yanking
............................ 478
A.0.3 Commands For Changing Text
..................479
A.0.4 Letting Readline Type For You
................. 479
A.
0.5
Commands For Manipulating The History
...... 480
A.0.6 Customizing readline
.......................... 482
A.0.7 Customizing the Prompt
........................483
A.0.8 Diary and Echo Commands
.....................484
Appendix
В
Test and Demo Functions
......... 487
B.I Test Functions
............................................ 487
B.2 Demonstration Functions
..................................492
Appendix C
Tips and Standards
............... 495
C.I Writing Clean Octave Programs
........................... 495
C.2 Tips for Making Code Run Faster
......................... 495
C.3 Tips on Writing Comments
................................496
C.4 Conventional Headers for Octave Functions
................ 497
C.5 Tips for Documentation Strings
........................... 499
Appendix
D
Known Causes of Trouble
.........505
D.I Actual Bugs We Haven t Fixed Yet
........................505
D.2 Reporting Bugs
........................................... 505
D.3 Have You Found a Bug?
.................................. 506
D.4 Where to Report Bugs
.................................... 506
D.5 How to Report Bugs
...................................... 507
D.6 Sending Patches for Octave
............................... 509
D.7 How To Get Help with Octave
............................ 510
Appendix
E
Installing Octave
.................. 511
E.I Installation Problems
..................................... 514
Appendix
F Emacs
Octave Support
............519
F.I Installing EOS
............................................ 519
F.2 Using Octave Mode
....................................... 519
F.3 Running Octave From Within Emacs
...................... 524
F.4 Using the Emacs Info Reader for Octave
................... 526
Appendix
G
GNU GENERAL PUBLIC LICENSE
.............................................. 527
Books from the publisher
........................ 537
Index
............................................. 539
|
any_adam_object | 1 |
author | Eaton, John W. Bateman, David Hauberg, Søren |
author_facet | Eaton, John W. Bateman, David Hauberg, Søren |
author_role | aut aut aut |
author_sort | Eaton, John W. |
author_variant | j w e jw jwe d b db s h sh |
building | Verbundindex |
bvnumber | BV035476021 |
classification_rvk | ST 261 |
ctrlnum | (OCoLC)634169967 (DE-599)GBV592812081 |
dewey-full | 005.432 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.432 |
dewey-search | 005.432 |
dewey-sort | 15.432 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 1. printing for Octave version 3 |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01817nam a2200421 c 4500</leader><controlfield tag="001">BV035476021</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20090717 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">090507s2008 d||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">095461206X</subfield><subfield code="9">0-9546120-6-X</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780954612061</subfield><subfield code="9">978-0-9546120-6-1</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)634169967</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)GBV592812081</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-703</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-M100</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.432</subfield><subfield code="2">22</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 261</subfield><subfield code="0">(DE-625)143633:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Eaton, John W.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">GNU Octave</subfield><subfield code="b">a high-level interactive language for numerical computations ; edition 3 for Octave version 3.0.2, August 2008</subfield><subfield code="c">John W. Eaton ; David Bateman ; Søren Hauberg</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">GNU Octave manual, version 3</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. printing for Octave version 3</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">[Bristol]</subfield><subfield code="b">Network Theory Ltd.</subfield><subfield code="c">2008</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">X, 555 S.</subfield><subfield code="b">graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">NT: GNU Octave manual, version 3. - This book supersedes the previous edition for Octave v2</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Public-domain-Software</subfield><subfield code="0">(DE-588)4199847-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Wissenschaftliches Rechnen</subfield><subfield code="0">(DE-588)4338507-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Wissenschaftliches Rechnen</subfield><subfield code="0">(DE-588)4338507-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Public-domain-Software</subfield><subfield code="0">(DE-588)4199847-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Bateman, David</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Hauberg, Søren</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Bayreuth</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017395638&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-017395638</subfield></datafield></record></collection> |
id | DE-604.BV035476021 |
illustrated | Illustrated |
indexdate | 2024-07-09T21:36:07Z |
institution | BVB |
isbn | 095461206X 9780954612061 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-017395638 |
oclc_num | 634169967 |
open_access_boolean | |
owner | DE-703 DE-29T DE-739 DE-M100 |
owner_facet | DE-703 DE-29T DE-739 DE-M100 |
physical | X, 555 S. graph. Darst. |
publishDate | 2008 |
publishDateSearch | 2008 |
publishDateSort | 2008 |
publisher | Network Theory Ltd. |
record_format | marc |
spelling | Eaton, John W. Verfasser aut GNU Octave a high-level interactive language for numerical computations ; edition 3 for Octave version 3.0.2, August 2008 John W. Eaton ; David Bateman ; Søren Hauberg GNU Octave manual, version 3 1. printing for Octave version 3 [Bristol] Network Theory Ltd. 2008 X, 555 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier NT: GNU Octave manual, version 3. - This book supersedes the previous edition for Octave v2 Public-domain-Software (DE-588)4199847-9 gnd rswk-swf Wissenschaftliches Rechnen (DE-588)4338507-2 gnd rswk-swf Wissenschaftliches Rechnen (DE-588)4338507-2 s Public-domain-Software (DE-588)4199847-9 s DE-604 Bateman, David Verfasser aut Hauberg, Søren Verfasser aut Digitalisierung UB Bayreuth application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017395638&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Eaton, John W. Bateman, David Hauberg, Søren GNU Octave a high-level interactive language for numerical computations ; edition 3 for Octave version 3.0.2, August 2008 Public-domain-Software (DE-588)4199847-9 gnd Wissenschaftliches Rechnen (DE-588)4338507-2 gnd |
subject_GND | (DE-588)4199847-9 (DE-588)4338507-2 |
title | GNU Octave a high-level interactive language for numerical computations ; edition 3 for Octave version 3.0.2, August 2008 |
title_alt | GNU Octave manual, version 3 |
title_auth | GNU Octave a high-level interactive language for numerical computations ; edition 3 for Octave version 3.0.2, August 2008 |
title_exact_search | GNU Octave a high-level interactive language for numerical computations ; edition 3 for Octave version 3.0.2, August 2008 |
title_full | GNU Octave a high-level interactive language for numerical computations ; edition 3 for Octave version 3.0.2, August 2008 John W. Eaton ; David Bateman ; Søren Hauberg |
title_fullStr | GNU Octave a high-level interactive language for numerical computations ; edition 3 for Octave version 3.0.2, August 2008 John W. Eaton ; David Bateman ; Søren Hauberg |
title_full_unstemmed | GNU Octave a high-level interactive language for numerical computations ; edition 3 for Octave version 3.0.2, August 2008 John W. Eaton ; David Bateman ; Søren Hauberg |
title_short | GNU Octave |
title_sort | gnu octave a high level interactive language for numerical computations edition 3 for octave version 3 0 2 august 2008 |
title_sub | a high-level interactive language for numerical computations ; edition 3 for Octave version 3.0.2, August 2008 |
topic | Public-domain-Software (DE-588)4199847-9 gnd Wissenschaftliches Rechnen (DE-588)4338507-2 gnd |
topic_facet | Public-domain-Software Wissenschaftliches Rechnen |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017395638&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT eatonjohnw gnuoctaveahighlevelinteractivelanguagefornumericalcomputationsedition3foroctaveversion302august2008 AT batemandavid gnuoctaveahighlevelinteractivelanguagefornumericalcomputationsedition3foroctaveversion302august2008 AT haubergsøren gnuoctaveahighlevelinteractivelanguagefornumericalcomputationsedition3foroctaveversion302august2008 AT eatonjohnw gnuoctavemanualversion3 AT batemandavid gnuoctavemanualversion3 AT haubergsøren gnuoctavemanualversion3 |