Apple Newton Works Graphing Calculator Manual do Utilizador Página 39

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 44
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 38
1 2 ... 34 35 36 37 38 39 40 41 42 43 44

Comentários a estes Manuais

Sem comentários