Questions tagged [mapthread]
The mapthread tag has no summary.
35 questions
2
votes
3
answers
227
views
In a nested, ragged list, pairing each element of one sublist with each element of another
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 ...
3
votes
2
answers
344
views
How to Vertically Stack Multiple Plots with Custom Color Functions and Opacity in Mathematica?
I have 4 plots, k1, k2, k3, and k4, that are generated ...
0
votes
1
answer
95
views
How to make ResourceFunction["GeneralizedMapThread"] not go inside Association?
I really like the ResourceFunction["GeneralizedMapThread"]. It seems to work so far as I expected except now I encountered a case where it is causing me ...
6
votes
1
answer
288
views
Adding shadows to spiric sections of a torus
While adding shadows to the spiric sections of a torus using the The answer to the question given by Daniel Huber, I faced a problem.
Instead of being well separated as previously, the sections ...
1
vote
1
answer
183
views
Define certain argument in functions which depend on several arguments and built in a list
I got confused working with list of functions of two variables.
I construct few lists of functions, one is vector of functions List1 and another is 2D list of ...
1
vote
1
answer
124
views
Combining legends from parameterized plots and positioning these to not exceed frame width
I have combined five different plots based on a parameter each with its own legend. Now, I want to position legends below the combined plot. The following is one of the sample codes:
...
1
vote
0
answers
210
views
Cross product of a vector and a matrix
I defined a symbolic matrix with vector elements as:
...
4
votes
4
answers
321
views
Using MapThread with pure function and variable number of elements
I have a variable size array of lists and would like to set up a MapThread of the lists with a variable pure function $\{\#1,\#2,...,\#n\}\&$ with $n$ being the number of rows in the array and am ...
2
votes
2
answers
167
views
Convert list of variables to list of parametrized functions
I have a list of differential equations of some variables
eqns = {f[x,y,x',y'],g[x,y,x',y']}
e.g., f[x,y,x',y'] = x x' + y y'. ...
1
vote
2
answers
89
views
Export multiple results to sequentially named Excel sheets
When, I want to export a lot of my results to excel, how can I make sure that the Sheet name is also listed according to the results?
For example, There is a following the result.
...
4
votes
2
answers
240
views
How to do AssociationThread recursively?
Consider the following sequence of deepening lists:
...
2
votes
4
answers
153
views
Generating a Table with two fixed variable and varying the third variable
I want to generate a table in which two of the variables (x,y) are fixed with 1<->1 correspondence while the third variable is varying in the given range for each each sublist. I want to program ...
1
vote
2
answers
143
views
How to change the plot legends while mapping a plot command
I want to change the plot legend in each panel while mapping a plot command. e.g., in the example below
...
0
votes
1
answer
137
views
Solving Transcendental Equations [closed]
I want to solve the transcendental equations as follows
$$ A=\frac{w^{\frac{b}{a}}}{c^{\frac{2}{a}}}\mid cos(\frac{b\pi}{2a})\mid $$
$$ c=\frac{c^{\frac{2}{a}}}{w^{\frac{b}{a}-1}}\mid csc(\frac{b\pi}{...
1
vote
1
answer
163
views
Why does my Thread from Alphabet to morseAlphabet not work?
I have
Thread[Alphabet[] -> morseAlphabet[]]
But I don't get morse code for each letter, instead:
...