Articles — Page 6

c++ debug notes

Link 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…

Coding

note for python I

Lambda 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…

Coding
Kelvin WedgeReading Note

One Dimension Ship Wave With Surface Tension

The 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…

Fluid Mechanics

mathjax align vs align* vs aligned

在 MathJax 中,aligned、align 和 align* 是用于对齐多行数学公式的环境,但它们在功能、使用场景和编号规则上有明确区别: 功能与使用场景 align 环境 用于独立排版多行对齐的数学公式,每行默认自动编号。适用于需要逐行编号且公式块独立存在的场景。 1234∑ Formula 输出示例: x = y + z (1) a =…

Blog Instructions

English in Paper

在英文数学论文中,推导公式时连接前后式子的常用连接词和短语可以分为以下几类,以确保逻辑清晰、推导严谨:

English
14567814