All Questions

0 votes
0 answers
1 view

Unwanted Oscillation in Solution occurs when Solving Poisson-Nernst-Planck equation

This is a follow-up post for this question. I am trying to solve the Poisson-Nernst-Planck equation in the form similar to eqns 9 and 10 in this research paper. Different than the previous question, ...
Johnson's user avatar
  • 367
-2 votes
0 answers
10 views

Evaluating Step functions

Please guys, how do I tell Mathematica to return f(a-b)= 1 if a=b and 0 otherwise? This means that f(0)=1 and f(x)=0 for x>0.
Dr. Mark's user avatar
1 vote
1 answer
14 views

Non-ASCII characters are not imported correctly in MetaInformation (Solution for FLAC attached)

When importing meta information of music files, non-ASCII characters are not imported correctly. It seems that only the last byte is imported. ...
李子涵's user avatar
  • 408
1 vote
2 answers
38 views

setting position of PlotLegends affect position of PlotLabel

Plot[{Sin[x], Cos[x]}, {x, 0, 6}, ImageSize -> 400, Frame -> True, FrameLabel -> {"x", "y"}, PlotLabel -> "a"] gives ...
matheorem's user avatar
  • 17.2k
0 votes
0 answers
35 views

NDsolve Error "Cannot be used as a variable." [closed]

I've looked at the other NDsolve Error questions and none have helped. This is my code: ...
Voldur's user avatar
  • 1
0 votes
0 answers
23 views

Continuous Wavelet Transform Coefficients

I am trying to reconstruct the continuous wavelet transform coefficients from Mathematica without using the ContinuousWaveletTransform function. I need to create this reconstruction for my data in a ...
Frank Li's user avatar
1 vote
0 answers
24 views

Minimum Distance to Fly to Each European Country

Help me plan my holiday. These are all my available flights that I can get on airline points. I'm trying to work out what is the shortest distance to travel if I want to go to each every European ...
Tomi's user avatar
  • 4,558
0 votes
0 answers
16 views

Function LaplaceGaussian Filter -> What exactly is standardized, if this option is chosen?

I try to figure out what the option Standardized->True for function LaplacianGaussianFilter exactly means. I understand that it guarantees that the sum over the Kernel is exactly zero. But what ...
user11881's user avatar
0 votes
0 answers
22 views

SixJSymbol not triangular in basis transformation

The basis transformation is given by $$\left| J^{P}, jd \right\rangle = \sum_ {S} (-1)^{J + L + Sd + Sq}\sqrt {(2 S + 1) (2 jd + 1)}\, \biggl\{\begin {array} {ccc} L & Sq & J \\ S & Sd &...
Anshul Bokade's user avatar
1 vote
1 answer
41 views

How to project a intersection shape in a 3D set of surfaces

I need to get a intersection curve on the bottom of the 3D shape generated below: ...
MsTais's user avatar
  • 498
1 vote
0 answers
29 views

How to abort a parallel computation?

This is a minimal working example. I have a computation that runs in parallel for ever, and now and then prints a result. ...
Fred Simons's user avatar
  • 10.2k
0 votes
0 answers
21 views

Parallelization with Do and ParallelSubmit

I have quite a large expression that I need to integrate. My ansatz was to Expand the expression (easiest case results in ~5.5 million terms) and parallelize the ...
infinitezero's user avatar
  • 1,419
4 votes
1 answer
97 views

Function argument with tree type

I liked to define a function argument type representing a tree with only nodes: 0,1. Every subtree is defined as a list like this: {node,{subtree1},{subtree2},...} The definition is recursive. The ...
Giovanni Russo's user avatar
0 votes
0 answers
36 views

How to determine the validity of inequalities under given premises? [closed]

...
csn899's user avatar
  • 4,521
0 votes
0 answers
44 views

Why is there a difference in computational speed when judging the size of inequalities in these two forms? [closed]

Method One: Reduce[ForAll[{x, y, z}, {x > y > 1 > z > 0, a == (1 + x z)/z, b == (1 + x y)/x, c == (1 + y z)/y}, a > b && c < a]] ...
csn899's user avatar
  • 4,521

15 30 50 per page
1
2 3 4 5
6324