7.43.2 Greatest hits from previous weeks

7.43.2.1 How to find integer solutions?
7.43.2.2 How do I identify the source of a "Tag times protected" error?
7.43.2.3 Mathematica Minecraft
7.43.2.4 How can I draw the Olympic rings with Mathematica?
7.43.2.5 How to perform a multi-peak fitting?
7.43.2.6 Parallel and perpendicular symbol from Mathematica to $\LaTeX$
7.43.2.7 Solving $L=\frac 3  2  \sqrt 4 \pi ^2 A^2+W^2 -\frac \sqrt 5 W \sqrt 4 \pi ^2 A^2+W^2 +6 \pi ^2 A^2+3 W^2   \sqrt 2  +\frac 3 W  2 $ for $W$
7.43.2.1 How to find integer solutions?

https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=42359

Following is the equation: 
Need to solve for integer values of x,y when a,b lies between -1000 and 1000. 
Problem is to find the number of integer values of pair (x,y) that satisfy it. 
[equation-solving]
 
asked by Sahil Sareen https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=12396 2 votes
answered by bill s https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=1783 4 votes
7.43.2.2 How do I identify the source of a "Tag times protected" error?

https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=11982

I have some code that looks like 
 
 Table[ 
a = 1; 
b = {2, 3} 
c = i;, 
{i, 2} 
] 
 
 
which gives an error: 
Set::write: Tag Times in c {2,3} is Protected.... 
[warning-messages] [syntax] [debugging] [faq]
 
asked by dearN https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=204 30 votes
answered by Mr.Wizard https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=121 36 votes
7.43.2.3 Mathematica Minecraft

https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=19669

Some time ago I asked myself: with all these great graphics and interactive capabilities of Mathematica, what kinds of 3D games can be implemented in it?  And the answer which came to mind is ... 
[programming] [dynamic] [graphics3d] [eventhandler] [development]
 
asked by faleichik https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=219 169 votes
answered by faleichik https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=219 247 votes
7.43.2.4 How can I draw the Olympic rings with Mathematica?

https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=8885

How can I draw the 5 interlocking Olympic rings with Mathematica? 
(SVG version) 
Edit 
 
Hard choice, but some pretty cool answers here. I didn't have 3D answers in mind when I posted the question, but ... 
[graphics] [generative-art]
 
asked by Mike Honeychurch https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=77 45 votes
answered by cormullion https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=61 23 votes
7.43.2.5 How to perform a multi-peak fitting?

https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=26336

I am wondering how to implement the multi-peak detecting and fitting in Mathematica. Following is an example of fitting the data using three peaks (such that the data ~ peak1 + peak2 + peak3). 
The ... 
[fitting] [data] [peak-detection]
 
asked by Everett You https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=1389 56 votes
answered by Silvia https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=17 55 votes
7.43.2.6 Parallel and perpendicular symbol from Mathematica to $\LaTeX$

https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=46538

I want to get the following expression from Mathematica to $\LaTeX$: 
 
\begin{bmatrix} 
E_{\parallel} \\ E_{\perp} 
\end{bmatrix} 
 
I have tried to use inbuilt 'symbol' character from the special ... 
[latex]
 
asked by Steve Hatcher https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=13314 20 votes
answered by Sjoerd C. de Vries https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=57 27 votes
7.43.2.7 Solving $L=\frac 3  2  \sqrt 4 \pi ^2 A^2+W^2 -\frac \sqrt 5 W \sqrt 4 \pi ^2 A^2+W^2 +6 \pi ^2 A^2+3 W^2   \sqrt 2  +\frac 3 W  2 $ for $W$

https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=57763

When I solve the aforementioned equation for $W$ or $A$ on Mathematica I get a long and ugly equation in return, namely one of the solutions for $W$ is: (attempt to read at your own health) 
 
... 
[equation-solving] [functions] [approximation]
 
asked by J.D'Almbert https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=19257 8 votes
answered by Alexei Boulbitch https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=788 15 votes