Discussion about math, puzzles, games and fun. Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °
| |
|
|
You are not logged in. #226 2013-03-21 02:26:45
Re: ExpectationFor me it always was one of the best. In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #227 2013-04-01 23:53:13
Re: ExpectationIs there a pattern in these? Last edited by anonimnystefy (2013-04-01 23:53:28) The limit operator is just an excuse for doing something you know you can't. “It's the subject that nobody knows anything about that we can all talk about!” ― Richard Feynman “A secret's worth depends on the people from whom it must be kept.” ― Carlos Ruiz Zafón #228 2013-04-02 00:07:12
Re: ExpectationUp - down or left - right? In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #229 2013-04-02 00:08:15
Re: ExpectationBoth. The limit operator is just an excuse for doing something you know you can't. “It's the subject that nobody knows anything about that we can all talk about!” ― Richard Feynman “A secret's worth depends on the people from whom it must be kept.” ― Carlos Ruiz Zafón #230 2013-04-02 00:09:05
Re: ExpectationHow about the first column, can you supply more? In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #231 2013-04-02 00:10:21
Re: Expectation11, 12, 13, 14, 15... The limit operator is just an excuse for doing something you know you can't. “It's the subject that nobody knows anything about that we can all talk about!” ― Richard Feynman “A secret's worth depends on the people from whom it must be kept.” ― Carlos Ruiz Zafón #232 2013-04-02 00:12:00
Re: ExpectationHi; In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #233 2013-04-02 00:14:54
Re: ExpectationWell, the first column is obvious. Those are the natural numbers... The limit operator is just an excuse for doing something you know you can't. “It's the subject that nobody knows anything about that we can all talk about!” ― Richard Feynman “A secret's worth depends on the people from whom it must be kept.” ― Carlos Ruiz Zafón #234 2013-04-02 00:28:13
Re: ExpectationYikes! That is a good one. The second column. In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #235 2013-04-02 00:30:51
Re: ExpectationYou can generate all the numbers you need: Code:f[bins_, k_] := Sum[i*(i - k)!/(bins^(i - 1))*Binomial[i - 1, k - 1]*Coefficient[(Sum[x^j/j!, {j, 0, k - 1}])^(bins - 1), x, i - k], {i,k, bins*(k - 1) + 1}]
MatrixForm[Table[Table[f[i, j], {i, 1, 10}], {j, 1, 10}]]The limit operator is just an excuse for doing something you know you can't. “It's the subject that nobody knows anything about that we can all talk about!” ― Richard Feynman “A secret's worth depends on the people from whom it must be kept.” ― Carlos Ruiz Zafón #236 2013-04-02 00:36:25
Re: ExpectationHmmm, that looks like M code to me. In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #237 2013-04-02 00:45:02
Re: ExpectationIt is M code. The limit operator is just an excuse for doing something you know you can't. “It's the subject that nobody knows anything about that we can all talk about!” ― Richard Feynman “A secret's worth depends on the people from whom it must be kept.” ― Carlos Ruiz Zafón #238 2013-04-02 00:51:48
Re: ExpectationAre you aware of its awesome firepower? In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #239 2013-04-02 01:03:10
Re: ExpectationLike what? The limit operator is just an excuse for doing something you know you can't. “It's the subject that nobody knows anything about that we can all talk about!” ― Richard Feynman “A secret's worth depends on the people from whom it must be kept.” ― Carlos Ruiz Zafón #240 2013-04-02 01:04:33
Re: ExpectationFindSequenceFunction for one thing... In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #241 2013-04-02 01:08:37
Re: ExpectationI got this for 2 bins: The limit operator is just an excuse for doing something you know you can't. “It's the subject that nobody knows anything about that we can all talk about!” ― Richard Feynman “A secret's worth depends on the people from whom it must be kept.” ― Carlos Ruiz Zafón #242 2013-04-02 01:16:01
Re: ExpectationYou mean: In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #243 2013-04-02 01:16:51
Re: ExpectationWell, it spit out the above for me... The limit operator is just an excuse for doing something you know you can't. “It's the subject that nobody knows anything about that we can all talk about!” ― Richard Feynman “A secret's worth depends on the people from whom it must be kept.” ― Carlos Ruiz Zafón #244 2013-04-02 01:18:14
Re: ExpectationIf it spits at you then you have to beat it into submission until it gives that answer. In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #245 2013-04-02 01:19:45
Re: ExpectationHow did you get that answer? Code:FindSequenceFunction[Table[f[2, j], {j, 1, 100}]]The limit operator is just an excuse for doing something you know you can't. “It's the subject that nobody knows anything about that we can all talk about!” ― Richard Feynman “A secret's worth depends on the people from whom it must be kept.” ― Carlos Ruiz Zafón #246 2013-04-02 01:23:37
Re: ExpectationUnderneath any answer should be the command bar. In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #247 2013-04-02 01:27:38
Re: ExpectationThere is. I have plot, evaluate at a point, differentiate and integrate... The limit operator is just an excuse for doing something you know you can't. “It's the subject that nobody knows anything about that we can all talk about!” ― Richard Feynman “A secret's worth depends on the people from whom it must be kept.” ― Carlos Ruiz Zafón #248 2013-04-02 01:32:04
Re: ExpectationYou have more there than I do. But it changes, trying to figure what you want. In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #249 2013-04-02 01:34:22
Re: ExpectationIt's still the same... The limit operator is just an excuse for doing something you know you can't. “It's the subject that nobody knows anything about that we can all talk about!” ― Richard Feynman “A secret's worth depends on the people from whom it must be kept.” ― Carlos Ruiz Zafón #250 2013-04-02 01:37:08
Re: ExpectationFirst take the MatrixForm wrapper off the original code and change it to this: In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. |