Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. documentclass[avery5388,grid,frame]{flashcards}
  2.  
  3. cardfrontstyle[largeslshape]{headings}
  4. cardbackstyle{empty}
  5. begin{document}
  6.  
  7. cardfrontfoot{Functional Analysis}
  8.  
  9.  
  10. begin{flashcard}[Definition]{Norm on a Linear Space \ Normed Space}
  11.  
  12. A real-valued function $||x||$ defined on a linear space $X$, where
  13. $x in X$, is said to be a emph{norm on} $X$ if
  14.  
  15.  
  16. smallskip
  17.  
  18. begin{description}
  19. item [Positivity] $||x|| geq 0$,
  20. item [Triangle Inequality] $||x+y|| leq ||x|| + ||y||$,
  21. item [Homogeneity] $||alpha x|| = |alpha| : ||x||$,
  22. $alpha$ an arbitrary scalar,
  23. item [Positive Definiteness] $||x|| = 0$ if and only if $x=0$,
  24. end{description}
  25.  
  26. smallskip
  27.  
  28. where $x$ and $y$ are arbitrary points in $X$.
  29.  
  30. medskip
  31.  
  32. A linear/vector space with a norm is called a emph{normed space}.
  33. end{flashcard}
  34.  
  35. begin{flashcard}[Definition]{Inner Product}
  36.  
  37. Let $X$ be a complex linear space. An emph{inner product} on $X$ is
  38. a mapping that associates to each pair of vectors $x$, $y$ a scalar,
  39. denoted $(x,y)$, that satisfies the following properties:
  40.  
  41. medskip
  42.  
  43. begin{description}
  44. item [Additivity] $(x+y,z) = (x,z) + (y,z)$,
  45. item [Homogeneity] $(alpha : x, y) = alpha (x,y)$,
  46. item [Symmetry] $(x,y) = overline{(y,x)}$,
  47. item [Positive Definiteness] $(x,x) > 0$, when $xneq0$.
  48. end{description}
  49. end{flashcard}
  50.  
  51.  
  52. begin{flashcard}[Definition]{Linear Transformation/Operator}
  53.  
  54. A transformation $L$ of (operator on) a linear space $X$ into a linear
  55. space $Y$, where $X$ and $Y$ have the same scalar field, is said to be
  56. a emph{linear transformation (operator)} if
  57.  
  58. medskip
  59.  
  60. begin{enumerate}
  61. item $L(alpha x) = alpha L(x), forall xin X$ and $forall$
  62. scalars $alpha$, and
  63. item $L(x_1 + x_2) = L(x_1) + L(x_2)$ for all $x_1,x_2 in X$.
  64. end{enumerate}
  65.  
  66. end{flashcard}
  67. end{document}
  68.  
  69. Command Line: texify.exe --pdf --tex-option=--interaction=errorstopmode --tex- option=--synctex=-1 "C:UsersJayDesktopLatextesting4.tex"
  70. Startup Folder: C:UsersJayDesktopLatex
  71.  
  72. This is pdfTeX, Version 3.14159265-2.6-1.40.17 (MiKTeX 2.9)
  73. entering extended mode
  74. (C:/Users/Jay/Desktop/Latex/testing4.tex
  75. LaTeX2e <2016/03/31>
  76. Babel <3.9r> and hyphenation patterns for 75 language(s) loaded.
  77.  
  78. ("C:UsersJayAppDataLocalProgramsMiKTeX 2.9texlatexflashcardsflashcard
  79. s.cls"
  80. Document Class: flashcards 2010/08/13 1.0.1 (matthew@debian.org)
  81. ("C:UsersJayAppDataLocalProgramsMiKTeX 2.9texlatexbaseifthen.sty")
  82. ("C:UsersJayAppDataLocalProgramsMiKTeX 2.9texlatexbasearticle.cls"
  83. Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
  84. ("C:UsersJayAppDataLocalProgramsMiKTeX 2.9texlatexbasesize10.clo"))
  85. Coudln't find avery5388.cfg, using defualt.
  86. ! Undefined control sequence.
  87. reserved@b ...@onefilewithoptions #1[{cardpaper
  88. }][{}]noexpand @pkgexten...
  89. l.77 setlength
  90. {oddevenshift}{oddoffset}
  91. ?
  92.  
  93. Process has been terminated ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement