Ray Tracing with COMSOL – First Part
In this post and in the accompanying video, we will learn how to set up and perform a basic ray tracing task with COMSOL Multiphysics. …
In this post and in the accompanying video, we will learn how to set up and perform a basic ray tracing task with COMSOL Multiphysics. …
In this video/tutorial we explain how to simulate a transient response of a heating process mathematically described by the 3D heat equation. The video accompanying …
In this video we explain how to integrate COMSOL Multiphysics modeling environment with MATLAB programming language. We demonstrate that it is possible to perform all …
In this video, we learn how to develop a graphic user interface in C++. We use the Qt development environment. We develop the application that …
In this post, we explain how to simulate a state-space model of a dynamical system in the Eigen C++ matrix library. We have developed a …
In this post, we explain how to perform two crucial tasks in the Eigen matrix library. First, we explain how to save a matrix in …
Eigen linear algebra library is a powerful C++ library for performing matrix-vector and linear algebra computations. This library can be used for the design and …
This is the final lecture on partial fraction expansion. The first and second parts of this lecture can be found here and here. The video …
We continue with the explanation of the partial fraction expansion. In the first part of this post, which can be accessed here, we explained the …
In this tutorial, we explain how to use recurrent neural networks and Keras/TensorFlow to learn the input-output behavior of dynamical systems. The codes used in …