Programmieren in GAUSS: eine Einführung in das Programmieren statistischer und numerischer Algorithmen
Gespeichert in:
Beteiligte Personen: | , |
---|---|
Format: | Buch |
Sprache: | Deutsch |
Veröffentlicht: |
Stuttgart [u.a.]
Fischer
1989
|
Schlagwörter: | |
Links: | http://www3.ub.tu-berlin.de/ihv/000044623.pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=000782096&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
Beschreibung: | Literaturverz. S. 304 - 307 |
Umfang: | VIII, 315 S. graph. Darst. 24 cm |
ISBN: | 3437402064 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV001296342 | ||
003 | DE-604 | ||
005 | 20161115 | ||
007 | t| | ||
008 | 890420s1989 gw d||| |||| 00||| ger d | ||
015 | |a 88,N51,0277 |2 dnb | ||
015 | |a 89,A09,0625 |2 dnb | ||
016 | 7 | |a 890056560 |2 DE-101 | |
020 | |a 3437402064 |c kart. : DM 68.00 |9 3-437-40206-4 | ||
035 | |a (OCoLC)246863529 | ||
035 | |a (DE-599)BVBBV001296342 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a ger | |
044 | |a gw |c XA-DE-BW | ||
049 | |a DE-19 |a DE-91 |a DE-384 |a DE-473 |a DE-739 |a DE-355 |a DE-945 |a DE-824 |a DE-29 |a DE-29T |a DE-706 |a DE-83 |a DE-188 | ||
084 | |a QH 500 |0 (DE-625)141607: |2 rvk | ||
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
084 | |a 28 |2 sdnb | ||
084 | |a 15 |2 sdnb | ||
084 | |a DAT 362f |2 stub | ||
100 | 1 | |a Küsters, Ulrich |d 1956- |e Verfasser |0 (DE-588)121631249 |4 aut | |
245 | 1 | 0 | |a Programmieren in GAUSS |b eine Einführung in das Programmieren statistischer und numerischer Algorithmen |c von Ulrich Küsters und Gerhard Arminger |
264 | 1 | |a Stuttgart [u.a.] |b Fischer |c 1989 | |
300 | |a VIII, 315 S. |b graph. Darst. |c 24 cm | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Literaturverz. S. 304 - 307 | ||
650 | 4 | |a Programming languages (Electronic computers) | |
650 | 0 | 7 | |a GAUSS |g Programmiersprache |0 (DE-588)4205531-3 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)4151278-9 |a Einführung |2 gnd-content | |
689 | 0 | 0 | |a GAUSS |g Programmiersprache |0 (DE-588)4205531-3 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Arminger, Gerhard |d 1949- |e Verfasser |0 (DE-588)138034761 |4 aut | |
856 | 4 | |u http://www3.ub.tu-berlin.de/ihv/000044623.pdf |3 Inhaltsverzeichnis | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=000782096&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-000782096 |
Datensatz im Suchindex
DE-BY-TUM_call_number | 0001 89 A 2057 |
---|---|
DE-BY-TUM_katkey | 118413 |
DE-BY-TUM_location | Mag |
DE-BY-TUM_media_number | 040000744972 |
_version_ | 1821940005087477760 |
adam_text | INHALTSVERZEICHNIS
1 EINLEITUNG 1
1.1 EINE UEBERSICHT UEBER GAUSS 1
1.2 INHALTSUEBERSICHT 5
2 EINE UBERSICHT IN BEISPIELEN OE
2.1 ERSTE SCHRITTE 9
2.2 VARIABLEN UND ARITHMETIK 11
2.3 ELEMENTARE KONTROLLSTRUKTUREN 14
2.4 PROZEDUREN 18
2.5 MUSTERBEISPIEL: EIN BINAERES PROBITMODELL 20
3 OPERATOREN UND FUNKTIONEN 31
3.1 GRUNDLAGEN 31
3.2 ARITHMETISCHE OPERATOREN 33
3.3 LOGISCHE OPERATOREN 45
3.4 ELEMENTARE FUNKTIONEN REELLER MATRIZEN 50
3.5 ELEMENTARE STATISTISCHE FUNKTIONEN 56
3.6 FEHLENDE WERTE 57
3.7 MANIPULATION VON ZEICHENKETTEN 64
3.8 RELATIONALE ZEICHENKETTENOPERATOREN 71
4 EIN- UND AUSGABE 73
4.1 ELEMENTARES FILEHANDLING 73
4.2 GAUSS-DATEIEN 76
4.3 TASTATUREINGABE 91
4.4 AUSGABE AUF BILDSCHIRM, DATEI UND DRUCKER 95
HTTP://D-NB.INFO/890056560
VIII
5 KONTROLLSTRUKTUREN UND UNTERPROGRAMME 105
5.1 PLANUNG UND DOKUMENTATION VON PROGRAMMEN 105
5.2 FLUSSKONTROLLSTRUKTUREN UND SPRUENGE 120
5.3 FUNKTIONEN, PROZEDUREN UND SUBROUTINEN 124
5.4 FEHLERSUCHE UND SPEICHERPLATZKONTROLLE 142
6 LINEARE ALGEBRA MIT GAUSS 151
6.1 INVERTIEREN UND ZERLEGEN VON MATRIZEN 151
6.2 EIGENWERTE UND EIGENVEKTOREN 164
7 INTEGRATION UND NICHTLINEARE OPTIMIERUNG 179
7.1 VERTEILUNGEN 179
7.2 NUMERISCHE INTEGRATION 190
7.3 NUMERISCHE DIFFERENTIATION 199
7.4 NICHTLINEARE OPTIMIERUNG 203
8 ERGAENZUNGEN 227
8.1 GRAPHIK 227
8.2 MS-DOS-SCHNITTSTELLEN UND ZEITFUNKTIONEN 247
8.3 LADEN VON FORTRAN-PROGRAMMEN 252
8.4 INTERPRETATION VON EINGABESPRACHEN 258
ANHANG: GAUSS 2.0 274
LITERATUR 304
INDEX 308
|
any_adam_object | 1 |
author | Küsters, Ulrich 1956- Arminger, Gerhard 1949- |
author_GND | (DE-588)121631249 (DE-588)138034761 |
author_facet | Küsters, Ulrich 1956- Arminger, Gerhard 1949- |
author_role | aut aut |
author_sort | Küsters, Ulrich 1956- |
author_variant | u k uk g a ga |
building | Verbundindex |
bvnumber | BV001296342 |
classification_rvk | QH 500 ST 250 ST 601 |
classification_tum | DAT 362f |
ctrlnum | (OCoLC)246863529 (DE-599)BVBBV001296342 |
discipline | Informatik Wirtschaftswissenschaften |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02025nam a2200481 c 4500</leader><controlfield tag="001">BV001296342</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20161115 </controlfield><controlfield tag="007">t|</controlfield><controlfield tag="008">890420s1989 gw d||| |||| 00||| ger d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">88,N51,0277</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">89,A09,0625</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">890056560</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3437402064</subfield><subfield code="c">kart. : DM 68.00</subfield><subfield code="9">3-437-40206-4</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)246863529</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV001296342</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">ger</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">XA-DE-BW</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-19</subfield><subfield code="a">DE-91</subfield><subfield code="a">DE-384</subfield><subfield code="a">DE-473</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-355</subfield><subfield code="a">DE-945</subfield><subfield code="a">DE-824</subfield><subfield code="a">DE-29</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-706</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-188</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">QH 500</subfield><subfield code="0">(DE-625)141607:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 601</subfield><subfield code="0">(DE-625)143682:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">28</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">15</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 362f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Küsters, Ulrich</subfield><subfield code="d">1956-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)121631249</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Programmieren in GAUSS</subfield><subfield code="b">eine Einführung in das Programmieren statistischer und numerischer Algorithmen</subfield><subfield code="c">von Ulrich Küsters und Gerhard Arminger</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Stuttgart [u.a.]</subfield><subfield code="b">Fischer</subfield><subfield code="c">1989</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">VIII, 315 S.</subfield><subfield code="b">graph. Darst.</subfield><subfield code="c">24 cm</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">Literaturverz. S. 304 - 307</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Programming languages (Electronic computers)</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">GAUSS</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4205531-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="0">(DE-588)4151278-9</subfield><subfield code="a">Einführung</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">GAUSS</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4205531-3</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">Arminger, Gerhard</subfield><subfield code="d">1949-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)138034761</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://www3.ub.tu-berlin.de/ihv/000044623.pdf</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</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=000782096&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-000782096</subfield></datafield></record></collection> |
genre | (DE-588)4151278-9 Einführung gnd-content |
genre_facet | Einführung |
id | DE-604.BV001296342 |
illustrated | Illustrated |
indexdate | 2024-12-20T07:33:54Z |
institution | BVB |
isbn | 3437402064 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-000782096 |
oclc_num | 246863529 |
open_access_boolean | |
owner | DE-19 DE-BY-UBM DE-91 DE-BY-TUM DE-384 DE-473 DE-BY-UBG DE-739 DE-355 DE-BY-UBR DE-945 DE-824 DE-29 DE-29T DE-706 DE-83 DE-188 |
owner_facet | DE-19 DE-BY-UBM DE-91 DE-BY-TUM DE-384 DE-473 DE-BY-UBG DE-739 DE-355 DE-BY-UBR DE-945 DE-824 DE-29 DE-29T DE-706 DE-83 DE-188 |
physical | VIII, 315 S. graph. Darst. 24 cm |
publishDate | 1989 |
publishDateSearch | 1989 |
publishDateSort | 1989 |
publisher | Fischer |
record_format | marc |
spellingShingle | Küsters, Ulrich 1956- Arminger, Gerhard 1949- Programmieren in GAUSS eine Einführung in das Programmieren statistischer und numerischer Algorithmen Programming languages (Electronic computers) GAUSS Programmiersprache (DE-588)4205531-3 gnd |
subject_GND | (DE-588)4205531-3 (DE-588)4151278-9 |
title | Programmieren in GAUSS eine Einführung in das Programmieren statistischer und numerischer Algorithmen |
title_auth | Programmieren in GAUSS eine Einführung in das Programmieren statistischer und numerischer Algorithmen |
title_exact_search | Programmieren in GAUSS eine Einführung in das Programmieren statistischer und numerischer Algorithmen |
title_full | Programmieren in GAUSS eine Einführung in das Programmieren statistischer und numerischer Algorithmen von Ulrich Küsters und Gerhard Arminger |
title_fullStr | Programmieren in GAUSS eine Einführung in das Programmieren statistischer und numerischer Algorithmen von Ulrich Küsters und Gerhard Arminger |
title_full_unstemmed | Programmieren in GAUSS eine Einführung in das Programmieren statistischer und numerischer Algorithmen von Ulrich Küsters und Gerhard Arminger |
title_short | Programmieren in GAUSS |
title_sort | programmieren in gauss eine einfuhrung in das programmieren statistischer und numerischer algorithmen |
title_sub | eine Einführung in das Programmieren statistischer und numerischer Algorithmen |
topic | Programming languages (Electronic computers) GAUSS Programmiersprache (DE-588)4205531-3 gnd |
topic_facet | Programming languages (Electronic computers) GAUSS Programmiersprache Einführung |
url | http://www3.ub.tu-berlin.de/ihv/000044623.pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=000782096&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT kustersulrich programmiereningausseineeinfuhrungindasprogrammierenstatistischerundnumerischeralgorithmen AT armingergerhard programmiereningausseineeinfuhrungindasprogrammierenstatistischerundnumerischeralgorithmen |
Inhaltsverzeichnis
Paper/Kapitel scannen lassen
Paper/Kapitel scannen lassen
Bibliotheksmagazin
Signatur: |
0001 89 A 2057
Lageplan |
---|---|
Exemplar 1 | Ausleihbar Am Standort |