Apple Newton Works Graphing Calculator Manual de usuario Pagina 39

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 44
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 38
Graphing lists
You can use lists to graph a family of curves. Use one of the following formats for
the list:
m [[x1,y1,x2,y2,x3,y3...]
m [[x1,y1],[x2,y2],[x3,y3],...]
m [[x1,x2,x3,...],[y1,y2,y3,...]]
An example is shown below:
An advantage of the format [[x1,x2,x3,...],[y1,y2,y3,...]] is that you can perform
operations on the x and y coordinates independently.
The following example shifts the graph to the right (shifts the x coordinates) by
10 units:
list1=[[0,1,2,3,4],[5,6,7,8,9]]
list2=list1+[10,0] -> [[10,11,12,13,14],[5,6,7,8,9]]
Creating and Using Lists 39
Vista de pagina 38
1 2 ... 34 35 36 37 38 39 40 41 42 43 44

Comentarios a estos manuales

Sin comentarios