Scilab 5.4.0
      
      - Scilab help
 - Elementary Functions
 - bitwise
 - Complex
 - Discrete mathematics
 - elementarymatrices
 - Exponential
 - Floating point
 - Integer representation
 - matrixmanipulation
 - matrixoperations
 - searchandsort
 - setoperations
 - signalprocessing
 - symbolic
 - Trigonometry
 - and
 - &
 - cat
 - cell2mat
 - cellstr
 - isempty
 - isequal
 - isvector
 - lstsize
 - maxi
 - mini
 - modulo
 - ndims
 - nthroot
 - or
 - |
 - sign
 - size
 - sort
 
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
nthroot
実数のn番目の実根
呼び出し手順
y=ntrhoot(x,n)
引数
- x
 実数,スカラーまたはベクトル/行列
- n
 実数スカラー
説明
nthroot(x,n) は,x要素のn番目の根の実数
            ベクトル/行列です.xが負の要素を有する場合,
            nは奇数とする必要があります.
例
nthroot(2,3) nthroot(-2,3) nthroot(-2,-3) nthroot(2,-3)
| Report an issue | ||
| << ndims | Elementary Functions | or >> |