Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
Abstract: Stator's turn fault is one of the major causes of induction motor's (IM) failures. IMs are typically driven by direct torque control (DTC) on industry applications and more recently, on ...
Discover how nvmath-python leverages NVIDIA CUDA-X math libraries for high-performance matrix operations, optimizing deep learning tasks with epilog fusion, as detailed by Szymon Karpiński.
Python is convenient and flexible, yet notably slower than other languages for raw computational speed. The Python ecosystem has compensated with tools that make crunching numbers at scale in Python ...
Dr. James McCaffrey of Microsoft Research presents a full-code, step-by-step tutorial on an implementation of the technique that emphasizes simplicity and ease-of-modification over robustness and ...
Abstract: In this paper, a novel scenario of the Alamouti's space-time block code (STBC) system combined with a simple diagonal weighting matrix is presented. The diagonal weighting matrix is ...
Some Python implementations of randomized, matrix-free algorithms for estimating $\text{tr}(A)$, $\text{tr}(A^{-1})$, $\log \det(A)$, $\text{diag}(A)$, $\text{diag}(A ...