Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. documentclass[avery5388,grid,frame]{flashcards}
  2.  
  3. cardfrontstyle[largeslshape]{headings}
  4. cardbackstyle{empty}
  5.  
  6. begin{document}
  7.  
  8. cardfrontfoot{Functional Analysis}
  9.  
  10. begin{flashcard}[Definition]{Lever celler}
  11. includegraphics[width=.8linewidth]{billeder/0604}
  12. end{flashcard}
  13.  
  14.  
  15. begin{flashcard}[Definition]{Inner Product}
  16.  
  17. Let $X$ be a complex linear space. An emph{inner product} on $X$ is
  18. a mapping that associates to each pair of vectors $x$, $y$ a scalar,
  19. denoted $(x,y)$, that satisfies the following properties:
  20.  
  21. medskip
  22.  
  23. begin{description}
  24. item [Additivity] $(x+y,z) = (x,z) + (y,z)$,
  25. item [Homogeneity] $(alpha : x, y) = alpha (x,y)$,
  26. item [Symmetry] $(x,y) = overline{(y,x)}$,
  27. item [Positive Definiteness] $(x,x) > 0$, when $xneq0$.
  28. end{description}
  29. end{flashcard}
  30. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement