Newest Questions

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
3 votes
2 answers
130 views

Example The notation $a\Downarrow_bc$ can mean something like "the program $a$ results in $c$ when executed according to the semantics of $b$". In Mathematica, I input this as ...
Adam's user avatar
  • 4,293
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
4 votes
2 answers
139 views

Trying to replace some of the expressions wrapped by Hold as below to get $\frac{k d\theta }{dt}$, ReplaceAll does not replacing ...
Soon's user avatar
  • 1,484
4 votes
2 answers
294 views

I would like to have an idea what kind of curbe is being formed from the intersection of the plane $x+y+z=9$ with the surface $\sqrt{16-x^2}+\sqrt{25-y^2}+\sqrt{36-z^2}=12$ under the restriction $x,y,...
dmtri's user avatar
  • 634
0 votes
0 answers
32 views

StreamPlot doesn't plot symmetrically e.g. StreamPlot[{x, y}, {x, -1, 1}, {y, -1, 1}]. How to make it symmetric about x=0?
feynman's user avatar
  • 451
2 votes
1 answer
115 views

How to let the partial derivative notation \[PartialD] in an input cell have no built-in meaning, like \[DifferentialD] ? When ...
Soon's user avatar
  • 1,484
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
3 votes
2 answers
244 views

I have a list of functions like this: ...
internet's user avatar
  • 1,417
0 votes
0 answers
70 views

I have an ODE of the form: y^{(4)}[x]==F[y^{(3)}[x],y''[x],y'[x],y[x]] for some complicated (but explicit) $F$ -- the exact form isn't really relevant to the ...
RBega2's user avatar
  • 101
2 votes
3 answers
227 views

This may be a silly question, and if it is, I'm willing to withdraw it. I have a list of lists myInitialList. I wish to write a function to transform ...
Andrew's user avatar
  • 10.6k
5 votes
0 answers
69 views

There's an option in the options inspector to display a timestamp upon evaluation of a cell: Notebook Options → Evaluation Options → EvaluationCompletionAction → AddTimeStamp. That causes the date and ...
Rain's user avatar
  • 768
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
4 votes
1 answer
149 views

Say I have a list containing some expressions, for instance ...
eddy ardonne's user avatar
3 votes
0 answers
135 views

I want to have multiple timings inside a compiled code. However, it turns our that AbsoluteTime[] does not work: ...
John Taylor's user avatar
  • 6,063

15 30 50 per page