Sharp EL-W506T vs. Sharp EL-W516T
|
01-31-2020, 12:46 PM
(This post was last modified: 01-31-2020 03:11 PM by Albert Chan.)
Post: #34
|
|||
|
|||
RE: Sharp EL-W506T vs. Sharp EL-W516T
(01-31-2020 12:21 AM)Mjim Wrote: I thought I would try an even steeper exponential to see what would happen: How about shifting the curve, for any integrand, say f(x) \(\int _a ^b f(x) dx = \int _1 ^{b-a+1} f(y + (a-1)) dy = \int _0 ^{\log(b-a+1)} f(e^z + (a-1)) e^z dz \) XCas> [a, b, c] := [6.371e6, 9.4607304725808e15, 3.98589196e17] XCas> f(r) := c/r^2 XCas> integrate(f(e^z + (a-1)) * e^z, z = 0 .. log(b-a+1)) → 62563050656.3 Try plotting this. It look like normal distribution curve ! Code: n simpsons |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 15 Guest(s)