User Portlet User Portlet

Discussions
With version 13.1 it became built-in: - https://reference.wolfram.com/language/ref/FractionalD.html - https://reference.wolfram.com/language/ref/CaputoD.html
Accuracy can be *nailed* on input, still output needs to be *stripped* by a formatter Clear[a, b, c, d, e, f, h, g] a = 5306.47``2; b = 4.``2; c = 1182.54``2; d = 50.26``2; e = 0.``2; f = 377.11``2; h =...
Okay, it works a little bit different, people get older and older, so type for current data australia age distribution 2020 to wolfram alpha, click detail and sum again In[2]:= Plus @@ {1121000, 768904, 524011, 325222, 155069, 42247,...
Helical co-ordinates can be considered on a cone or on a cylinder, take a cylinder: Here one has with slope k (* \[CurlyPhi] as parametric angle, this gives the arc length, k is \ the slope *) With[{\[Theta] = 270 \[Degree]}, ...
You didn't find it because of unstructered querying, Given that earth is a planet In[2]:= PlanetData["Earth", "Gravity"] Out[2]= Quantity[9.80, ("Meters")/("Seconds")^2] `Quantity[]` is the answer, not the question. Given the huge set...
With In[1]:= Clear[data] data = {{{1}, {2}, {1, 2, 3}}, {{1}, {3}, {1, 2, 3}}, {{1}, {1, 2}, {1, 2, 3}}, {{1}, {2, 3}, {1, 2, 3}}, {{2}, {3}, {1, 2, 3}}, {{2}, {1, 2}, {1, 2, 3}}, {{2}, {2, 3}, {1, 2, 3}}, {{3}, {1, ...
At least there is no direct entry on the [Wolfram Reference Pages][1]. Are you sure it's built-in? [1]: https://reference.wolfram.com
Run In[11]:= FindLinearRecurrence[tt /@ Range[0, 44]] Out[11]= {3, -2, -2, 3, -1} In[24]:= (* shift by 1 *) LinearRecurrence[{3, -2, -2, 3, -1}, {0, 1, 5, 13, 27, 48}, #] & /@ {{0, 4}, {44, 45}} Out[24]= {{0, 0, 1, 5,...
> It looks very cool. Sure. Just for the logs, `ContourPlot[]` must not be used where it does not fit Clear[h, h1, h1r] h[x_, y_, w_] := Cos[2 \[Pi] (x^2 + y^2)/(2 5 w)]^2 h1[x_, y_] := h[x, y, 17.] h1r[r_] := Cos[2 \[Pi]...
Try to take advantage from [How to define Mc and Ms Mathieu functions in Terms of MathieuC and MathieuS?][1] The Ce, Se, Fe, and Ge appear in the middle of that text. Me I did not found there. Because it is dated with respect to Mathematica check...