Edumaps: Graphen einbetten

Edumaps

Plotter

  • Graphen werden mit Doppeltilden wie folgt erzeugt:
  • ~~~ x ~~~

    ~~~ x^2 ~~~

    ~~~ sin(x) + cos(x) ~~~

    ~~~ e^x ~~~
  • Man kann vielfältige Funktionen nutzen. Vergleiche Tutorial:
  •  
  •  
  •  
  •  

Beispiel-Graphen 1

  • Eingabe: x
  • ~~~ x ~~~
  • Eingabe: x^2
  • ~~~ x^2 ~~~
  • Eingabe: x^3
  • ~~~ x^3 ~~~

Beispiel-Graphen 2

  • Eingabe: sin(x) + cos(x)
  • ~~~ sin(x) + cos(x) ~~~
  • Eingabe: tan(x)
  • ~~~ tan(x) ~~~
  • Eingabe: e^x
  • ~~~ e^x ~~~

Beispiel-Graphen 3

  • Eingabe: x^2+1/x;1/x+4
  • ~~~ x^2+1/x;1/x+4 ~~~
  • Eingabe: 1/x;3;2;1
  • ~~~ 1/x;3;2;1 ~~~
  • Eingabe: tan(x)/x
  • ~~~ tan(x)/x ~~~

Graphen und Latex in einer Box

  • Ansicht des Graphen f(x) = x^{2,5}-1:
  • ~~~ x^(2,5)-1 ~~~
  • Als Latex: \( f(x) = x^{2,5} -1 \)
KI