Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.0 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilabヘルプ >> Elementary Functions

Elementary Functions

  • bitwise
    • bitandbitwise logical AND between element-wise integers of 2 arrays
    • bitcmpビット毎の補数
    • bitgetExtracts from integers bits of given indices
    • bitorbitwise logical OR between element-wise integers of 2 arrays
    • bitsetSets bits of given indices in some integers
    • bitstringA string giving the literal bit representation of a number
    • bitxorbitwise logical XOR between element-wise integers of 2 arrays
  • Complex
    • complex複素数を計算する.
    • conj共役
    • imag虚部
    • imult虚数単位 i を乗じる
    • isreal変数が実数または複素数のエントリかどうかを調べるc
    • real実部
  • Discrete mathematics
    • factor素因数分解関数
    • factorialfactorial function : product of the n first positive integers
    • gcdGreatest (positive) Common Divisor
    • lcmleast common (positive) multiple of integers or of polynomials
    • nchoosekComputes binomial numbers (n,k) = numbers of combinations
    • primes素数関数
    • rat浮動小数点数の有理数近似
  • elementarymatrices
    • random
      • grand乱数生成器
      • noisegenノイズ生成 (obsolete)
      • prbs_aGenerates a pseudo random binary sequence
      • rand乱数生成
    • blockdiagCreates a block diagonal matrix from provided arrays. Block diagonal system connection.
    • diag対角行列の構築または展開
    • empty []empty matrix. Array ranges destructor.
    • eye単位行列
    • linspacegenerates linearly spaced numbers between 2 reached bounds
    • logspace対数的間隔のベクトル
    • meshgridCreate matrices or 3-D arrays from vectors replicated in 2 or 3 dimensions
    • ndgridbuild matrices or N-D arrays by replicating some template vectors
    • ones要素が1の行列
    • repmat配列を複製/タイル状に配置
    • squarewave周期 2*%piの矩形波を生成
    • testmatrixヒルバート,フランクのような特殊行列を作成
    • toeplitzToeplitz matrix (chosen constant diagonal bands)
    • zerosゼロからなる行列
  • Exponential
    • exp要素毎の指数関数
    • expm正方行列の指数関数
    • log自然対数
    • log10対数
    • log1p引数に1を足した数の自然対数を正確に計算する
    • log2Base-2 logarithm. Base-2 exponents and mantissae of some decimal numbers
    • logm正方行列の対数
    • nthroot実数のn番目の実根
    • polar極座標形式
    • power指数演算子 (^,.^)
    • sqrt平方根
    • sqrtm行列の平方根
  • Floating point
    • ceil切り上げ
    • clean行列を消去 (小さなエントリをゼロに丸める)
    • doubleconverts inttype integers or booleans into decimal encoding
    • fix0方向への丸め
    • floor下方向への丸め
    • formatset the default output format of decimal numbers
    • ieee浮動小数点例外モードを設定
    • intゼロ方向への丸め
    • isinftests for infinite elements
    • isnan"Not a Number" エントリを調べる
    • nearfloat前のまたは次の浮動小数点数を取得
    • nextpow2指定値を超える2の累乗の最小値
    • number_properties浮動小数点数パラメータを定義する
    • round最も近い整数に丸める
    • signed zero -0Processing of -0 versus 0
  • Integer representation
    • base2decbを基底とする表現から整数への変換
    • bin2dec2進表現を整数に変換
    • dec2base10進数を基底Nの数値(文字列)に変換
    • dec2bin10進数から2進数への変換
    • dec2hex10進数から16進数への変換
    • dec2oct10進数から8進数への変換
    • hex2dec16進数から10進数への変換
    • oct2dec8進数を10進数に変換
  • Integers
    • iconvert1または8バイト整数表現に変換する
    • uint648バイト符号なし整数形式に変換する
    • inttype整数データ型で使用される整数型
  • matrixmanipulation
    • Shape tests
      • iscolumn変数が列ベクトルであるかを確認
      • ismatrix変数が行列かどうかを確認
      • isrow変数が行ベクトルかどうか確認する
      • isscalar変数がスカラーかどうかを確認.
      • issquare変数が正方行列かどうかを確認
      • isvector変数がベクトルかどうかを調べる
    • cat複数の配列を結合する
    • circshiftcircularly shifts elements or subarrays of an array (regular, of structures, cells, custom)
    • flipdim指定した次元に沿って x ブロック要素を反転
    • matrixベクトルまたは行列を異なる大きさの行列に成形する
    • permutepermutes the dimensions of an array
    • pertrans第2対角項を基準として転置
    • resize_matrix行列またはハイパー行列をトリムまたは拡張(およびキャスト)
    • squeezeハイパー行列のシングルトン次元を削除
  • matrixoperations
    • abs絶対値, 大きさ
    • andlogical AND between the elements of a boolean or numerical array
    • crossベクトル外積
    • cumprod配列要素の累積積
    • cumsum配列要素の累積和
    • kron .*.クロネッカー積. Weighted array replication
    • kron .\. ./.Kronecker left and right divisions
    • maxmaximum
    • minminimum
    • norm行列のノルム
    • orlogical OR over the elements of a boolean or numerical array
    • prod配列要素の積
    • signsignum function
    • signm行列符号関数
    • sum配列要素の合計
    • tril行列の下三角部
    • triu上三角
    • unwrapY(x)輪郭またはZ(x,y)面をアンラップする. Y(x)輪郭を展開する
  • searchandsort
    • dsearch指定の分類で行列またはハイパー行列の要素を分配, 配置および数える
    • find論理値ベクトルまたは行列のtrue要素の添え字を見つける
    • gsortsorting by quick sort algorithm
    • members配列の各要素または他の配列の行または列を数える(及び位置を調べる)
    • vectorfindlocates occurences of a (wildcarded) vector in a matrix or hypermatrix
  • setoperations
    • intersectreturns the unduplicated elements or rows or columns met in both input arrays
    • permsSet of permutations of given components
    • setdiffreturns elements or rows or columns of an array that do not belong to another one
    • unionベクトルの和集合要素を展開
    • uniqueベクトルまたは行列のユニークなな要素を展開
  • Trigonometry
    • Matrix-wise processing
      • acoshm行列逆双曲線余弦
      • acosm行列毎の逆余弦
      • asinhm双曲線逆正弦行列
      • asinm行列用の逆正弦
      • atanhm行列の双曲線逆正接
      • atanm正方行列の逆正接
      • coshm行列の双曲線余弦
      • cosm行列余弦関数
      • cothm行列双曲線コタンジェント(余接)
      • sinhm行列双曲線正弦
      • sinm行列正弦関数
      • tanhm双曲線正接行列
      • tanm行列正接
    • acos要素毎の逆余弦(rad)
    • acosd要素毎の逆余弦, 結果は度.
    • acoshhyperbolic cosine inverse
    • acot引数の要素毎の逆正接を計算する.
    • acotd引数の要素毎の逆正接(単位:度)を計算する.
    • acoth要素毎の逆双曲線正接.
    • acsc引数の逆余割を要素毎に計算する.
    • acscd引数の逆余割を要素毎に計算し,結果を度単位で返す.
    • acsch引数の逆双曲線余割を要素毎に計算する.
    • asec引数の要素毎の逆割線を計算する.
    • asecd引数の要素毎の逆割線を計算し,結果を度単位で返す.
    • asech引数の要素毎の逆双曲線割線を計算する.
    • asin逆正弦
    • asind逆正弦 (結果の単位: 度)
    • asinh双曲線逆正弦
    • atan2象限および 4象限逆正接
    • atand2象限および 4象限逆正接, 結果の単位は度.
    • atanh双曲線逆正接
    • cos余弦関数
    • cosd要素毎の余弦(引数の単位:度)
    • cosh双曲線余弦
    • cotdコタンジェント(余接,引数の単位:度)
    • cotgコタンジェント(余接)
    • coth双曲線コタンジェント(余接)
    • csc引数のコセカント(余割)を要素毎に計算する.
    • cscd度単位で指定した引数のコセカント(余割)を要素毎に計算する
    • csch引数の双曲線コセカントを要素毎に計算する.
    • csgn複素数の実部のベクトル符号を返す
    • sec引数の割線を要素毎に計算する.
    • secd要素毎の割線(引数の単位:度)
    • sech引数の双曲線割線を要素毎に計算する
    • sin正弦関数
    • sind要素毎の正弦(引数の単位:度).
    • sinh双曲線正弦
    • tan正接
    • tand正接 (単位: 度)
    • tanh双曲線正接
  • &, &&Binary AND between integers. Logical AND over/between booleans and numbers
  • extraction行列およびリストのエントリの展開
  • ind2sub線形添字を添字付き行列に変換
  • assignation変数への部分的な代入
  • isempty変数が空の行列または空のリストかどうかを調べる
  • isequalbitwisecomparison of objects (NaN are equal)
  • pmodulo正のモジュロmユークリッド剰余演算
  • ndims配列の次元の数
  • |, ||Binary OR between integers. Logical OR over/between booleans and numbers
  • sizeオブジェクトの大きさ
  • sub2ind行列添字を線形添字に変換
Report an issue
<< Differential Equations, Integration Scilabヘルプ Linear Algebra >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Feb 25 08:53:19 CET 2020