#28724: Python 解答


oxxostudio (oxxo.studio)

學校 : 不指定學校
編號 : 173961
來源 : [220.133.228.250]
最後登入時間 :
2022-07-21 09:26:00

套用「空間切割」的公式,就能夠根據 n 求出有幾個區域。

  • 平面上 n 條直線切割空間的公式:

    Python 教學 ( ZeroJudge 解答 ) - a044: 空間切割

  • 空間中 n 個平面切割空間的公式:

    Python 教學 ( ZeroJudge 解答 ) - a044: 空間切割

解答:https://steam.oxxostudio.tw/category/python/zerojudge/a044.html

#30560: Re: Python 解答


lct4246@gmail.com (Ted Lee)

學校 : 不指定學校
編號 : 121097
來源 : [101.10.94.66]
最後登入時間 :
2022-06-15 07:40:24

推理过程:https://www.youtube.com/watch?v=ZJjWQr0JeP8

套用「空間切割」的公式,就能夠根據 n 求出有幾個區域。

  • 平面上 n 條直線切割空間的公式:

    Python 教學 ( ZeroJudge 解答 ) - a044: 空間切割

  • 空間中 n 個平面切割空間的公式:

    Python 教學 ( ZeroJudge 解答 ) - a044: 空間切割

解答:https://steam.oxxostudio.tw/category/python/zerojudge/a044.html