---------------------------------------------------------------------

next up previous contents
Next: ベクトル、行列 Up: 基本関数 Previous: 有理関数(分数関数)

---------------------------------------------------------------------

リスト、集合

    リスト[ tex2html_wrap6534 ]   n番目の要素
     
    リスト[ tex2html_wrap6535 ]   m 番目の要素の中の n 番目の要素
    リスト[ tex2html_wrap6536 ]   m 番目から n 番目の要素
    リスト[ tex2html_wrap6537 ]   m 番目と n 番目の間の要素
    First[ tex2html_wrap6538 ]   先頭の要素
     
    Last[ tex2html_wrap6539 ]   末尾の要素
     
    Take[ tex2html_wrap6540 ]   リスト[[{m,n}]]と同じ
     
    Prepend[ tex2html_wrap6541 ]   先頭に a を追加
     
    Append[ tex2html_wrap6542 ]   末尾に a を追加
     
    Insert[ tex2html_wrap6543 ]   n 番目に a を挿入
     
    Rest[ tex2html_wrap6544 ]   先頭の要素を除去
     
    Drop[ tex2html_wrap6545 ]   先頭から n 個の要素を除去
     
    Length[ tex2html_wrap6546 ]   要素数
     
    Count[ tex2html_wrap6547 ]   リスト中に a がいくつあるか
     
    Position[ tex2html_wrap6548 ]   リスト中の a の位置
     
    Range[ tex2html_wrap6549 ]   リスト中の最大値と最小値の差
     
    Reverse[ tex2html_wrap6550 ]   逆順に並べる
     
    Sort[ tex2html_wrap6551 ]   ソート
     
    RotateLeft[ tex2html_wrap6552 ]   n 個左回転
     
    RotateRight[ tex2html_wrap6553 ]   n 個右回転
     
    Join[ tex2html_wrap6554 ]   リストの結合
     
    Union[ tex2html_wrap6555 ]   和集合
     
    Intersection[ tex2html_wrap6556 ]   共通集合
     
    Complement[ tex2html_wrap6557 ]   差集合、 tex2html_wrap_inline6642 の要素で tex2html_wrap_inline6644 に含まれないもの
     
    Dimensions[ tex2html_wrap6558 ]   次元数
     
    Partition[ tex2html_wrap6559 ]   n 個の要素から成るサブリストのリストにする
     
    Flatten[ tex2html_wrap6560 ]   1次元のリストにする
     
    Flatten[ tex2html_wrap6561 ]   n+1 次元のリストにする
     
    Select[ tex2html_wrap6562 ]   条件を満たす要素を取り出す
        
    条件の例:0以外 tex2html_wrap_inline6650 #gif!=0&
      連続する要素のリストの作成、間隔は省略可能
     
    例:Range[x,x+3] tex2html_wrap_inline6656 { x , 1+x , 2+x , 3+x }
    Map[ tex2html_wrap6564 ]   各要素に関数を作用させる
     
    Apply[ tex2html_wrap6565 ]   各要素を関数でつなぐ
     

---------------------------------------------------------------------

Mathematica リファレンスマニュアル に戻る。
吉田 誠一のホームページ に戻る。
Copyright(C) Seiichi Yoshida (comet@aerith.net). All rights reserved.
Sun Nov 10 03:21:52 JST 1996