diff --git a/source/finite-state-machines/sec-modeling-finite-state-machines.ptx b/source/finite-state-machines/sec-modeling-finite-state-machines.ptx index 45f7743..a8e7676 100644 --- a/source/finite-state-machines/sec-modeling-finite-state-machines.ptx +++ b/source/finite-state-machines/sec-modeling-finite-state-machines.ptx @@ -8,11 +8,12 @@

- Although SageMath does not have a dedicated built-in module to handle state - machines, it can still be used to model, construct, display, and run relatively + Although SageMath does have a dedicated built-in module to handle state + machines, we can still model, construct, display, and run relatively simple state machines, leveraging the general-purpose tools, such as graphs and transition matrices, to represent and work with state machines.