math

spencer_tseng20 小时前
math·homework
math [2026 college entrance examination ] 192026年高考数学卷一 (第1 - 17题)2026年高考数学卷一 (第1 8题)math [2026 college entrance examination ] 18-CSDN博客
spencer_tseng2 天前
math·homework
7th grade [math] (2026.06.09)7th grade [biology] 2026.06.09-CSDN博客
spencer_tseng5 天前
math
2026.06.06 6666666
spencer_tseng5 天前
math·homework
a^2 - b^2 = 1573√2029 - √2028 < √2028 - √2027-CSDN博客(x−6)^3 + (x−7)^2 = 3-CSDN博客
spencer_tseng12 天前
math·homework
7th grade math (2026.05.30)7th grade math (2026.05.29) [Linear equation in three variables] -CSDN博客
spencer_tseng13 天前
math·homework
7th grade math (2026.05.29) [Linear equation in three variables]Math quiz 2026.05.29-CSDN博客
spencer_tseng1 个月前
math
7th grade math (2026.05.15)Binary Linear Equation Group错误题型分析
spencer_tseng1 个月前
math·homework
math 7 (2026.05.10)Math 7 (2026.05.08) 初一下学期还没讲解完
spencer_tseng1 个月前
math·homework
math 9 (zhejiang)math 9 (zhejiang) 浙江的初三数学题
spencer_tseng3 个月前
math·homework
Count the matches 13805029595数一数,火柴,找一找规律,Count the matches 本例子:13805029595计算题简化, 5 + 5 = 10
爱听歌的周童鞋3 个月前
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.4 个月前
矩阵·math
从矩阵到函数(算子理论)你的直觉非常敏锐,这正是**泛函分析(Functional Analysis)**的核心思想。你实际上已经跨过了从“应用数学”到“现代数学”最关键的一道门槛:算子理论(Operator Theory)。
spencer_tseng4 个月前
math
Birthday ProbabilityBirthday Probability 生日概率100 人的班级,生日出现相同的概率几乎是 100%
spencer_tseng4 个月前
math
3 + 3^2 + ... + 3 ^ 2026如果给定一个数,s = 3 + 3^2 + ... + 3 ^ 2026 计算这个数s非常大,我只想知道个位数是多少?
Physicist in Geophy.5 个月前
math
挂谷猜想--germini挂谷猜想(Kakeya Conjecture) 是数学中几何测度论和调和分析领域最著名的未解难题之一。它起源于一个看似简单的“翻转银针”的问题,但其深度触及了空间的结构本质。
Physicist in Geophy.5 个月前
math
sat 求解器(11 封私信 / 48 条消息) 把数学变成谜题:SAT 求解器如何让机器自动写出人类做不到的证明 - 知乎
Code Talk5 个月前
github·markdown·math
VS Code markdown preview 与 github markdown渲染数学公式中的“_”不一致的问题在VS Code中编辑markdown latex数学公式时,下角标的符号是'_'。但是当'_'前面是一个花括号时,比如"\mathbf{p}_a",这种写法在VS Code的preview中显示没有问题,但是当提交到github以后,'_'会被错误地渲染成斜体字标志,导致后面的公式无法正常渲染。
spencer_tseng6 个月前
math·homework
29a + 30b + 31c = 366已知:29a + 30b + 31c = 366,求 a + b + c = ?其实题目不严谨哦,小学的作业,就是 0、1、2、3、4 ......
spencer_tseng7 个月前
math
x^3 - 3x + 1 = 0x^3 - 3x + 1 = 0x^3 - x - 2x +1 = 0 x(x^2 - 1) - 2x + 1 = 0 x(x + 1)(x-1) - 2x + 2 - 1 = 0 x(x + 1)(x - 1) - 2(x-1) = 1 (x-1)( x^2 + x -2) = 1
智_永无止境9 个月前
apache·math
Apache Commons Math3 使用指南:强大的Java数学库Apache Commons Math3是一个开源的Java数学库,提供了丰富的数学和统计功能,广泛应用于科学计算、工程分析和数据处理领域。自己看了一下方法,才发现那些数学公式早已忘记。