Skip to content
Snippets Groups Projects
Commit 70dcfac9 authored by Hans-Peter Deifel's avatar Hans-Peter Deifel :turtle:
Browse files

Add example for complex numbers

parent 00410b6f
Branches
No related tags found
Loading
# A simple weighted automaton with complex numbers as weights.
C^X
a: { a: 1 + 0i, b: 0 + 1i, c: 1 + 1i }
b: { a: 1i, b: 1, c: 1i + 1 }
c: { a: 0, b: 0, c: 0 }
Block 0: a, b
Block 1: c
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment