WOLFRAM

Wolfram Language

Education & Academic

Using the Wolfram Language in the Classroom: English

It's day two of the Wolfram Language in the Classroom series, and I'll be bringing coding into an English class today. For the most part, educators and administrators consider programming a tool only for STEM courses. While coding in the Wolfram Language is excellent for STEM, it is an invaluable tool for many other subject areas as well. Using the Wolfram Language in an English class supports a computational approach to critical thinking, which allows students to collect and analyze data to become reflective writers. In the following lesson, educators can prompt students to write just a little bit of code to reflect on their written work.
Education & Academic

Using the Wolfram Language in the Classroom: Math

This post is now available for download as a CDF file in the following languages: Chinese, German, Japanese, and Spanish. Download the Wolfram CDF Player for free here. Welcome to the first in a series of posts on using the Wolfram Language in the classroom! Each day this week my colleagues and I will share some of our thoughts about how to use the Wolfram Language in various classroom settings. Each post will focus on a different subject and will provide an example lesson for instructors to use with their students, complete with the appropriate grade levels, goals, and procedures. Our lessons are designed with the principles of computational thinking in mind, and we will highlight specifically how these lessons fit into that paradigm. Today I'll discuss a subject the Wolfram Language was born and bred to tackle: math. But since there is so much to do with math in the Wolfram Language, we need to focus on a specific aspect. I want to talk about how to use the Wolfram Language to create exploratory tools that allow students to develop their intuition and curiosity without the pressures of rigorous formalization.
Education & Academic

Literary Analysis and the Wolfram Language: Jumping Down a Reading Rabbit Hole

As summer wraps up and students are hitting the books once again here in the US, it's fun to explore how the Wolfram Language can be used in the classroom to analyze texts. Take the beloved classic Alice in Wonderland by Lewis Carroll as an example. In just a few lines of code, you can create a word cloud from its text, browse its numerous covers, and visualize its emotional content. Jump right in by creating a WordCloud:
Products

MHacks 6 Brings Hacking to a Higher Level

MHacks is a hackathon hosted by the University of Michigan every year that brings together a diverse group of students to redefine the modern perception of hackers as criminals or programming experts and to make something amazing. At this year's MHacks 6, Wolfram was proud to be a sponsor and see our technologies in action in several of the group projects. Last year's winners, Olivia Walch and Matt Jacobs, returned with new teammates Sam Oliver and David Renardy as Team Fusion Furniture. Their hack, which tied for first place in Best Use of Wolfram Technology, allows users to turn photos and pictures from their phones into custom, 3D-printed tables and chairs. Team Fusion Furniture used the Wolfram Language and Wolfram Development Platform (formerly known as Wolfram Programming Cloud) to "generate, export, and email the 3D model from the images" and for other back end needs.
Computation & Analysis

The Coffee “Flavor-Rator”

I drink too much coffee---it's one of my few vices. Recently, my favorite espresso machine at the Wolfram Research headquarters in Champaign, Illinois, was replaced with a fancy new combination coffee and espresso maker. The coffee now comes in little pouches of various flavors, ranging from "light and smooth" to "dark and intense". There even is a "hot chocolate" pouch and a way to make cappuccinos using both a "froth" pouch and an "espresso" pouch. Here is a picture of the new coffee selection:
Leading Edge

Wolfram Community Featured Posts: Reddit’s 60-Second Button, Raspberry Pi, and More

Wolfram Community connects you with users from around the world who are doing fun, innovative, and useful things with the Wolfram Language. From game theory and connected devices to astronomy and design, here are a few posts you won't want to miss. Are you familiar with the Reddit 60-second button? The Reddit experiment was a countdown that would vanish if it ever reached zero. Clicking a button gave the countdown another 60 seconds. One Community post brings Wolfram Language visualization and analysis to Reddit's experiment, which has sparked questions spanning game theory, community psychology, and statistics. David Gathercole started by importing a dataset from April 3 to May 20 into Mathematica and charted some interesting findings. See what he discovered and contribute your own ideas.
Leading Edge

New in the Wolfram Language: AnglePath

A brilliant aspect of the Wolfram Language is that not only you can do virtually anything with it, you can also do whatever you want in many different ways. You can choose the method you prefer, or even better, try several methods to understand your problem from different perspectives. For example, when drawing a graphic, we usually specify the coordinates of its points or elements. But sometimes it's simpler to express the graphic as a collection of relative displacements: move a distance r in a direction forming an angle θ with respect to the direction of the segment constructed in the previous step. This is known as turtle graphics in computer graphics, and is basically what the new function AnglePath does. If all steps have the same length, use AnglePath[{θ1,θ2,...}] to specify the angles. If each step has a different length, use AnglePath[{{r1,θ1},{r2,θ2}, ...}] to give the pairs {length, angle}. That's it. Let's see some results.
Computation & Analysis

Wolfram Language Artificial Intelligence: The Image Identification Project

“What is this a picture of?” Humans can usually answer such questions instantly, but in the past it’s always seemed out of reach for computers to do this. For nearly 40 years I’ve been sure computers would eventually get there—but I’ve wondered when. I’ve built systems that give computers all sorts of intelligence, much of […]

Computation & Analysis

Instant Apps for the Apple Watch with the Wolfram Language

Note added 04/30/2018: Due to changes around Apple Watch and WatchKit, the Wolfram Cloud app does not currently support Apple Watch. The functionality described in this post remains available for other mobile devices. My goal with the Wolfram Language is to take programming to a new level. And over the past year we’ve been rolling […]