32 lines
711 B
Plaintext
32 lines
711 B
Plaintext
English:
|
||
|
||
#+TITLE: Sagemath – ploting graphs of functions
|
||
|
||
* Topic:
|
||
How to plot a graph of functions with sagemath (also for functions in R^2)
|
||
|
||
* Tasks
|
||
+ Plot (mesh, colors):
|
||
++ x\mapsto x^2-2x+3
|
||
++ x\mapsto \cos 2x
|
||
++ x\mapsto\sin \tfrac{1}{x}
|
||
++ (x,y)\mapsto x^2+y^2
|
||
++ (x,y)\mapsto x^2−y^2 + 2 x y ^2+1.
|
||
|
||
|
||
|
||
Spanish:
|
||
|
||
# + TITLE: Sagemath: gráficos de funciones de funciones
|
||
|
||
* Tema:
|
||
Cómo trazar un gráfico de funciones con sagemath (también para funciones en R ^ 2)
|
||
|
||
* Tareas
|
||
+ Parcela (malla, colores):
|
||
++ x \ mapsto x ^ 2-2x + 3
|
||
++ x \ mapsto \ cos 2x
|
||
++ x \ mapsto \ sin \ tfrac {1} {x}
|
||
++ (x, y) \ mapsto x ^ 2 + y ^ 2
|
||
++ (x, y) \ mapsto x ^ 2-y ^ 2 + 2 x y ^ 2 + 1.
|