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

next up previous contents
Next: 論理関数 Up: 基本関数 Previous: 複素関数

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

真理関数

    Positive[ tex2html_wrap6336 ]   a>0 なら True
     
    NonNegative[ tex2html_wrap6337 ]    tex2html_wrap_inline6364 なら True
     
    Negative[ tex2html_wrap6338 ]   a<0 なら True
     
    NumberQ[ tex2html_wrap6339 ]   a が数値なら True
     
    PrimeQ[ tex2html_wrap6340 ]   a が素数なら True
     
    IntegerQ[ tex2html_wrap6341 ]   a が整数なら True
     
    OddQ[ tex2html_wrap6342 ]   a が奇数なら True
     
    EvenQ[ tex2html_wrap6343 ]   a が偶数なら True
     
    PolynomialQ[ tex2html_wrap6344 ]   式が変数の多項式なら True
     
    MemberQ[ tex2html_wrap6345 ]   a がリストの要素なら True
     
    FreeQ[ tex2html_wrap6346 ]   a がリスト中になければ True
     
    VectorQ[ tex2html_wrap6347 ]   ベクトルなら True
     
    MatrixQ[ tex2html_wrap6348 ]   行列なら True
     

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

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