Recently Active Questions
97,743 questions
4
votes
1
answer
398
views
How do you ask someone to input the values of a matrix?
I'm trying to set up code that basically asks the user to input the values of a matrix with a certain key size. I want them to first enter the keysize and then ask for all of the entries necessary to ...
2
votes
1
answer
51
views
Constructing a URL query using URLDownload or URLRead
I am trying to download data from NOAA and I can't figure out how to construct a query to do it.
This URL points to a page that contains data for tides at six minute intervals between Jan 01 2021 and ...
4
votes
2
answers
265
views
Visualizing Different Coordinate Representations of Complex Numbers
As a beginner with Mathematica, I apologize if this question is too basic. I would like to show introductory students that a complex number can be represented in several different coordinate systems ...
0
votes
1
answer
94
views
HowTo vertically center node labels in Graph output
Version: "14.3.0 for Linux x86 (64-bit) (July 8, 2025)"
The code listed below using the data following it produces the result shown in the image. I want the node labels positioned directly ...
0
votes
0
answers
87
views
Wikipedia word cloud question from "An elementary introduction to the wolfram language"
I have been following the aforementioned course and it has been great. I am currently stuck on question 36.4: "Publish a form on the web that takes the topic of a Wikipedia page and gives a word ...
1
vote
1
answer
433
views
How to Plot the Steady State Phase Response Curve?
I have a code to plot the steady state frequency response curve (provided by @ Michael E2), How can I plot the steady state phase response with the help of this code same as shown in the figure:
.
<...
0
votes
2
answers
410
views
Plotting an open ball with a discrete metric
A simple question but the answer is elusive... well, for me anyway!
Given a metric space defined as d((x1,x2),(y1,y2)) == 4|y1 - x1| + d0(x2,y2), how can I plot ...
1
vote
1
answer
292
views
Can this previously solved three-dimensional constrained integration also be solved with certain added products in the integrand?
In Solved3DConstrainedIntegration
the constrained three-dimensional (Hilbert-Schmidt-metric-based HSmetric) integration problem for the absolute separability probability of the two-qubit (quantum bit)...
3
votes
2
answers
226
views
Solving a coupled 2nd order differential equation numerically using NDSolve
I would like to solve the following system of differential equations numerically for two one-dimensional functions $R(x)$ and $\phi(x)$:
\begin{eqnarray}
c_1 \left(R''(x) - (\phi'(x))^2 R(x) \right) - ...
10
votes
1
answer
464
views
Why do DateList, DateString, and AstronomicalData ignore $TimeZone?
My reading of the documentation for DateList and DateString lead me to believe that both functions use ...
3
votes
1
answer
221
views
What is the meaning/utility of __[] AKA BlankSequence[][]?
I understand BlankSequence in other contexts, but not this one __h means a pattern of one or more things each of which have head ...
1
vote
0
answers
56
views
Eigenvectors of GSE with right properties
I encountered a weird problem when trying to study a few properties of eigenvectors of matrices sampled from the Gaussian symplectic ensemble (GSE). I have encountered this while trying to understand ...
2
votes
1
answer
146
views
Numerically integrate an implicit vector vectorizedly
I want to define a function f[x] and then be able to integrate numerically as a vector - not component by component. The following is my failed attempt:
...
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$-...
2
votes
2
answers
121
views
Log-scaled bar legends in both directions
EDIT: This question has been heavily edited to only show the one question I have without confusion.
I am simulating points $X_j$ and getting outputs $Y_j=f(X_j)+e_j$ where $e_j\sim N(0,3)$ where $f$ ...