Skip to content

平分三角形问题#21

Draft
ZFCarrotFDH wants to merge 11 commits intoHZMath:masterfrom
ZFCarrotFDH:master
Draft

平分三角形问题#21
ZFCarrotFDH wants to merge 11 commits intoHZMath:masterfrom
ZFCarrotFDH:master

Conversation

@ZFCarrotFDH
Copy link
Copy Markdown
Contributor

@ZFCarrotFDH ZFCarrotFDH commented May 7, 2026

fix #22


  • 我已阅读并检查, 此 PR 符合 投稿指南 中的要求

@netlify
Copy link
Copy Markdown

netlify Bot commented May 7, 2026

Deploy Preview for hzmath-website ready!

Name Link
🔨 Latest commit 2be34d1
🔍 Latest deploy log https://app.netlify.com/projects/hzmath-website/deploys/69fd699749b9af00090a4f50
😎 Deploy Preview https://deploy-preview-21--hzmath-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@Website-xieyuen Website-xieyuen added article Article contributions accepted This issue/pr is accepted labels May 7, 2026
@Website-xieyuen Website-xieyuen marked this pull request as draft May 7, 2026 12:40
@Website-xieyuen Website-xieyuen added the unmergeable This pr CANNOT be merge label May 7, 2026
@Website-xieyuen
Copy link
Copy Markdown
Contributor

待配图完成后再Ready for review

@ZFCarrotFDH
Copy link
Copy Markdown
Contributor Author

如此看来分类文件夹的名字要和分类保持一致才行,空格用-号

@Website-xieyuen Website-xieyuen added in review This pr is in review chores Something not concerning presice content and removed unmergeable This pr CANNOT be merge labels May 8, 2026
@Website-xieyuen Website-xieyuen linked an issue May 8, 2026 that may be closed by this pull request
@Website-xieyuen
Copy link
Copy Markdown
Contributor

This pull request fixes #22

Comment on lines +32 to +36
1.在$\bigtriangleup ABC$中,作出三条中线,设为$AD, BE, CF$.<br>
2.选取其中一角,这里选$\angle A$,取**这个角的两边上的中线**$BE, CF$的中点分别为$P, Q$.<br>
3.以$AC, AB$所在直线为渐近线,作与$CF, BE$切于$P,Q$两点的**双曲线段**[^2].<br>
4.对$\angle B, \angle C$重复操作2,3.<br>
5.能够平分$\bigtriangleup ABC$面积的直线构成的直线系,就是上面作出来的三条双曲线段的所有切线的集合.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1.$\bigtriangleup ABC$中,作出三条中线,设为$AD, BE, CF$.<br>
2.选取其中一角,这里选$\angle A$,取**这个角的两边上的中线**$BE, CF$的中点分别为$P, Q$.<br>
3.$AC, AB$所在直线为渐近线,作与$CF, BE$切于$P,Q$两点的**双曲线段**[^2].<br>
4.$\angle B, \angle C$重复操作2,3.<br>
5.能够平分$\bigtriangleup ABC$面积的直线构成的直线系,就是上面作出来的三条双曲线段的所有切线的集合.
1.$\bigtriangleup ABC$ 中,作出三条中线,设为 $AD, BE, CF$.
2. 选取其中一角,这里选 $\angle A$,取**这个角的两边上的中线** $BE, CF$ 的中点分别为 $P, Q$.
3.$AC, AB$ 所在直线为渐近线,作与 $CF, BE$ 切于 $P,Q$ 两点的**双曲线段**[^2].
4.$\angle B, \angle C$ 重复操作2,3.
5. 能够平分 $\bigtriangleup ABC$ 面积的直线构成的直线系,就是上面作出来的三条双曲线段的所有切线的集合.

行间公式的美元符号最好有空格分开,就像这样:

选取其中一角,这里选 $\angle A$ ,取**这个角的两边上的中线** $BE, CF$ 的中点分别为 $P, Q$

这一段还有问题, 你可以用有序列表而不是 <br> 手动换行

渲染时没有换行是因为你的序号后面没有加空格,要这样写:1. 而不是 1.

tags:
- Femboy's Dessert House
- 全错排
- 排列组合
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 排列组合

@Website-xieyuen Website-xieyuen added the change requested This pr contains something invalid or to forget to set, so reviewer request changes label May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

accepted This issue/pr is accepted article Article contributions change requested This pr contains something invalid or to forget to set, so reviewer request changes chores Something not concerning presice content in review This pr is in review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

平分三角形的配图和证明过程

3 participants