How to rewrite a tensor as a matrix
Breaking "Functional Loops" and Doing Lazy Evaluation In Mathematica
Hexadecimal bytes as variable converted to binary bits
Kernel starts up very slowly on Linux
How to decompose a list of n-tuples into a union of Cartesian products
Mathematica emits a beep after any evaluation - how to remove it?
Prony series with a large number of terms
How to rewrite a tensor as a matrix https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=226089
I put {TensorProduct[{1, 0}, {0, 1}, {0, 1}, {0, 1}, {0, 1}]}/Sqrt[2]//MatrixForm and I got $$ \left( \begin{array}{cc} \left( \begin{array}{cc} \left( \begin{array}{cc} 0 & 0 \\ 0 & 0 \\ ... [matrix] [tensors]
asked by Moeki https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=73815 12 votes answered by Suba Thomas https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=5998
9 votes Breaking "Functional Loops" and Doing Lazy Evaluation In Mathematica
https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=226334
Alright, so this is a question about the functional way to break a for/while loop. Since we're on the Mathematica SE, I'm interested in the ways a Mathematica vet would handle this, however the ... [functional-style] [lazy-computations]
asked by dskeletov https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=34831 8
votes answered by flinty https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=72682
6 votes Hexadecimal bytes as variable converted to binary bits https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=226171
I am working with hexadecimal bytes but need to shift them into lists of binary bits for a few operations and then back again. For example, I would like C12B to turn into ... [list-manipulation] [character-encoding] [number-bases]
asked by toothandsticks https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=73837 8
votes answered by Hausdorff https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=73380
9 votes Kernel starts up very slowly on Linux https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=226128
V 12.1.1, starting a kernel, e.g. by entering wolframscript in the shell, takes an unexpectedly long time (~5 min, the time elapsed between pressing Enter and the showing-up of In[1] := ); but the ... [kernel] [linux] [kernel-startup] [version-12] [version-12.1]
answered by Ordinary users68 https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=42417
5 votes How to decompose a list of n-tuples into a union of Cartesian products
https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=226294
I have a list with all elements at the same level { {a, d}, {a, e}, {a, f}, {b, d}, {b, e}, {b, f}, {c, d}, {c, e}, {c, f}, {x, t}, {x, q} } How can I transform this to a list of ... [list-manipulation] [sets]
asked by Martin Leung https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=73880 7
votes answered by yarchik https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=9469
4 votes Mathematica emits a beep after any evaluation - how to remove it?
https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=226316
Without any obvious reason Mathematica started to emit a beep after each evaluation, even when it is error free. Why is that, and how can I turn it off? I tried restarting Mathematica to no avail, and ... [evaluation] [sound]
asked by Jxx https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=68480 6 votes answered by Ordinary users68 https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=42417
6 votes Prony series with a large number of terms https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=226327
A Prony series is similar to a Fourier series but can have fewer terms. It takes the form $\sum_{i=1}^{M} A_i e^{\sigma _i t} \cos \left(\omega _i t+\phi _i\right)$ Note that unlike Fourier series ... [fitting]
asked by Hugh https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=12558 6
votes