Discrete Mathematics with Coding: Textbooks in Mathematics
Autor Hugo D Junghennen Limba Engleză Hardback – 21 aug 2023
The mathematics in the book is self-contained, requiring only a good background in precalculus and some mathematical maturity. New mathematical topics are introduced as needed.
The coding language used is VBA Excel. The language is easy to learn, has intuitive commands, and the reader can develop interesting programs from the outset. Additionally, the spreadsheet platform in Excel makes for convenient and transparent data input and output and provides a powerful venue for complex data manipulation. Manipulating data is greatly simplified using spreadsheet features and visualizing the data can make programming and debugging easier.
The VBA language is seamlessly integrated into the spreadsheet environment with no other resources required. Furthermore, as some of the modules in the book show, intricate patterns, graphs, and animation in the form of moving cells is possible.
Features
- Introduces coding in VBA Excel assuming no previous coding experience.
- Develops programs in Linear Analysis, Logic, Combinatorics, Probability, and Number Theory.
- Contains over 90 fully tested and debugged programs. The code for these is as well as the exercises is available on the author's website.
- Contains numerous examples that gradually introduce the reader to coding techniques.
- Includes programs that solve systems of linear equations, linear programming problems, combinatorial problems, Venn diagram problems and programs that produce truth tables from logic statements and logic statements from switching and gate circuits, encrypt and decrypt messages and simulate probability experiments.
Din seria Textbooks in Mathematics
- 23% Preț: 442.59 lei
- 14% Preț: 306.12 lei
- 25% Preț: 493.70 lei
- 9% Preț: 580.20 lei
- Preț: 341.54 lei
- 22% Preț: 453.93 lei
- Preț: 350.69 lei
- 23% Preț: 533.76 lei
- 25% Preț: 554.56 lei
- 23% Preț: 370.65 lei
- 26% Preț: 870.52 lei
- 23% Preț: 471.71 lei
- 31% Preț: 620.07 lei
- 22% Preț: 460.44 lei
- 18% Preț: 635.31 lei
- 26% Preț: 683.37 lei
- 25% Preț: 631.22 lei
- 27% Preț: 550.41 lei
- 26% Preț: 485.03 lei
- 25% Preț: 498.80 lei
- 25% Preț: 786.22 lei
- 25% Preț: 634.11 lei
- 23% Preț: 422.94 lei
- 26% Preț: 597.41 lei
- 26% Preț: 761.59 lei
- 25% Preț: 497.58 lei
- 26% Preț: 552.68 lei
- 23% Preț: 454.02 lei
- 23% Preț: 409.79 lei
- 25% Preț: 772.37 lei
- 26% Preț: 490.88 lei
- 26% Preț: 523.78 lei
- 25% Preț: 503.90 lei
- 23% Preț: 365.19 lei
- 31% Preț: 479.92 lei
- 22% Preț: 357.66 lei
- 24% Preț: 648.91 lei
- 26% Preț: 677.22 lei
- 25% Preț: 632.37 lei
- 24% Preț: 513.96 lei
- 22% Preț: 656.30 lei
- 17% Preț: 256.20 lei
Preț: 532.55 lei
Preț vechi: 709.63 lei
-25% Nou
Puncte Express: 799
Preț estimativ în valută:
101.91€ • 107.46$ • 84.84£
101.91€ • 107.46$ • 84.84£
Carte tipărită la comandă
Livrare economică 10-24 ianuarie 25
Livrare express 06-12 decembrie pentru 164.92 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781032398525
ISBN-10: 1032398523
Pagini: 547
Ilustrații: 145 Halftones, color; 55 Halftones, black and white; 145 Illustrations, color; 55 Illustrations, black and white
Dimensiuni: 156 x 234 x 34 mm
Greutate: 1.06 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Textbooks in Mathematics
ISBN-10: 1032398523
Pagini: 547
Ilustrații: 145 Halftones, color; 55 Halftones, black and white; 145 Illustrations, color; 55 Illustrations, black and white
Dimensiuni: 156 x 234 x 34 mm
Greutate: 1.06 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Textbooks in Mathematics
Public țintă
Undergraduate CoreCuprins
1. Introduction. 2. VBA Operators. 3. Conditional Statements. 4. Loops, 5. Arrays. 6. String Functions. 7. Grids. 8. Recursion. 9. Charts and Graphs, 10. Random Numbers. 11. Linear Equations. 12. Linear Programming. 13. Matrix Algebra. 14. Determinants. 15. Propositional Logic. 16. Switching Circuits. 17. Gates and Logic Circuits. 18. Sets. 19. Counting. 20. Probability. 21. Random Variables. 22. Markov Chains. 23. Divisibility and Prime Numbers. 24. Congruence. 25. The Enigma Machine. 26. Large Numbers.
Notă biografică
Hugo D. Junghenn is Professor of Mathematics at The George Washington University. He has published numerous journal articles and is the author of several books, including A Course in Real Analysis and Principles of Analysis: Measure, Integration, Functional Analysis, and Applications. His research interests include functional analysis, semigroups, and probability.
Descriere
The book is an attempt to integrate coding with discrete mathematics in the hopes that each discipline will complement the other and allow for a fuller treatment of concrete mathematical computations. Mathematics provides fertile ground for interesting, useful, and certainly nontrivial programs.