Trending questions

3 votes
1 answer
152 views

The documentation clearly states that for the symmetrical normal distribution RarerProbability[distribution,x] gives the two-sided p-value for x. Using direct ...
David Keith's user avatar
  • 5,434
0 votes
0 answers
44 views

When I write my notebooks I usually use English in the text cells. However, in some cases, I need to write in Russian or German. Then the German or Russian text appears underlined. Please find below ...
Alexei Boulbitch's user avatar
3 votes
1 answer
183 views

I am trying to solve an iterative matrix ODE of the form $f_k'(x)=T.f_k(x)+B(x)*S.f_{k-1}(x)$, where f is an $n$ dimension column, T and S are $n \times n$ matrices, and $B(x)$ is a function. The ...
MTYS's user avatar
  • 169
6 votes
1 answer
234 views

In V 14.3 Quit[] ode=2*y[x]*D[y[x],{x,2}]==1+D[y[x],x]^2; DSolve[ode,y[x],x,IncludeSingularSolutions->True] Gives Is it valid for DSolve to return ...
Nasser's user avatar
  • 156k
2 votes
1 answer
116 views

When I ask Mathematica (version 14.1) to do the following symbolic integration: ...
Chris's user avatar
  • 1,073
1 vote
2 answers
51 views

I would like to include terms that factorize a sum within the sum. For instance, from k Sum[Subscript[x, i], {i, 1, L}] getting ...
T.A.'s user avatar
  • 11
8 votes
0 answers
167 views

I think there might be an issue with CollinearPoints at least in the 14.2 Windows version I'm using. The issue arises where there are duplicate points and mixed ...
EstabanW's user avatar
  • 872
3 votes
1 answer
103 views

I want to produce an SVG map by Mathematica that preserves tooltips that are in Mathematica so that they are also in the SVG. The problem is that the tooltips do not export. Here is an example: That ...
Romogi's user avatar
  • 687
1 vote
0 answers
69 views

I use this code p1 = Graphics[{PointSize[0.05], Red, Point[{{4, 0}, {7, 0}}]}]; p2 = Plot[Sin[x], {x, 0, 10}, PlotRange -> {-2, 2}]; Show[{p1, p2}] which gives ...
charmin's user avatar
  • 1,179
1 vote
1 answer
154 views

$LLL$ is implemented in Wolfram Mathematica as $\mathsf{LatticeReduce}$ command. If we want to reduce a rank $k\leq n$ lattice in $\mathbb Z^n$ where the generator matrix of the lattice has integral ...
Turbo's user avatar
  • 157
5 votes
3 answers
436 views

I'm somewhat new to Mathematica and want to check symbolic solutions to small positive definite symmetric matrices (like 3x3 in size), which I think should in general yield a symbolic solution since ...
shangjiaxuan's user avatar
5 votes
3 answers
292 views

[Edited.] For $ax^{2}+bx+c$, I can write poly = a x^2 + b x + c; Exponent[poly, x] and get back 2. I don't see a built-in ...
Tom Barson's user avatar
3 votes
3 answers
247 views

This example surprises me a lot: ...
Acacia's user avatar
  • 3,467
6 votes
3 answers
236 views
+400

This question from nearly ten years ago asks how to overlay plots and other graphics-related objects onto a BarChart. When that question was asked (November 2015), ...
Andrew's user avatar
  • 10.6k

15 30 50 per page