Wolfram Mathematica Programming

This lesson delves into evaluating and analyzing numerical values and expressions in Wolfram Language. You’ll learn to identify the types of numbers (e.g., Integer, Rational, Real, and Complex) using the Head function, check numerical properties (such as evenness, primality, or integrality), and perform equality and inequality tests. Additionally, you’ll explore the nuances of numerical equality and identity, the role of Head in distinguishing data types, and the precedence of operations. Practical examples demonstrate both operator-based and functional approaches, offering insights into how comparisons and checks can streamline decision-making in computational workflows.

Download the Wolfram Mathematica Notebook.
Download the lecture PDF.

0% Complete