c++ debug notesLink Against the GSL Libraries When we compile code with GSL, we need to tell the linker to include the GSL libraries. For ex...2025-04-14Coding
note for python ILambda function Lambda functions in Python are small, anonymous functions defined with the lambda keyword rather than with th...2025-04-14Coding
[Kelvin Wedge] One Dimension Ship Wave With Surface TensionThe article develops a mathematical model for one-dimensional gravity-capillary ship waves, using residue theory to analyze w...2025-04-12Fluid Mechanics
mathjax align vs align* vs aligned在 MathJax 中,aligned、align 和 align* 是用于对齐多行数学公式的环境,但它们在功能、使用场景和编号规则上有明确区别: 功能与使用场景 align 环境 用于独立排版多行对齐的数学公式,每行默认自动编号。适用于需要逐行编号...2025-04-10Blog Instructions