EXCEL FORMULA問題

2012-10-15 9:57 pm
各位, 如果我想係EXCEL入面計以下呢條數, 係FORUMLA BOX應該打咩?
sigma[(e^(-0.465*X))*9]

eg: ((e^(-0.465*0))*9) + ((e^(-0.465*2))*9) + ...........((e^(-0.465*20))*9)

咁X = 0, 1, 2, 3, 4.........20

咁我打算將X放落CELL A1-A21

我應該點做呢?

回答 (1)

2012-10-16 5:30 pm
✔ 最佳答案
你可以借用 column b 來得出你想要的結果,
首先, 你在 column a 的 a1 to a21 輸入 0 to 20,
而後在 cell b1 輸入 =(EXP(-0465*A1))*9
之後將 b1 copy 去 b2 至 b21,
最後在 c1 輸入 =SUM(B1:B21)
那 C1 就是你想要的答案

解釋:
EXP(number)
Returns e raised to the power of a given number.
參考: 自己, excel help manual


收錄日期: 2021-04-13 19:02:48
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20121015000051KK00236

檢視 Wayback Machine 備份