Computer mathematics for programmers:
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Orlando
Academic Pr.
1985
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | 336 S. Ill., graph. Darst. |
ISBN: | 012042150X |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV007629422 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | t | ||
008 | 930421s1985 ad|| |||| 00||| eng d | ||
020 | |a 012042150X |9 0-12-042150-X | ||
035 | |a (OCoLC)11768542 | ||
035 | |a (DE-599)BVBBV007629422 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-355 |a DE-706 | ||
050 | 0 | |a QA 76.25 | |
082 | 0 | |a 001.64 | |
084 | |a ST 120 |0 (DE-625)143585: |2 rvk | ||
100 | 1 | |a Abney, Darrell H. |e Verfasser |4 aut | |
245 | 1 | 0 | |a Computer mathematics for programmers |c Darrell H. Abney ; Laurence Rubin ; Donald W. Sibrel* |
264 | 1 | |a Orlando |b Academic Pr. |c 1985 | |
300 | |a 336 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 4 | |a Informatique - Mathématiques | |
650 | 4 | |a Mathematik | |
650 | 4 | |a Computer programming |v Handbooks, manuals, etc | |
650 | 4 | |a Computer programming |x Mathematics | |
650 | 4 | |a Computer programming |x Vocational guidance | |
650 | 0 | 7 | |a Datenverarbeitung |0 (DE-588)4011152-0 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Programmierung |0 (DE-588)4076370-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Mathematik |0 (DE-588)4037944-9 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Mathematik |0 (DE-588)4037944-9 |D s |
689 | 0 | 1 | |a Datenverarbeitung |0 (DE-588)4011152-0 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Mathematik |0 (DE-588)4037944-9 |D s |
689 | 1 | 1 | |a Programmierung |0 (DE-588)4076370-5 |D s |
689 | 1 | |5 DE-604 | |
700 | 1 | |a Rubin, Laurence |e Verfasser |4 aut | |
700 | 1 | |a Sibrel, Donald W. |e Verfasser |4 aut | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=004994201&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-004994201 |
Datensatz im Suchindex
_version_ | 1804121950213111808 |
---|---|
adam_text | Contents
1 NUMBER SYSTEMS, 1
1.0 Introduction, 1
1.1 Base Ten, or the Decimal System, 2
1.2 Base Two, or the Binary System, 3
1.3 Base Eight, or the Octal System, 4
1.4 Base Sixteen, or the Hexadecimal System, 5
1.5 Converting Decimal Numbers into Binary Numbers, 7
1.6 Converting Decimal Numbers into Octal Numbers, 8
1.7 Converting Decimal Numbers into Hexadecimal Numbers, 9
1.8 Converting Binary Numbers into Hexadecimal Numbers, 9
1.9 Converting Hexadecimal Numbers into Binary Numbers, 10
1.10 Summary, 11
Problem Set A, 13
Problem Set B, 15
•Practice Exam, 17
JL ARITHMETIC OPERATIONS, 19
2.0 Introduction, 19
2.1 Addition Tables, 20
2.2 Addition in the Binary System, 21
2.3 Addition in the Octal System, 22
2.4 Addition in the Hexadecimal System, 24
2.5 Subtraction in the Binary System, 25
2.6 Subtraction in the Octal System, 28
2.7 Subtraction in the Hexadecimal System, 29
2.8 Summary, 31
Problem Set A, 33
Problem Set B, 35
Practice Exam, 37
3 COMPUTER ARITHMETIC, 39
3.0 Introduction, 39
3.1 Integer Storage, 40
3.2 Integer Arithmetic, 41
3.3 Exponential Notation, 42
3.4 Floating Point Storage, 45
3.5 Floating Point Arithmetic, 48
3.6 Round off Errors, 49
3.7 Summary, 52
Problem Set A, 53 ¦
Problem Set B, 57
Practice Exam, 61
vii
4 ALGORITHMS AND FLOWCHARTS, 63
4.0 Introduction, 63
4.1 Algorithms, 64
4.2 Flowcharts, 65
4.3 Decisions, 67
4.4 Summary, 74
Problem Set A, 75
Problem Set B, 77
Practice Exam, 79
5 SELECTED TOPICS IN ALGEBRA, 81
5.0 Introduction, 81
5.1 Order of Operations, 82
5.2 Evaluating Algebraic Expressions, 83
5.3 Addition and Subtraction of Like Terms, 83
5.4 Removing Parentheses by Using the Distributive Law, 84
5.5 Solving Equations in One Unknown, 85
5.6 Equations in Two Unknowns, 88
5.7 Simultaneous Equations (Substitution Method), 89
5.8 Simultaneous Equations (Elimination by Addition), 93
5.9 Summary, 94
Problem Set A, 97
Problem Set B, 103
Practice Exam, 109
i
O SETS, 111
6.0 Introduction, 111
6.1 Set Descriptions, 111
6.2 The Empty Set and the Universal Set, 112
6.3 Operations with Sets, 113
6.4 Subsets, 114
6.5 Venn Diagrams, 114
6.6 Summary, 119
Problem Set A, 121
Problem Set B, 127
Practice Exam, 133
t LOGIC, 135
7.0 Introduction, 135
7.1 Statements, 136
7.2 Truth Tables, 136
7.3 Expansion of Truth Tables, 139
7.4 Computer Applications, 144
7.5 Summary, 147 ;
Problem Set A, 149
Problem Set B, 153
Practice Exam, 157 )
O BOOLEAN ALGEBRA, 1 59
8.0 Introduction, 159
8.1 The Basis of Boolean Algebra, 160
8.2 Simplifying Boolean Expressions, 162
8.3 Veitch Diagrams, 166
8.4 A Security System, 170
8.5 A Final Comment on Simplifying Boolean Expressions, 174
8.6 Switching Circuits, 174
8.7 Summary, 181
Problem Set A, 183
Problem Set B, 187
Practice Exam, 191
V MATRICES, 193
9.0 Introduction, 193
9.1 Addition and Subtraction of Matrices, 194
9.2 Multiplication by a Constant, 195
9.3 Multiplication of Matrices, 196
9.4 Row Reduction, 197
9.5 Equations with Three Unknowns, 200
9.6 Summary, 201
Problem Set A, 203
Problem Set B, 207
Practice Exam, 211
10 GRAPHING AND LINEAR PROGRAMMING, 213
10.0 Introduction, 213
10.1 Graph Paper, 214
10.2 Tables, 215
10.3 Systems of Equations, 220
10.4 Introduction to Linear Inequalities, 223
10.5 Systems of Inequalities, 226
10.6 An Introduction to Linear Programming, 229
10.7 Summary, 234
Problem Set A, 239
Problem Set B, 245
Practice Exam, 251
11 STATISTICS, 253
11.0 Introduction, 253
11.1 Collection of Data, 254
11.2 Grouped Data, 255
11.3 Measures of the Center (Averages), 257
11.4 Measure of Variation (Standard Deviation), 258
11.5 Probability, 259
11.6 The Normal Probability Curve, 263
11.7 Applied Problems, 269
11.8 Summary, 276
Problem Set A, 277
Problem Set B, 283
Practice Exam, 289
APPENDICES
A BASIC PROGRAMS, 291
A.O Introduction, 291
A.I BASE/BAS, 291
A.2 CONVERT/BAS, 293
A.3 UNIVAC/BAS, 294
A.4 IBM/BAS, 295
A.5 COMM/BAS, 296
A.6 CAR/BAS, 297
A.7 EQS/BAS, 298
A.8 GAUSE/BAS, 299
A.9 STAT/BAS, 300 .
A. 10 STATBAR/BAS, 302
A. 11 RNDNOR/BAS, 303
A. 12 SNT/BAS, 303
IS TABLES, 305
B.I Addition, 305
B.2 Powers of Two, 306
B.3 Truth Tables, 306
B.4 Normal Probability Table, 307
K* GLOSSARY, 308
D ANSWERS TO PROBLEM SETS A AND PRACTICE EXAMS, 311
INDEX, 335
|
any_adam_object | 1 |
author | Abney, Darrell H. Rubin, Laurence Sibrel, Donald W. |
author_facet | Abney, Darrell H. Rubin, Laurence Sibrel, Donald W. |
author_role | aut aut aut |
author_sort | Abney, Darrell H. |
author_variant | d h a dh dha l r lr d w s dw dws |
building | Verbundindex |
bvnumber | BV007629422 |
callnumber-first | Q - Science |
callnumber-label | QA 76 |
callnumber-raw | QA 76.25 |
callnumber-search | QA 76.25 |
callnumber-sort | QA 276.25 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 120 |
ctrlnum | (OCoLC)11768542 (DE-599)BVBBV007629422 |
dewey-full | 001.64 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 001 - Knowledge |
dewey-raw | 001.64 |
dewey-search | 001.64 |
dewey-sort | 11.64 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Allgemeines Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01881nam a2200493 c 4500</leader><controlfield tag="001">BV007629422</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">930421s1985 ad|| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">012042150X</subfield><subfield code="9">0-12-042150-X</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)11768542</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV007629422</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">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-355</subfield><subfield code="a">DE-706</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA 76.25</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">001.64</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 120</subfield><subfield code="0">(DE-625)143585:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Abney, Darrell H.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Computer mathematics for programmers</subfield><subfield code="c">Darrell H. Abney ; Laurence Rubin ; Donald W. Sibrel*</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Orlando</subfield><subfield code="b">Academic Pr.</subfield><subfield code="c">1985</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">336 S.</subfield><subfield code="b">Ill., 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="650" ind1=" " ind2="4"><subfield code="a">Informatique - Mathématiques</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Mathematik</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer programming</subfield><subfield code="v">Handbooks, manuals, etc</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer programming</subfield><subfield code="x">Mathematics</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer programming</subfield><subfield code="x">Vocational guidance</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Datenverarbeitung</subfield><subfield code="0">(DE-588)4011152-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Programmierung</subfield><subfield code="0">(DE-588)4076370-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Mathematik</subfield><subfield code="0">(DE-588)4037944-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Mathematik</subfield><subfield code="0">(DE-588)4037944-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Datenverarbeitung</subfield><subfield code="0">(DE-588)4011152-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Mathematik</subfield><subfield code="0">(DE-588)4037944-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">Programmierung</subfield><subfield code="0">(DE-588)4076370-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Rubin, Laurence</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Sibrel, Donald W.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ 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=004994201&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-004994201</subfield></datafield></record></collection> |
id | DE-604.BV007629422 |
illustrated | Illustrated |
indexdate | 2024-07-09T17:06:07Z |
institution | BVB |
isbn | 012042150X |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-004994201 |
oclc_num | 11768542 |
open_access_boolean | |
owner | DE-355 DE-BY-UBR DE-706 |
owner_facet | DE-355 DE-BY-UBR DE-706 |
physical | 336 S. Ill., graph. Darst. |
publishDate | 1985 |
publishDateSearch | 1985 |
publishDateSort | 1985 |
publisher | Academic Pr. |
record_format | marc |
spelling | Abney, Darrell H. Verfasser aut Computer mathematics for programmers Darrell H. Abney ; Laurence Rubin ; Donald W. Sibrel* Orlando Academic Pr. 1985 336 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier Informatique - Mathématiques Mathematik Computer programming Handbooks, manuals, etc Computer programming Mathematics Computer programming Vocational guidance Datenverarbeitung (DE-588)4011152-0 gnd rswk-swf Programmierung (DE-588)4076370-5 gnd rswk-swf Mathematik (DE-588)4037944-9 gnd rswk-swf Mathematik (DE-588)4037944-9 s Datenverarbeitung (DE-588)4011152-0 s DE-604 Programmierung (DE-588)4076370-5 s Rubin, Laurence Verfasser aut Sibrel, Donald W. Verfasser aut HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=004994201&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Abney, Darrell H. Rubin, Laurence Sibrel, Donald W. Computer mathematics for programmers Informatique - Mathématiques Mathematik Computer programming Handbooks, manuals, etc Computer programming Mathematics Computer programming Vocational guidance Datenverarbeitung (DE-588)4011152-0 gnd Programmierung (DE-588)4076370-5 gnd Mathematik (DE-588)4037944-9 gnd |
subject_GND | (DE-588)4011152-0 (DE-588)4076370-5 (DE-588)4037944-9 |
title | Computer mathematics for programmers |
title_auth | Computer mathematics for programmers |
title_exact_search | Computer mathematics for programmers |
title_full | Computer mathematics for programmers Darrell H. Abney ; Laurence Rubin ; Donald W. Sibrel* |
title_fullStr | Computer mathematics for programmers Darrell H. Abney ; Laurence Rubin ; Donald W. Sibrel* |
title_full_unstemmed | Computer mathematics for programmers Darrell H. Abney ; Laurence Rubin ; Donald W. Sibrel* |
title_short | Computer mathematics for programmers |
title_sort | computer mathematics for programmers |
topic | Informatique - Mathématiques Mathematik Computer programming Handbooks, manuals, etc Computer programming Mathematics Computer programming Vocational guidance Datenverarbeitung (DE-588)4011152-0 gnd Programmierung (DE-588)4076370-5 gnd Mathematik (DE-588)4037944-9 gnd |
topic_facet | Informatique - Mathématiques Mathematik Computer programming Handbooks, manuals, etc Computer programming Mathematics Computer programming Vocational guidance Datenverarbeitung Programmierung |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=004994201&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT abneydarrellh computermathematicsforprogrammers AT rubinlaurence computermathematicsforprogrammers AT sibreldonaldw computermathematicsforprogrammers |