Numerical Methods Using Kotlin
eBook - ePub

Numerical Methods Using Kotlin

For Data Science, Analysis, and Engineering

  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

Numerical Methods Using Kotlin

For Data Science, Analysis, and Engineering

Book details
Table of contents
Citations

About This Book

This in-depth guide covers a wide range of topics, including chapters on linear algebra, root finding, curve fitting, differentiation and integration, solving differential equations, random numbers and simulation, a whole suite of unconstrained and constrained optimization algorithms, statistics, regression and time series analysis. The mathematical concepts behind the algorithms are clearly explained, with plenty of code examples and illustrations to help even beginners get started.
In this book, you'll implement numerical algorithms in Kotlin using NM Dev, an object-oriented and high-performance programming library for applied and industrial mathematics. Discover how Kotlin has many advantages over Java in its speed, and in some cases, ease of use. In this book, you'll see how it can help you easily create solutions for your complex engineering and data science problems.
After reading this book, you'll come away with the knowledge to create your own numerical models and algorithms using the Kotlin programming language.
What You Will Learn

  • Program in Kotlin using a high-performance numerical library
  • Learn the mathematics necessary for a wide range of numerical computing algorithms
  • Convert ideas and equations into code
  • Put together algorithms and classes to build your own engineering solutions
  • Build solvers for industrial optimization problems
  • Perform data analysis using basic and advanced statistics

Who This Book Is For
Programmers, data scientists, and analysts with prior experience programming in any language, especially Kotlin or Java.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Numerical Methods Using Kotlin by Haksun Li, PhD in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming Languages. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2022
ISBN
9781484288269

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Introduction to Numerical Methods in Kotlin/S2
  4. 2. Linear Algebra
  5. 3. Finding Roots of Equations
  6. 4. Finding Roots of System of Equations
  7. 5. Curve Fitting and Interpolation
  8. 6. Numerical Differentiation and Integration
  9. 7. Ordinary Differential Equations
  10. 8. Partial Differential Equations
  11. 9. Unconstrained Optimization
  12. 10. Constrained Optimization
  13. 11. Heuristics
  14. 12. Basic Statistics
  15. 13. Random Numbers and Simulation
  16. 14. Linear Regression
  17. 15. Time-Series Analysis
  18. Back Matter