vault backup: 2025-04-08 09:21:02
This commit is contained in:
parent
451ea9d08c
commit
69568f719e
3 changed files with 8 additions and 3 deletions
2
.obsidian/workspace.json
vendored
2
.obsidian/workspace.json
vendored
|
@ -213,6 +213,7 @@
|
|||
"lastOpenFiles": [
|
||||
"Concurrent Systems/slides/class 11.pdf",
|
||||
"Concurrent Systems/notes/11 - non so cosa faremo oggi.md",
|
||||
"Pasted image 20250408091924.png",
|
||||
"Concurrent Systems/notes/10 - Implementing Consensus.md",
|
||||
"Concurrent Systems/notes/2 - Fast mutex by Lamport.md",
|
||||
"Concurrent Systems/notes/4 - Semaphores.md",
|
||||
|
@ -255,7 +256,6 @@
|
|||
"Concurrent Systems/slides/class 8.pdf",
|
||||
"Concurrent Systems/notes/images/Pasted image 20250324091452.png",
|
||||
"Concurrent Systems/notes/images/Pasted image 20250324082534.png",
|
||||
"Concurrent Systems/notes/images/Pasted image 20250324082545.png",
|
||||
"Senza nome.canvas"
|
||||
]
|
||||
}
|
|
@ -9,5 +9,10 @@ A (finite non-deterministic) automaton is a quintuple M = (Q,Act,q0,F,T), where:
|
|||
Automata Behaviour: language equivalence
|
||||
(where L(M) is the set of all the sequences of input characters that bring the automaton M from its starting state to a final one)
|
||||
|
||||
>[!note]
|
||||
>[!note] Language equivalence
|
||||
>M1 and M2 are *language equivalent* if and only if L(M1)=L(M2)
|
||||
|
||||

|
||||
By considering the starting states as also final, they both generate the same language, i.e.:
|
||||
(20.(tea + 20.coffee))∗ = (20.tea + 20.20.coffee)∗
|
||||
|
||||
|
|
BIN
Pasted image 20250408091924.png
Normal file
BIN
Pasted image 20250408091924.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
Loading…
Add table
Add a link
Reference in a new issue