Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.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 > Exponential > nthroot

nthroot

実数のn番目の実根

呼び出し手順

y=ntrhoot(x,n)

引数

x

実数,スカラーまたはベクトル/行列

n

実数スカラーまたはベクトル/行列

説明

nthroot(x,n) は,x要素のn番目の根の実数 ベクトル/行列です.xが負の要素を有する場合, nは奇数とする必要があります.

n がスカラーではない場合, 関数は要素毎に処理します.

nthroot(2, 3)
nthroot(-2, 3)
nthroot(-2, -3)
nthroot(2, -3)
nthroot([27 27], 3)
nthroot([27 256], [3 4])
nthroot([27 256; 3125 46656], [3 4; 5 6])

参照

  • hat — (^) 累乗
  • sqrt — 平方根
  • sqrtm — 行列の平方根
Report an issue
<< logm Exponential polar >>

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 14 15:10:27 CET 2017