User Portlet User Portlet

Thibaut Jonckheere
Discussions
Dear All, I recently installed Mathematica version 12.0.0.0 on a new machine with Linux Mint. I have gcc installed, and recognized by Mathematica : In[5]:= CCompilers[] Out[5]= {{"Name" -> "GCC", "Compiler" ->...
Can the Diagonal[] function (which returns the diagonal of a matrix) be used in a Compile function ?From the error message in the code below, it seems that the Compile thinks the Diagonal function returns a table of Depth 2, and not of depth 1 (as it...
Dear all, I have troubles installing/using CUDA on my linux Mint machine (Linux Mint 17 Cinnamon 64-bit). I have a NVIDIA Quadro K610M, and I have installed the NVidia CUDA drivers. In Mathematica, several CUDA-related commands or checks give...
**Easy Cube** is a reflexion game from Japan. It consists of a set of 7 pieces which are "tetris"-like (each piece is a simple geometrical shape made from 3,4 or 5 cubes), and a collection of 48 problems, where the goal is to use the pieces to fill a...
Hello, for my first post on these groups (hi all!), here is a small recreational function combining **ImageIdentify** and image search on the web. The idea is to start from a given word (or sentence, or...), search for the internet for images...