User Portlet User Portlet

Discussions
I'll make a few remarks that might help to clarify why the original expectation cannot be met. In a `For` loop it is possible there might be statements whose execution could, in principle, be carried out in parallel. To do so would involve detailed...
Cross-posted [in Mma.SE](https://mathematica.stackexchange.com/q/269096/1871).
Yes. if n=-1 when x^(2+3i/10) (X+xi)^(Y+yi)=e^((Y+yi)*Ln(X+xi)) Ln(X+xi)=ln((X^2+x^2)^(1/2))+i(f+2Pn), tg(f)=x/X, n=0,1,2...
Here's a general workflow for blocking values of global variables while output is prepared. Before the output is returned, the global variables need to be protected from evaluation. `HoldForm` is the way to do this and have the variables be typeset...
How would I adapt the example with Keccak 256 for the avalance effect example for the Keccack512 hashing function. I tried replacing the instances of 256 with 512 in the example and the one case of 255 with 511 and Keccak256 with Keccak512 but I got...
Shruti, You need to do this: Plot[(x[n, t] /. s /. n -> 20) , {t, 0, 10}, PlotRange -> All] You want to plot x[n,t] using the solution, s: x[n,t] /. s s has a substitution rule for x and q in the form of an interpolation...
I'm not sure when it's improved, but at least since _v12.3.1_, we no longer needs to split into triangle!: area[pts_] := Area[Polygon[pts], Assumptions -> {0 0} (* {28} *)
Neil Singer gave you good advice in checking out the fit. It just turned out that an even smaller value of `diffusion` is needed. nMax = 5; L = 0.05484; nlm = NonlinearModelFit[data1, 2 Sqrt[diffusion]*x*(1/L)*(Pi^(-0.5) + ...
Thank you kindly for each answer. It's an honour to be a member of such a wonderful community! MK
Hello, Thanks for your reply. You solution is a good idea.