Tag: Mathematica

Natural Language Processing in Mathematica

Written by on September 11, 2016 in Mathematica, Programming with 0 Comments
Natural Language Processing in Mathematica

Welcome back. Today I am going to share with you some of the nice capabilities of Mathematica in the area of Natural Language Processing (NLP). Let us start with words. What if we wish to know the various definitions of the word image? Here is the answer. Mathematica gives the various senses of the word and the […]

Continue Reading

Geo Computation in Mathematica

Written by on August 31, 2016 in Mathematica with 0 Comments
Geo Computation in Mathematica

Mathematica has many useful features when it comes to Geo Computation. I wanted to check out some of these features for today’s post. I travel between Chennai and Bengaluru on official work. So, let us start by determining the on-road distance between these cities. It turns out that this is the distance when you travel […]

Continue Reading

CUDA and Mathematica

Written by on August 20, 2016 in Mathematica, Programming with 1 Comment
CUDA and Mathematica

Recently I purchased a high-end desktop computer for my image processing project. Since many computations tend to take several hours to execute, I wanted to accelerate the calculations to the extent possible by adding a GPU. I chose NIVIDA’s GeForce GTX 1080 processor-based card. Although I will be using C++ for my work, because Mathematica 11 […]

Continue Reading

Using Julia to Interact with Mathematica

Written by on July 22, 2016 in Julia, Mathematica, Programming with 0 Comments
Using Julia to Interact with Mathematica

Mathematica is a powerful environment for symbolic and numerical computation. I have been using it for many years now. In this post I had explained how we can use Mathematica bundled with Raspberry distribution to control littleBits devices. When I saw that there is support in Julia for interacting with Mathematica, I decided to investigate it […]

Continue Reading

Using Cellular Automata to Generate Music

Written by on February 28, 2016 in LISP, Music, Programming with 0 Comments
Using Cellular Automata to Generate Music

Cellular automata are a powerful computational formalism. Stephen Wolfram’s book A New Kind of Science provides a thorough study of these devices. Not surprisingly, Wolfram Mathematica has great support for working with them. For example, the following figure shows the evolution of Rule 30 over 50 steps, plotted using ArrayPlot function (in Mathematica): Using cellular automata for […]

Continue Reading

Top