Saltar al contenido principal
LibreTexts Español

35.2: Producto interno en funciones

  • Page ID
    115547
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    from IPython.display import YouTubeVideo
    YouTubeVideo("8ZyeHtgMBjk",width=640,height=360, cc_load_policy=True)

    Ejemplo

    Considere las siguientes funciones

    \[f(x)=3x-1 \nonumber\]

    \[g(x)=5x+3 \nonumber\]

    \[\text{with inner product defined by }\langle f,g\rangle=\int_0^1{f(x)g(x)dx}. \nonumber\]

    Pregunta 5

    ¿Cuál es la norma\(f(x)\) en este espacio?

    (Pista: puedes usar sympy.integrate para calcular la integral)

    Pregunta 6

    ¿Cuál es la norma\(g(x)\) en este espacio?

    Pregunta 7

    ¿Cuál es el producto interior de\(f(x)\) y\(g(x)\) en este espacio?


    This page titled 35.2: Producto interno en funciones is shared under a CC BY-NC 4.0 license and was authored, remixed, and/or curated by Dirk Colbry via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.