Introduction to Python Package with C++ IntegrationI am sharing a demo Python package that demonstrates the integration of C++ code using #Swig (Simplified Wrapper and Interface Generator)…Sep 20, 2024Sep 20, 2024
Barabási’s “Network Science” with codeFor researchers working in the fields of networks, complex systems, or neuroscience, Barabási’s “Network Science” is a key resource.Aug 4, 2024Aug 4, 2024
notebooks to Python scripts and vice versa, clean methodIf you find yourself needing to convert a notebook to a Python script, you likely turn to nbconvert. However, this often results in a…Apr 14, 2024Apr 14, 2024
Applied delay differential equationsDelay differential equations have numerous applications in science and engineering. This short, expository book offers a stimulating…Aug 8, 2021Aug 8, 2021
Numerical solving system of equations (ill-conditioned)How to solve a system of equations Ax=b when the coefficient matrix is ill-conditioned? Such a matrix is almost singular, and the…May 30, 2021May 30, 2021