Jump to content

Scientific Computing in C++


Srbija

Recommended Posts

008099845ojty.jpg

Scientific Computing in C++
MP4 | h264, 1280x720 | Lang: English | Audio: aac, 48000 Hz | 15h 13m | 5.84 GB

Learn numerical computation techniques by applying C++ to solve distinct mathematical tasks



What you'll learn
Learn programming concepts such as loops, arrays (vectors), boolean operator, pointers, dynamic memory allocation, OOP (inheritance, polymorphism, virtual functions), function pointers, array of funtion pointers, enum, struct etc.
Apply acquired programming skills in order to understand algorithms and mathematical problems
Practice reading in multiple format files for further processing
Get familiar with fundamental programming concepts like object-oriented programming as it is the heart of C++
Learn numerical computational techniques such as Newton method, Richardson extrapolation, Binomial distribution, Gaussian distribution etc.

Requirements
Installed and running version of Visual Studio
Basic knowledge in C++ is sufficient to be capable of following the content presented in the tutorials

Description
C++ is an excellent programming language which is extremely well-suited for scientific computing. I do not start from scratch, so it is good if you have some experience with C++. However, I'll try to introduce fundamental programming concepts (vector & boolean functions, arrays etc.) which are needed to understand and solve the discussed coding problems. In particular, concepts needed to understand object-oriented programming like inheritance, static members, virutal functions and polymorphism will be explained in detail. So don't panic :-).

As a starter, we'll take a look at some basic algorithms such as linear & binary search. Couple tutorials down the road, we'll take a look at more advanced sorting algorithms like bubble & heapsort algorithms. Before heading towards the heart of C++, we start with coding some small programs such as degree to radian and binary to decimal number converter in order to internalize the required programming concepts.

Moreover, we elaborate on recursive functions vs. for-loops with regard to advantages and disadvantages. More programming concepts involve switch functions, pointers and function pointers, typedef-constructs, enum & struct type, dynamical arrays using memory allocation and much more. Furthermore, we will learn how to parse multiple format files for post-processing.

After acquiring the required knowledge, we focus more detailed on numerical methods in terms of scientific computing such as integration methods according to Simpson's rule, binomial distribution/coefficients, numerical differentiation using extrapolation technique by Richardson, Newton-method for finding roots, Gaussian/Normal distribution, linear/exponential regression using least square method by Gauss and so forth.

So, if you want to learn numerical computation techniques in detail, you are absolutely at the right place! In this sense, I hope to see you in the course and let's start coding!


Who this course is for:
Students of natural and engineering sciences
 

Hidden Content

    Give reaction to this post to see the hidden content.

 


22.energyconversionef4uku3.jpg

 

 

 

 

 

 

 

 

 

Hidden Content

    Give reaction to this post to see the hidden content.

 

 

 

 

 

Edited by Bad Karma
Dead links removed
Link to comment

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...