Markdown Latex 数学符号 公式 及 相关技巧

mac2025-06-22  12

Markdown\Latex 数学符号

数学公式符号

s.t.

“s.t.”,指 subject to,受限制于…。

例如:

目标函数:min {x+2} 约束条件:s.t. x={1,2,3}

其题意为,求x+2的最小值以使得x的取值为1、2、3时。

或者理解为,x的取值为1、2、3时,求x+2的最小值。

图片

缩放

原图: 缩放:

<img src="http:..." width = "100" height = "100" div align=right />

效果:

<img src="https://assets.leetcode-cn.com/aliyun-lc-upload/images/304.png" width = 30% height = 30% />

最新回复(0)