Home About Notes Resources Archive Contact
\[ \newcommand{\lbrac}{\left(} \newcommand{\rbrac}{\right)} \]
Topics: Mathematics, Physics, Classical Mechanics, Moment of Inertia

Slightly More Interesting Inertia Problems

Updated June 14, 2024.
image
“Some Quote.”
- Author

Introduction

More Articles

Accelerating Feature Extraction and Image Stitching Algorithm Using Nvidia CUDA
Accelerating Feature Extraction and Image Stitching Algorithm Using Nvidia CUDA
Tags: C++, OpenCV, MPI, OpenMP, Computer Vision, Image Processing, Multithreading, CUDA
Accelerate ORB, feature matching, warping, seam finding, and image composition using C++ OpenCV and CUDA.
Maxima and Minima of an n-th Dimensional Function - The Hessian Matrix
Maxima and Minima of an n-th Dimensional Function - The Hessian Matrix
Tags: Python, Hessian Matrix, Fermat's Theorem
Utilizing the Hessian matrix and related numerical methods to find maxima/minima/saddle point.
Algorithmic Analysis of an Algorithm
Algorithmic Analysis of an Algorithm
Tags: Data Structures and Algorithm, C++, Python
Theoretical basics about time-complexity of an algorithm, how to measure the time-complexity of a function, examples of algorithms.
The Quest to Finding Chladni Patterns, Part 2: Codes and Results
The Quest to Finding Chladni Patterns, Part 2: Codes and Results
Tags: Python, Eigenvalue Problems, PDEs, Numpy
Plotting a series of Chladni's patterns using the wave equation model.