Newest Questions
97,743 questions
0
votes
0
answers
85
views
How should I handle required package dependencies in a package?
I'm writing a package A.
However, package A depends on package B (Mathematica), which the ...
0
votes
0
answers
45
views
Error when saving notebook, Mathamatica searches for a .m file
Whenever I save a my notebook (filename.nb), I get the error "RenameFile: Directory or file
"..path..\filename.m" not found.", and the file doesn't save.
It happens both with ctrl+...
0
votes
1
answer
170
views
How does Mathematica define the indefinite integral $\int f(x) dx$? [closed]
How does Mathematica define the indefinite integral $\int f(x) dx$?
For example, if you input into Mathematica Integrate[Sin[x], x] it will return $-\cos(x)$ and ...
2
votes
0
answers
61
views
how to improve the predictor corrector schemes including computational cost
I am currently implementing a variable-order fractional predictor–corrector scheme in Mathematica. Since I am still a beginner with Mathematica programming, I encountered several issues during the ...
0
votes
0
answers
78
views
Displaying parentheses in axes labels
I have a list plot that I want to plot in a framed graph and have the following labels on the axes.
...
0
votes
0
answers
45
views
As shown in the figure, how to draw a graph with a broken y-axis? [duplicate]
Piecewise function. The two segments have significant differences. The y-axis needs to be split to show the trend of each segment, and a connection is required in the middle.
This is quite different ...
2
votes
5
answers
213
views
How can I generate the $z^2$ grid-mapping diagram (rectangular grid → curved grid)?
I would like to generate a diagram in Mathematica showing how the mapping
\begin{equation}
w = z^2
\end{equation}
transforms a rectangular grid in the complex $z$-plane into a curved grid in the $w$-...
1
vote
0
answers
122
views
1
vote
0
answers
73
views
Neural Networks and Non Linear Fits
I'm trying to obtain the parameter models for various types of acoustic absorption materials.
When dealing with fiber (polyester, with low flow resistivity), the Wilson model, which has two parameters,...
1
vote
1
answer
81
views
How to check if two edges have consistent orientation in all simple cycles of a graph?
How can I check whether two edges (tagged "c" and "d") have consistent orientation (either always the same ...
3
votes
1
answer
156
views
What, if any, is the list analogue of KeyValuePattern?
I am trying to understand the function of KeyValuePattern. According to the documentation,
KeyValuePattern[{patt1, ...}] is a ...
0
votes
1
answer
94
views
NDSolve options for increasing precision near boundaries for "stiff" integration
I'm trying to estimate the solutions u[x,t] to a backward diffusion equation PDE using NDSolve (note - I need the time-dependent solution, as I already have solutions to the equilibrium case where the ...
1
vote
3
answers
419
views
How to change the color of the individual squares on a chessboard?
The code I have written to create a chessboard is as follows:
...
0
votes
0
answers
54
views
0
votes
1
answer
88
views
Specifying an Answer to Questions in introductory Real Analysis [closed]
I'm trying to understand how to formulate answers to the following questions using MMA as asked in Bartle and Sherbert (2000) Real Analysis dealing with sets.
For n_PositiveIntegers and ...