📄️ Create a new Simulation
In your workspace, go to the Simulation page and click on Create to create a new simulation. You can also use the Playground for this tutorial.
📄️ Create a value node
Value nodes are nodes used in simulation to perform computation. They can represent values or formulas of different kind:
📄️ Create a formula
Let's compute to total daily revenue: Sales x Price.
📄️ Account for costs
To calculate our profits, we first need to take into account our costs.
📄️ Compute profit
To calculate our profits, we can simply use the following formula: Profit = Revenue - Total Cost.
📄️ Going further
Now that you have learned about the basic concept of AleaX, you can try to: