🧩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 example, modify our compile command from 1g++ -o…2025-04-14Coding
🧩note for python ILambda function Lambda functions in Python are small, anonymous functions defined with the lambda keyword rather than with the standard def statement. They allow you to write…2025-04-14Coding
🌊Kelvin WedgeReading NoteOne Dimension Ship Wave With Surface TensionThe article develops a mathematical model for one-dimensional gravity-capillary ship waves, using residue theory to analyze wave components and show how surface tension and wave…2025-04-12Fluid Mechanics
🧩mathjax align vs align* vs aligned在 MathJax 中,aligned、align 和 align* 是用于对齐多行数学公式的环境,但它们在功能、使用场景和编号规则上有明确区别: 功能与使用场景 align 环境 用于独立排版多行对齐的数学公式,每行默认自动编号。适用于需要逐行编号且公式块独立存在的场景。 1234∑ Formula 输出示例: x = y + z (1) a =…2025-04-10Blog Instructions