ccc113a / _alg

課程:演算法 -- 筆記、習題與報告
0 stars 26 forks source link

請用黎曼積分和蒙地卡羅法,分別寫程式計算下列函數的積分 #7

Open ccckmit opened 2 weeks ago

ccckmit commented 2 weeks ago

$$ \int{z=0}^1 \int{y=0}^1 \int_{x=0}^1 3x^2 + y^2 + 2z^2 dx dy dz $$

yc0123 commented 2 weeks ago

資工三 111110507 陳穎辰 https://github.com/yc0123/_alg/blob/master/hw4/integrate.py

KiuBios commented 2 weeks ago

資工三 111110519 胡劭家 https://github.com/KiuBios/_alg/blob/master/hw4/integrate.py

karta9630 commented 1 week ago

資工三 111110503 戴嘉豪 https://github.com/karta9630/_alg/tree/master/hw/04

Astridtu commented 1 week ago

111110543 資工三 凃玫妮 https://github.com/Astridtu/_alg/blob/master/Alg_Homework04.ipynb

lkhagvaa2444 commented 1 week ago

111110544 資工三 李荷葦 https://github.com/lkhagvaa2444/_alg/tree/master/HW4