Trending questions
97,743 questions
1
vote
0
answers
122
views
7
votes
1
answer
206
views
Feature Extractor for Molecules
Running FeatureSpacePlot[mols] gives me an interesting plot and I would like to understand the method.
Does anyone know or can point me to a reference page on how ...
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
164
views
4
votes
2
answers
294
views
Mathematica does not give me any contour here
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,...
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 ...
4
votes
2
answers
139
views
Matching an expression in Hold
Trying to replace some of the expressions wrapped by Hold as below to get $\frac{k d\theta }{dt}$, ReplaceAll does not replacing ...
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.
...
3
votes
2
answers
130
views
Define meaning for symbol such as ⇓ despite 'Incomplete expression; more input is needed'
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 ...
1
vote
1
answer
97
views
How to make a Framed PlotLabel span the exact width of the plot Frame?
I am trying to add a title with a background color to my plot. Currently, using Framed inside PlotLabel only creates a box around the text itself.
I want the background box of the title to:
Span the ...
2
votes
1
answer
215
views
Converting a list of a function in Mathematica [closed]
Assume that I define:
...
3
votes
2
answers
244
views
How to find x ranges where a function is one-to-one and its output is in a given range?
I have a list of functions like this:
...
12
votes
4
answers
547
views
Recursive anonymous functions with |-> notation
We can define anonymous functions like this:
#^2+#+1 &
or like this
x |-> x^2+x+1
When we want to define a recursive ...
17
votes
1
answer
628
views
How are people using the Notebook Assistant and how useful is it?
This is more of a community question than an answerable problem. If it's out of bounds I'll be happy to withdraw it. But, one year out, I'm curious as to other WL users' experiences with the ...
2
votes
1
answer
115
views
Using Partial derivative notation as a symbol
How to let the partial derivative notation \[PartialD] in an input cell have no built-in meaning, like \[DifferentialD] ? When ...