|
|
|
last edited 13 years ago by Bill Page |
| 1 2 3 4 5 6 7 8 9 10 11 | ||
|
Editor: Bill Page
Time: 2011/04/22 15:50:05 GMT-7 |
||
| Note: assume U symmetric | ||
added:
Repeat the calculation, assuming that U is symmetric.
\begin{axiom}
U:=eval(U,sp('u,[2,1])=sp('u,[1,2]))
\end{axiom}
\begin{axiom}
Um:=matrix Ξ(Ξ((𝐞.i*𝐞.j)/U, i,1..dim), j,1..dim)
mU:=transpose inverse map(retract,Um)
Ω:=Σ(Σ(mU(i,j)*(𝐞.i*𝐞.j), i,1..dim), j,1..dim)
\end{axiom}
Check that the snake relation holds
\begin{axiom}
test
( I Ω ) /
( U I ) = I
test
( Ω I ) /
( I U ) = I
\end{axiom}
Dimension
This quantity no longer depends on $U$!
\begin{axiom}
d:=
Ω /
U
\end{axiom}
This one apparently does not.
\begin{axiom}
d':=
Ω /
X /
U
\end{axiom}
Non-degeneracy of the pairing
Ref:
Frobenius algebras and 2D topological quantum field theories
Section 2.3.11, page 112.
Joachim Kock
![]() |
We use the Axiom LinearOperator? library
(1) -> )library MONAL PROP LIN
)library cannot find the file LIN. Monoidal is now explicitly exposed in frame initial Monoidal will be automatically loaded when needed from /var/aw/var/LatexWiki/MONAL.NRLIB/MONAL Prop is now explicitly exposed in frame initial Prop will be automatically loaded when needed from /var/aw/var/LatexWiki/PROP.NRLIB/PROP
and convenient notation
macro Σ(x,i, n)==reduce(+, [x for i in n])
macro Ξ(f,i, n)==[f for i in n]
macro sb == subscript
macro sp == superscript
Let 𝐋 be the domain of 2-dimensional linear operators
dim:=2
| (1) |
macro ℒ == List
macro ℚ == Expression Integer
𝐋 := LinearOperator(dim,OVAR [], ℚ)
There are no library operations named LinearOperator Use HyperDoc Browse or issue )what op LinearOperator to learn if there is any operation containing " LinearOperator " in its name.
Cannot find a definition or applicable library operation named LinearOperator with argument type(s) PositiveInteger Type Type
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need.
A scalar product (pairing) is denoted by
U:=Σ(Σ(sp('u, [i, j])*𝐝.i*𝐝.j, i, 1..dim), j, 1..dim)
There are no library operations named 𝐝
Use HyperDoc Browse or issue
)what op 𝐝
to learn if there is any operation containing " 𝐝 " in its name.
Cannot find a definition or applicable library operation named 𝐝
with argument type(s)
PositiveInteger
Perhaps you should use "@" to indicate the required return type,
or "$" to specify which version of the function you need.
FriCAS will attempt to step through and interpret the code.
There are no library operations named 𝐝
Use HyperDoc Browse or issue
)what op 𝐝
to learn if there is any operation containing " 𝐝 " in its name.
Cannot find a definition or applicable library operation named 𝐝
with argument type(s)
PositiveInteger
Perhaps you should use "@" to indicate the required return type,
or "$" to specify which version of the function you need.
Solve the "snake relation" as a system of linear equations.
Ω:𝐋:=Σ(Σ(sb('u, [i, j])*𝐞.i*𝐞.j, i, 1..dim), j, 1..dim)
𝐋 is not a valid type.
This is equivalent to a matrix inverse (transposed!)
Um:=matrix Ξ(Ξ((𝐞.i*𝐞.j)/U,i, 1..dim), j, 1..dim)
There are no library operations named 𝐞 Use HyperDoc Browse or issue )what op 𝐞 to learn if there is any operation containing " 𝐞 " in its name. Cannot find a definition or applicable library operation named 𝐞 with argument type(s) PositiveInteger
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need. FriCAS will attempt to step through and interpret the code. There are no library operations named 𝐞 Use HyperDoc Browse or issue )what op 𝐞 to learn if there is any operation containing " 𝐞 " in its name.
Cannot find a definition or applicable library operation named 𝐞 with argument type(s) PositiveInteger
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need.
Check that the snake relation holds
test
( I Ω ) /
( U I ) = I
There are no exposed library operations named I but there is one
unexposed operation with that name. Use HyperDoc Browse or issue
)display op I
to learn more about the available operation.
Cannot find a definition or applicable library operation named I
with argument type(s)
Variable(Ω)
Perhaps you should use "@" to indicate the required return type,
or "$" to specify which version of the function you need.
This quantity depends on
!
d:=
Ω /
U
| (2) |
This one apparently does not.
d':=
Ω /
X /
U
| (3) |
Repeat the calculation, assuming that U is symmetric.
U:=eval(U,sp('u, [2, 1])=sp('u, [1, 2]))
| (4) |
Um:=matrix Ξ(Ξ((𝐞.i*𝐞.j)/U,i, 1..dim), j, 1..dim)
There are no library operations named 𝐞 Use HyperDoc Browse or issue )what op 𝐞 to learn if there is any operation containing " 𝐞 " in its name. Cannot find a definition or applicable library operation named 𝐞 with argument type(s) PositiveInteger
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need. FriCAS will attempt to step through and interpret the code. There are no library operations named 𝐞 Use HyperDoc Browse or issue )what op 𝐞 to learn if there is any operation containing " 𝐞 " in its name.
Cannot find a definition or applicable library operation named 𝐞 with argument type(s) PositiveInteger
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need.
Check that the snake relation holds
test
( I Ω ) /
( U I ) = I
There are no exposed library operations named I but there is one
unexposed operation with that name. Use HyperDoc Browse or issue
)display op I
to learn more about the available operation.
Cannot find a definition or applicable library operation named I
with argument type(s)
Variable(Ω)
Perhaps you should use "@" to indicate the required return type,
or "$" to specify which version of the function you need.
This quantity no longer depends on
!
d:=
Ω /
U
| (5) |
This one apparently does not.
d':=
Ω /
X /
U
| (6) |