Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Introduction to Numerical Methods in Java

Posted By: naag
Introduction to Numerical Methods in Java

Introduction to Numerical Methods in Java
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 4.5 Hours | Lec: 58 | 626 MB
Genre: eLearning | Language: English

Numerical integration, linear systems, matrixes, Google's PageRank algorithm and differential equations

This course is about numerical methods. We are NOT going to discuss ALL the theory related to numerical methods (for example how to solve differential equations). We are just going to consider the concrete implementations and numerical principles.

The first section is about matrix algebra and linear systems: such as matrix multiplication, gaussian elimination and applications of these approaches, such as Google's PageRank algorithm.

Then we will talk about numerical integration. How to use techniques like trapezoidal rule, Simpson formula and Monte-Carlo method - my personal favourite.

The last chapter is about solving differential equations with Euler's-method and Runge-Kutta approach. We will consider examples such as the pendulum problem.

Introduction to Numerical Methods in Java