<< Differential Equations, Integration
Scilab Help
Linear Algebra >>
Scilab Help
>> Elementary Functions
Elementary Functions
bitwise
bitand
—
bitwise logical AND between element-wise integers of 2 arrays
bitcmp
—
ビット毎の補数
bitget
—
Extracts from integers bits of given indices
bitor
—
bitwise logical OR between element-wise integers of 2 arrays
bitset
—
Sets bits of given indices in some integers
bitstring
—
A string giving the literal bit representation of a number
bitxor
—
bitwise logical XOR between element-wise integers of 2 arrays
Complex
complex
—
複素数を計算する.
conj
—
共役
imag
—
虚部
imult
—
虚数単位 i を乗じる
isreal
—
変数が実数または複素数のエントリかどうかを調べるc
real
—
実部
Discrete mathematics
factor
—
素因数分解関数
factorial
—
factorial function : product of the n first positive integers
gcd
—
Greatest (positive) Common Divisor
lcm
—
least common (positive) multiple of integers or of polynomials
nchoosek
—
Computes binomial numbers (n,k) = numbers of combinations
primes
—
素数関数
rat
—
浮動小数点数の有理数近似
elementarymatrices
random
grand
—
乱数生成器
noisegen
—
ノイズ生成
(obsolete)
prbs_a
—
Generates a pseudo random binary sequence
rand
—
乱数生成
blockdiag
—
Creates a block diagonal matrix from provided arrays. Block diagonal system connection.
diag
—
対角行列の構築または展開
empty []
—
empty matrix. Array ranges destructor.
eye
—
単位行列
linspace
—
generates linearly spaced numbers between 2 reached bounds
logspace
—
対数的間隔のベクトル
meshgrid
—
Create matrices or 3-D arrays from vectors replicated in 2 or 3 dimensions
ndgrid
—
build matrices or N-D arrays by replicating some template vectors
ones
—
要素が1の行列
repmat
—
配列を複製/タイル状に配置
squarewave
—
周期 2*%piの矩形波を生成
testmatrix
—
ヒルバート,フランクのような特殊行列を作成
toeplitz
—
Toeplitz matrix (chosen constant diagonal bands)
zeros
—
ゼロからなる行列
Exponential
exp
—
要素毎の指数関数
expm
—
正方行列の指数関数
log
—
自然対数
log10
—
対数
log1p
—
引数に1を足した数の自然対数を正確に計算する
log2
—
Base-2 logarithm. Base-2 exponents and mantissae of some decimal numbers
logm
—
正方行列の対数
nthroot
—
実数のn番目の実根
polar
—
極座標形式
power
—
指数演算子 (^,.^)
sqrt
—
平方根
sqrtm
—
行列の平方根
Floating point
ceil
—
切り上げ
clean
—
行列を消去 (小さなエントリをゼロに丸める)
double
—
converts inttype integers or booleans into decimal encoding
fix
—
0方向への丸め
floor
—
下方向への丸め
format
—
set the default output format of decimal numbers
ieee
—
浮動小数点例外モードを設定
int
—
ゼロ方向への丸め
isinf
—
tests for infinite elements
isnan
—
"Not a Number" エントリを調べる
nearfloat
—
前のまたは次の浮動小数点数を取得
nextpow2
—
指定値を超える2の累乗の最小値
number_properties
—
浮動小数点数パラメータを定義する
round
—
最も近い整数に丸める
signed zero -0
—
Processing of -0 versus 0
Integer representation
base2dec
—
bを基底とする表現から整数への変換
bin2dec
—
2進表現を整数に変換
dec2base
—
10進数を基底Nの数値(文字列)に変換
dec2bin
—
10進数から2進数への変換
dec2hex
—
10進数から16進数への変換
dec2oct
—
10進数から8進数への変換
hex2dec
—
16進数から10進数への変換
oct2dec
—
8進数を10進数に変換
Integers
iconvert
—
1または8バイト整数表現に変換する
uint64
—
8バイト符号なし整数形式に変換する
inttype
—
整数データ型で使用される整数型
matrixmanipulation
Shape tests
iscolumn
—
変数が列ベクトルであるかを確認
ismatrix
—
変数が行列かどうかを確認
isrow
—
変数が行ベクトルかどうか確認する
isscalar
—
変数がスカラーかどうかを確認.
issquare
—
変数が正方行列かどうかを確認
isvector
—
変数がベクトルかどうかを調べる
cat
—
複数の配列を結合する
circshift
—
circularly shifts elements or subarrays of an array (regular, of structures, cells, custom)
flipdim
—
指定した次元に沿って x ブロック要素を反転
matrix
—
ベクトルまたは行列を異なる大きさの行列に成形する
permute
—
permutes the dimensions of an array
pertrans
—
第2対角項を基準として転置
resize_matrix
—
行列またはハイパー行列をトリムまたは拡張(およびキャスト)
squeeze
—
ハイパー行列のシングルトン次元を削除
matrixoperations
abs
—
絶対値, 大きさ
and
—
logical AND between the elements of a boolean or numerical array
cross
—
ベクトル外積
cumprod
—
配列要素の累積積
cumsum
—
配列要素の累積和
kron .*.
—
クロネッカー積. Weighted array replication
kron .\. ./.
—
Kronecker left and right divisions
max
—
maximum
min
—
minimum
norm
—
行列のノルム
or
—
logical OR over the elements of a boolean or numerical array
prod
—
配列要素の積
sign
—
signum function
signm
—
行列符号関数
sum
—
配列要素の合計
tril
—
行列の下三角部
triu
—
上三角
unwrap
—
Y(x)輪郭またはZ(x,y)面をアンラップする. Y(x)輪郭を展開する
searchandsort
dsearch
—
指定の分類で行列またはハイパー行列の要素を分配, 配置および数える
find
—
論理値ベクトルまたは行列のtrue要素の添え字を見つける
gsort
—
sorting by quick sort algorithm
members
—
配列の各要素または他の配列の行または列を数える(及び位置を調べる)
vectorfind
—
locates occurences of a (wildcarded) vector in a matrix or hypermatrix
setoperations
intersect
—
returns the unduplicated elements or rows or columns met in both input arrays
perms
—
Set of permutations of given components
setdiff
—
returns 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
—
要素毎の逆余弦, 結果は度.
acosh
—
hyperbolic cosine inverse
acot
—
引数の要素毎の逆正接を計算する.
acotd
—
引数の要素毎の逆正接(単位:度)を計算する.
acoth
—
要素毎の逆双曲線正接.
acsc
—
引数の逆余割を要素毎に計算する.
acscd
—
引数の逆余割を要素毎に計算し,結果を度単位で返す.
acsch
—
引数の逆双曲線余割を要素毎に計算する.
asec
—
引数の要素毎の逆割線を計算する.
asecd
—
引数の要素毎の逆割線を計算し,結果を度単位で返す.
asech
—
引数の要素毎の逆双曲線割線を計算する.
asin
—
逆正弦
asind
—
逆正弦 (結果の単位: 度)
asinh
—
双曲線逆正弦
atan
—
2象限および 4象限逆正接
atand
—
2象限および 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
—
変数が空の行列または空のリストかどうかを調べる
isequalbitwise
—
comparison 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 Help
Linear Algebra >>