WOLFRAM

Wolfram Language

Education & Academic

User Research: Deep Learning for Gravitational Wave Detection with the Wolfram Language

Daniel George is a graduate student at the University of Illinois at Urbana-Champaign, Wolfram Summer School alum and Wolfram intern whose award-winning research on deep learning for gravitational wave detection recently landed in the prestigious pages of Physics Letters B in a special issue commemorating the Nobel Prize in 2017. We sat down with Daniel to learn more about his research and how the Wolfram Language plays a part in it.
Announcements & Events

Roaring into 2018 with Another Big Release: Launching Version 11.3 of the Wolfram Language & Mathematica

Last September we released Version 11.2 of the < ahref="https://www.wolfram.com/language/"Wolfram Language and Mathematica—with all sorts of new functionality, including 100+ completely new functions. Version 11.2 was a big release. But today we’ve got a still bigger release: Version 11.3 that, among other things, includes nearly 120 completely new functions. This June 23rd it’ll be 30 […]

Computation & Analysis

Web Scraping with the Wolfram Language, Part 1: Importing and Interpreting

Do you want to do more with data available on the web? Meaningful data exploration requires computation—and the Wolfram Language is well suited to the tasks of acquiring and organizing data. I'll walk through the process of importing information from a webpage into a Wolfram Notebook and extracting specific parts for basic computation. Throughout this post, I'll be referring to this website hosted by the National Weather Service, which gives 7-day forecasts for locations in the western US:
Education & Academic

Cultivating New Solutions for the Orchard-Planting Problem

Some trees are planted in an orchard. What is the maximum possible number of distinct lines of three trees? In his 1821 book Rational Amusement for Winter Evenings, J. Jackson put it this way: Fain would I plant a grove in rows But how must I its form compose             With three trees in each row; To have as many rows as trees; Now tell me, artists, if you please:             'Tis all I want to know. Those familiar with tic-tac-toe, three-in-a-row might wonder how difficult this problem could be, but it’s actually been looked at by some of the most prominent mathematicians of the past and present. This essay presents many new solutions that haven’t been seen before, shows a general method for finding more solutions and points out where current best solutions are improvable.
Current Events & History

The Wolfram Language Bridges Mathematics and the Arts

Every summer, 200-some artists, mathematicians and technologists gather at the Bridges conference to celebrate connections between mathematics and the arts. It's five exuberant days of sharing, exploring, puzzling, building, playing and discussing diverse artistic domains, from poetry to sculpture. The Wolfram Language is essential to many Bridges attendees' work. It's used to explore ideas, puzzle out technical details, design prototypes and produce output that controls production machines. It's applied to sculpture, graphics, origami, painting, weaving, quilting—even baking. In the many years I've attended the Bridges conferences, I've enjoyed hearing about these diverse applications of the Wolfram Language in the arts. Here is a selection of Bridges artists' work.
Current Events & History

Running the Numbers with the Illinois Marathon Viewer

I love to run. A lot. And many of my coworkers do too. You can find us everywhere, and all the time: on roads, in parks, on hills and mountains, and even running up and down parking decks, a flat lander's version of hills. And if there is a marathon to be run, we'll be there as well. With all of the internal interest in running marathons, Wolfram Research created this Marathon Viewer as a sponsorship project for the Christie Clinic Illinois Marathon. Here are four of us, shown as dots, participating in the 2017 Illinois Marathon: How did the above animation and the in-depth look at our performance come about? Read on to find out.
Education & Academic

Slicing Silhouettes of Jupiter: Processing JunoCam Images

With the images from the Juno mission being made available to the public, I thought it might be fun to try my hand at some image processing with them. Though my background is not in image processing, the Wolfram Language has some really nice tools that lessen the learning curve, so you can focus on what you want to do vs. how to do it.
Computation & Analysis

Spikey Bird: Creating a Flappy Bird Mod in the Wolfram Language

An earlier version of this post appeared on Wolfram Community, where the creation of a game interface earned the author a staff pick from the forum moderators. Be sure to head over to Wolfram Community and check out other innovative uses of the Wolfram Language! If you like video games and you're interested in designing them, you should know that the Wolfram Language is great at making dynamic interfaces. I've taken a simple game, reproduced it and modded it with ease. Yes, it's true—interactive games are yet another avenue for creative people to use the versatile Wolfram Language to fulfill their electronic visions. The game I'm using for this demonstration is Flappy Bird, a well-known mobile game with a simple yet captivating interactive element that has helped many people kill a lot of time. The goal of the game is to navigate a series of pipes, where each successful pass adds a point to your score. The challenge is that the character, the bird, is not so easy to control. Gravity is constantly pulling it down. You "flap" to boost yourself upward by repeatedly tapping the screen, but you must accurately time your flaps to navigate the narrow gaps between pipes. So follow along and see what kind of graphical gaming mayhem is possible in just a few short lines of code!