Skip to main content

Questions tagged [mapthread]

2 votes
3 answers
227 views

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 ...
Andrew's user avatar
  • 10.6k
3 votes
2 answers
344 views

I have 4 plots, k1, k2, k3, and k4, that are generated ...
Quantum Kid's user avatar
0 votes
1 answer
95 views

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 ...
user13892's user avatar
  • 10.4k
6 votes
1 answer
288 views

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 ...
user444's user avatar
  • 2,836
1 vote
1 answer
183 views

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 ...
seva011's user avatar
  • 386
1 vote
1 answer
124 views

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: ...
Isha Arora's user avatar
1 vote
0 answers
210 views

I defined a symbolic matrix with vector elements as: ...
Harken's user avatar
  • 105
4 votes
4 answers
321 views

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 ...
josh's user avatar
  • 2,749
2 votes
2 answers
167 views

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'. ...
Joalito's user avatar
  • 193
1 vote
2 answers
89 views

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. ...
hare's user avatar
  • 446
4 votes
2 answers
240 views

Consider the following sequence of deepening lists: ...
user13892's user avatar
  • 10.4k
2 votes
4 answers
153 views

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 ...
SciJewel's user avatar
  • 631
1 vote
2 answers
143 views

I want to change the plot legend in each panel while mapping a plot command. e.g., in the example below ...
Mahdi Razaz's user avatar
0 votes
1 answer
137 views

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}{...
Shiwen Feng's user avatar
1 vote
1 answer
163 views

I have Thread[Alphabet[] -> morseAlphabet[]] But I don't get morse code for each letter, instead: ...
marie_antoinette's user avatar

15 30 50 per page