技术栈
math
qq_51372804
8 小时前
math
素数的判定
一个数字若存在大于平方根的因数,必然会对应一个小于平方根的因数一个正数如果能被整除(除了 1 和自己),一定会有一个因数 ≤ 它的平方根,所以我们不用一直循环到数字一半,查到平方根就足够判断了。
spencer_tseng
9 天前
math
·
homework
y = ax + b [2026.08.01]
勾股定理,推导原理
spencer_tseng
1 个月前
math
·
homework
7th [math] 2026.07.29 [20 21 22 23]
7th [math] 2026.07.29 厦门初一期末考试卷无答案
spencer_tseng
2 个月前
math
·
homework
math [2026 college entrance examination ] 19
2026年高考数学卷一 (第1 - 17题)2026年高考数学卷一 (第1 8题)math [2026 college entrance examination ] 18-CSDN博客
spencer_tseng
2 个月前
math
·
homework
7th grade [math] (2026.06.09)
7th grade [biology] 2026.06.09-CSDN博客
spencer_tseng
2 个月前
math
2026.06.06 6666666
spencer_tseng
2 个月前
math
·
homework
a^2 - b^2 = 1573
√2029 - √2028 < √2028 - √2027-CSDN博客(x−6)^3 + (x−7)^2 = 3-CSDN博客
spencer_tseng
2 个月前
math
·
homework
7th grade math (2026.05.30)
7th grade math (2026.05.29) [Linear equation in three variables] -CSDN博客
spencer_tseng
2 个月前
math
·
homework
7th grade math (2026.05.29) [Linear equation in three variables]
Math quiz 2026.05.29-CSDN博客
spencer_tseng
3 个月前
math
7th grade math (2026.05.15)Binary Linear Equation Group
错误题型分析
spencer_tseng
3 个月前
math
·
homework
math 7 (2026.05.10)
Math 7 (2026.05.08) 初一下学期还没讲解完
spencer_tseng
3 个月前
math
·
homework
math 9 (zhejiang)
math 9 (zhejiang) 浙江的初三数学题
spencer_tseng
5 个月前
math
·
homework
Count the matches 13805029595
数一数,火柴,找一找规律,Count the matches 本例子:13805029595计算题简化, 5 + 5 = 10
爱听歌的周童鞋
5 个月前
llm
·
sft
·
math
·
assignment
·
cs336
·
expertiteration
斯坦福大学 | CS336 | 从零开始构建语言模型 | Spring 2025 | 笔记 | Assignment 5: SFT Implement
在上篇文章 斯坦福大学 | CS336 | 从零开始构建语言模型 | Spring 2025 | 笔记 | Assignment 5: SFT 中,我们已经了解了 SFT 的作业要求,下面我们就一起来看看这些作业该如何实现,本篇文章记录 CS336 作业 Assignment 5: Alignment 中的 SFT 实现,仅供自己参考😄
Physicist in Geophy.
6 个月前
矩阵
·
math
从矩阵到函数(算子理论)
你的直觉非常敏锐,这正是**泛函分析(Functional Analysis)**的核心思想。你实际上已经跨过了从“应用数学”到“现代数学”最关键的一道门槛:算子理论(Operator Theory)。
spencer_tseng
6 个月前
math
Birthday Probability
Birthday Probability 生日概率100 人的班级,生日出现相同的概率几乎是 100%
spencer_tseng
6 个月前
math
3 + 3^2 + ... + 3 ^ 2026
如果给定一个数,s = 3 + 3^2 + ... + 3 ^ 2026 计算这个数s非常大,我只想知道个位数是多少?
Physicist in Geophy.
7 个月前
math
挂谷猜想--germini
挂谷猜想(Kakeya Conjecture) 是数学中几何测度论和调和分析领域最著名的未解难题之一。它起源于一个看似简单的“翻转银针”的问题,但其深度触及了空间的结构本质。
Physicist in Geophy.
7 个月前
math
sat 求解器
(11 封私信 / 48 条消息) 把数学变成谜题:SAT 求解器如何让机器自动写出人类做不到的证明 - 知乎
Code Talk
7 个月前
github
·
markdown
·
math
VS Code markdown preview 与 github markdown渲染数学公式中的“_”不一致的问题
在VS Code中编辑markdown latex数学公式时,下角标的符号是'_'。但是当'_'前面是一个花括号时,比如"\mathbf{p}_a",这种写法在VS Code的preview中显示没有问题,但是当提交到github以后,'_'会被错误地渲染成斜体字标志,导致后面的公式无法正常渲染。