User Portlet User Portlet

Mariusz Iwaniuk
Discussions
&[Wolfram Notebook][1] Should work now. [1]: https://www.wolframcloud.com/obj/72aba69d-487f-4c90-a6f2-15336cea4116
S = Integrate[(\[Alpha] \[Lambda])/(x - 1)^2 (x/(x - 1))^(\[Alpha] - 1) Exp[-\[Lambda] (x/(x - 1))^\[Alpha]], {x, 0, t}, Assumptions -> {0 0, \[Lambda] > 0}] (*Mathematica Can compute the CDF*) (* -1 + E^(-E^(I...
LineIntegrate[{x^2, -y}, {x, y} \[Element] Line[{{-1, -1}, {-1, 1}, {1, 1}, {1, -1}, {-1, -1}}]] LineIntegrate[{y^2, -x}, {x, y} \[Element] Line[{{-1, -1}, {-1, 1}, {1, 1}, {1, -1}, {-1, -1}}]] (* 0 *) (* 4 *) I tried with...
&[Wolfram Notebook][1] See [here][2] for More Regards M.I. [1]: https://www.wolframcloud.com/obj/f399402b-2614-4f1e-ba1e-e71cba0e8093 [2]: https://blog.wolfram.com/2010/09/27/do-computers-dumb-down-math-education/
**Mathematica 14.0** can compute: &[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/4371d013-3385-4b5e-9ba7-6df9659e83b6 (*1/12 (-\[Pi] + 2 Sqrt[3] ArcCosh[2] + Sqrt[2] ArcCosh[3])*)
How to solve see [here][1] and [here][2] Regards M.I [1]: https://math.stackexchange.com/questions/3693547/ahmed-integral-revisited-int-01-frac-tan-1-left-sqrtx24-right-l [2]:...
It is certainly possible to implement what you want, but it takes a lot of time and extensive programming knowledge.I not a programer with this skills. Code is slow and naive. Using: **Aria AI in Opera borwser** give me: ...
Maybe [here][1] can help. Regards M.I. [1]: https://reference.wolfram.com/language/ref/TreeTraversalOrder.html
With this kind of thinking, we have many **thousands** of pages of analytical solutions. Do you really need an **analytical** solution? After calculations by **DSolve**, conclusions can be drawn ,solution looks off than numeric one ,maybe a...
I have only: Times @@ Cases[FactorInteger[6^40/6^20], {a_, b_} -> Defer[a^b]] (* 2^20 3^20 *)