The universal equation solver: a simple, new method for microcomputers
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Wilmslow, Cheshire
Sigma Technical Press
1983
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | IX, 196 S. graph. Darst. |
ISBN: | 0905104404 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV003472455 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | t | ||
008 | 900725s1983 d||| |||| 00||| eng d | ||
020 | |a 0905104404 |9 0-905104-40-4 | ||
035 | |a (OCoLC)21910194 | ||
035 | |a (DE-599)BVBBV003472455 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-384 |a DE-706 |a DE-83 | ||
050 | 0 | |a QA218 | |
082 | 0 | |a 510/.28/5404 |2 19 | |
082 | 0 | |a 511.3/3 |2 20 | |
100 | 1 | |a Kantaris, Noel |e Verfasser |4 aut | |
245 | 1 | 0 | |a The universal equation solver |b a simple, new method for microcomputers |c Noel Kantaris ; Patrick F. Howden* |
264 | 1 | |a Wilmslow, Cheshire |b Sigma Technical Press |c 1983 | |
300 | |a IX, 196 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 4 | |a Datenverarbeitung | |
650 | 4 | |a Equations |x Numerical solutions |x Data processing | |
650 | 0 | 7 | |a Numerisches Verfahren |0 (DE-588)4128130-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Mikrocomputer |0 (DE-588)4039206-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Gleichung |0 (DE-588)4021246-4 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Gleichung |0 (DE-588)4021246-4 |D s |
689 | 0 | 1 | |a Numerisches Verfahren |0 (DE-588)4128130-5 |D s |
689 | 0 | 2 | |a Mikrocomputer |0 (DE-588)4039206-5 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Howden, Patrick F. |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=002199449&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
940 | 1 | |q TUB-nveb | |
999 | |a oai:aleph.bib-bvb.de:BVB01-002199449 |
Datensatz im Suchindex
_version_ | 1804117818703085568 |
---|---|
adam_text | UST OF
CONTENTS
CHAPTER 1 ROOT SOLVING TECHNIQUES
1.1 CONVENTIONAL METHODS 1
1.2 EXAMPLES TO ILLUSTRATE CONVENTIONAL METHODS .. 6
1.3 GENERAL FORMULATION OFTHE NEW ALGORITHM .... 8
1.4 PROCEDURE FOR FINDING ROOTS 10
1.5 STABILITY OF ALGORITHM 12
CHAPTER 2 FINDING THE ROOTS OF AN EQUATION
2.1 USING A CALCULATOR TO FIND A ROOT 18
2.2 SIMPLIFIED TABULATION PROCEDURE 20
2.3 COMPUTER METHOD FOR FINDING ROOTS 21
2.4 EXAMPLE OF EVALUATING ROOTS AND SINGULARITIES .. 28
2.5 SPECIAL CASES? 33
CHAPTER 3 SOLVING SIMULTANEOUS EQUATIONS
3.1 USING A CALCULATOR TO SOLVE SIMULTANEOUS
EQUATIONS ,„
3.2 COMPUTER METHOD FOR SOLVING SIMULTANEOUS 36
EQUATIONS ,, .
3.3 SIGN COMBINATION AND EQUATION SEQUENCE 37
SUBROUTINES ..
3.4 SOLVING COMPLEX AND UNRELATED EQUATIONS .... 41
48
vii
CHAPTER 4 SOLVING PRACTICAL PROBLEMS
4 1 VARIATION OFVAPOUR PRESSURE WITH TEMPERATURE ... 52
4 2 TUNING SHARPNESS OF A RESONANT CIRUIT 54
4.3 DIPOLE FIELD STRENGTH 59
4 4 DISCOUNTED CASH FLOW 64
4 5 DIRECT CURRENT NETWORK 68
4.6 SIMULTANEOUS COMPLEX EQUATIONS 71
CHAPTER 5 TURNING POINTS
5.1 FINDING THE TURNING POINTS OF FUNCTIONS 75
5.2 MULTI DIMENSIONAL TURNING POINTS 82
5.3 TURNING POINTS OF SURFACES 84
5.4 TURNING POINTS WITH CONSTRAINTS 89
CHAPTER 6 DATA FITTING
6.1 INTERPOLATING POLYNOMIALS 95
6.2 CUBIC SPLINES 99
6.3 PROCEDURE FOR FITTING CUBIC SPLINES 104
6.4 CHECKING SPLINE AND DATA COINCIDENCE 109
6.5 FITTING NON POLYNOMIAL FUNCTIONS TO DATA .... 111
CHAPTER 7 INITIAL VALUE DIFFERENTIAL EQUATIONS
7.1 NUMERICAL STEPWISE INITIAL VALUE METHODS .... 113
7.2 ADOPTION OF TAYLOR S SERIES METHOD 113
7.3 SOLVING SINGLE DIFFERENTIAL EQUATIONS USING
SIM. ROOTS 114
7.4 SOLVING SIMULTANEOUS DIFFERENTIAL EQUATIONS ... 119
7.5 TESTING AND IMPROVING ACCURACY 122
CHAPTER 8 DIFF.ROOTS PROGRAM FOR INITIAL VALUE EQUATIONS
8.1 DIFF.ROOTS FORMAT FOR SIMULTANEOUS
DIFFERENTIAL EQUATIONS 127
8.2 OTHER DIFF.ROOTS OPTIONS 133
8.3 REDUCING THE BURDEN OF DIFFERENTIATION 134
8.4 OSCILLATING COUPLED BODIES 136
viii
CHAPTER 9 BOUNDARY, EIGENVALUE AND PARTIAL DIFFERENTIAL
EQUATIONS
9.1 THE FINITE DIFFERENCE EQUATIONS METHOD 140
9.2 THE SHOOTING METHOD 146
9.3 EIGENVALUE PROBLEMS 147
9.4 PARTIAL DIFFERENTIAL EQUATIONS 149
CHAPTER 10 CONSTRAINTS IN EQUATIONS
10.1 NUMERICAL CONSTRAINTS 153
10.2 AN ALGEBRAIC COUNTER ALGORITHM 156
10.3 ALGEBRAIC CODE CONVERSION 160
10.4 CONSTRAINTS IN CURVE FITTING 1 65
APPENDIX A BASIC MATHEMATICAL FUNCTIONS.. 169
APPENDIX B MICROPROGRAMS 173
B.1 MICRO.ROOTS PROGRAM 173
B.2 MICRO.SIMROOTS PROGRAM ... 174
APPENDIX C SIM. ROOTS FOR THE BBC COMPUTER.. 176
APPENDIX D LIST OF VARIABLES USED IN
PROGRAMS 179
APPENDIX E UTILITY PROGRAMS 183
E.1 TURNING EQUATIONS INTO
TEXT FILES 183
E.2 FUNCTION PLOTTER 184
E.3 SIMPSON S RULE 187
EVALUATING DETERMINANTS 188
APPENDIX F ADDITIONS TO SIM. ROOTS TO
IMPLEMENT DIFF.ROOTS 191
BIBLIOGRAPHY 196
ix
|
any_adam_object | 1 |
author | Kantaris, Noel Howden, Patrick F. |
author_facet | Kantaris, Noel Howden, Patrick F. |
author_role | aut aut |
author_sort | Kantaris, Noel |
author_variant | n k nk p f h pf pfh |
building | Verbundindex |
bvnumber | BV003472455 |
callnumber-first | Q - Science |
callnumber-label | QA218 |
callnumber-raw | QA218 |
callnumber-search | QA218 |
callnumber-sort | QA 3218 |
callnumber-subject | QA - Mathematics |
ctrlnum | (OCoLC)21910194 (DE-599)BVBBV003472455 |
dewey-full | 510/.28/5404 511.3/3 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 510 - Mathematics 511 - General principles of mathematics |
dewey-raw | 510/.28/5404 511.3/3 |
dewey-search | 510/.28/5404 511.3/3 |
dewey-sort | 3510 228 45404 |
dewey-tens | 510 - Mathematics |
discipline | Mathematik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01677nam a2200433 c 4500</leader><controlfield tag="001">BV003472455</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">900725s1983 d||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0905104404</subfield><subfield code="9">0-905104-40-4</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)21910194</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV003472455</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-384</subfield><subfield code="a">DE-706</subfield><subfield code="a">DE-83</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA218</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">510/.28/5404</subfield><subfield code="2">19</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">511.3/3</subfield><subfield code="2">20</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Kantaris, Noel</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">The universal equation solver</subfield><subfield code="b">a simple, new method for microcomputers</subfield><subfield code="c">Noel Kantaris ; Patrick F. Howden*</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Wilmslow, Cheshire</subfield><subfield code="b">Sigma Technical Press</subfield><subfield code="c">1983</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">IX, 196 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="650" ind1=" " ind2="4"><subfield code="a">Datenverarbeitung</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Equations</subfield><subfield code="x">Numerical solutions</subfield><subfield code="x">Data processing</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Numerisches Verfahren</subfield><subfield code="0">(DE-588)4128130-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Mikrocomputer</subfield><subfield code="0">(DE-588)4039206-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Gleichung</subfield><subfield code="0">(DE-588)4021246-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Gleichung</subfield><subfield code="0">(DE-588)4021246-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Numerisches Verfahren</subfield><subfield code="0">(DE-588)4128130-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Mikrocomputer</subfield><subfield code="0">(DE-588)4039206-5</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">Howden, Patrick F.</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=002199449&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="940" ind1="1" ind2=" "><subfield code="q">TUB-nveb</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-002199449</subfield></datafield></record></collection> |
id | DE-604.BV003472455 |
illustrated | Illustrated |
indexdate | 2024-07-09T16:00:27Z |
institution | BVB |
isbn | 0905104404 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-002199449 |
oclc_num | 21910194 |
open_access_boolean | |
owner | DE-384 DE-706 DE-83 |
owner_facet | DE-384 DE-706 DE-83 |
physical | IX, 196 S. graph. Darst. |
psigel | TUB-nveb |
publishDate | 1983 |
publishDateSearch | 1983 |
publishDateSort | 1983 |
publisher | Sigma Technical Press |
record_format | marc |
spelling | Kantaris, Noel Verfasser aut The universal equation solver a simple, new method for microcomputers Noel Kantaris ; Patrick F. Howden* Wilmslow, Cheshire Sigma Technical Press 1983 IX, 196 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Datenverarbeitung Equations Numerical solutions Data processing Numerisches Verfahren (DE-588)4128130-5 gnd rswk-swf Mikrocomputer (DE-588)4039206-5 gnd rswk-swf Gleichung (DE-588)4021246-4 gnd rswk-swf Gleichung (DE-588)4021246-4 s Numerisches Verfahren (DE-588)4128130-5 s Mikrocomputer (DE-588)4039206-5 s DE-604 Howden, Patrick F. Verfasser aut HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=002199449&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Kantaris, Noel Howden, Patrick F. The universal equation solver a simple, new method for microcomputers Datenverarbeitung Equations Numerical solutions Data processing Numerisches Verfahren (DE-588)4128130-5 gnd Mikrocomputer (DE-588)4039206-5 gnd Gleichung (DE-588)4021246-4 gnd |
subject_GND | (DE-588)4128130-5 (DE-588)4039206-5 (DE-588)4021246-4 |
title | The universal equation solver a simple, new method for microcomputers |
title_auth | The universal equation solver a simple, new method for microcomputers |
title_exact_search | The universal equation solver a simple, new method for microcomputers |
title_full | The universal equation solver a simple, new method for microcomputers Noel Kantaris ; Patrick F. Howden* |
title_fullStr | The universal equation solver a simple, new method for microcomputers Noel Kantaris ; Patrick F. Howden* |
title_full_unstemmed | The universal equation solver a simple, new method for microcomputers Noel Kantaris ; Patrick F. Howden* |
title_short | The universal equation solver |
title_sort | the universal equation solver a simple new method for microcomputers |
title_sub | a simple, new method for microcomputers |
topic | Datenverarbeitung Equations Numerical solutions Data processing Numerisches Verfahren (DE-588)4128130-5 gnd Mikrocomputer (DE-588)4039206-5 gnd Gleichung (DE-588)4021246-4 gnd |
topic_facet | Datenverarbeitung Equations Numerical solutions Data processing Numerisches Verfahren Mikrocomputer Gleichung |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=002199449&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT kantarisnoel theuniversalequationsolverasimplenewmethodformicrocomputers AT howdenpatrickf theuniversalequationsolverasimplenewmethodformicrocomputers |