WOLFRAM

Developer Insights

Announcements & Events

Announcing SystemModeler 5: Symbolic Parametric Simulation, Modular Reconfigurability and 200 New Built-in Components

Explore the contents of this article with a free Wolfram SystemModeler trial. Our goal with SystemModeler is to provide a state-of-the-art environment for modeling, simulation---and analytics---that leverages the Wolfram technology stack and builds on the Modelica standard for systems description (that we helped to develop). SystemModeler is routinely used by the world's engineering organizations on some of the world's most complex engineering systems—as well as in fields such as life sciences and social science. We've been pursuing the development of what is now SystemModeler for more than 15 years, adding more and more sophistication to the capabilities of the system. And today we're pleased to announce the latest step forward: SystemModeler 5.
Computation & Analysis

Brain, Neurons, Cognition: Computational Neuroscience

As the next phase of Wolfram Research's endeavor to make biology computable, we are happy to announce the recent release of neuroscience-related content. The most central part of the human nervous system is the brain. It contains roughly 100 billion neurons that act together to process information, subdivided functionally and structurally into areas specialized for certain tasks. The brain's anatomy, the characteristics of neurons and cognitive maps are used to represent some key aspects of the functional organization and processing abilities of our nervous system. Our new neuroscience content will give you a sneak peek into the amazing world of neuroscience with some facts about brains, neurons and cognition.
Education & Academic

New in the Wolfram Language: Enhanced Derivatives

Derivatives of functions play a fundamental role in calculus and its applications. In particular, they can be used to study the geometry of curves, solve optimization problems and formulate differential equations that provide mathematical models in areas such as physics, chemistry, biology and finance. The function D computes derivatives of various types in the Wolfram Language and is one of the most-used functions in the system. My aim in writing this post is to introduce you to the exciting new features for D in Version 11.1, starting with a brief history of derivatives.
Leading Edge

Communication in Industry 4.0 with Wolfram SystemModeler and OPC UA

Background

Explore the contents of this article with a free Wolfram SystemModeler trial. Industry 4.0, the fourth industrial revolution of cyber-physical systems, is on the way! With it come sensors and boards that are much cheaper than they used to be. All of these components are connected through some kind of network or cloud so that they are able to talk to each other. This is where the OPC Unified Architecture (OPC UA) comes in. OPC UA is a machine-to-machine communication protocol for industrial automation. It is designed to be the successor to the older OPC Classic protocol that is bound to the Microsoft-only process exchange COM/DCOM (if you are interested in the OPCClassic library for Wolfram SystemModeler, you can find it here).
Announcements & Events

Launching Wolfram Player for iOS

UPDATE:

Wolfram Player for iOS is out of beta! You can download it from the App Store today. Learn more in this blog post. It's been a long road. To some degree, we've been working on a Wolfram notebook front end for iOS for about six years now. And in the process, we've learned a lot about notebook front ends, a thing we already knew a lot about. Let's rewind the tape a bit and review.
Education & Academic

New in the Wolfram Language: Ask

Making web forms should be dead simple. That has been one of our goals at Wolfram Research since the release of the Wolfram Cloud. We've made smart input fields, powered by Wolfram|Alpha technology, that understand almost anything users type. We've designed FormFunction and APIFunction so that you can build forms and APIs with the same readable syntax. And now with the newest version of the Wolfram Language, you can build interactive web forms with dynamic branching and control flow using the Ask family of functions.

Leading Edge

New in the Wolfram Language: Audio

I have always liked listening to music. In high school, I started wondering how it is that music seems to be so universally pleasing, and how it differs from other kinds of sounds and noises. I started learning to play guitar, and later at the University of Trieste, I learned about acoustics and signal processing. I picked up the guitar in high school, but once I began learning to program, the idea of being able to create and process any sound using a computer was liberating. I didn't need to buy expensive and esoteric gear; I just needed to write some (or a lot!) of code. There are many programming languages that focus on music and sound, but complex operations (such as sampling a number from a special distribution, or the simulation of random processes) often require a lot of effort. That's why the audio capabilities in the Wolfram Language are special: the ability to deal with audio objects is combined with all the knowledge and computational power of the Wolfram Language! First, we needed a brand-new atomic object in the language: the Audio object.