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

expm

正方行列の指数関数

呼び出し手順

expm(X)

パラメータ

X

実数または複素数のエントリを有する正方行列.

説明

X が正方行列の時, expm(X) は以下の行列となります

expm(X) = I + X + X^2 /2 + ...

計算はまずXをブロック対角化した後, 各ブロックにパデ近似を適用します.

X=[1 2;3 4]
expm(X)
logm(expm(X))

参照

  • logm — 正方行列の対数
  • bdiag — ブロック対角化, 一般化固有ベクトル
  • coff — レゾルベント (余因子法)
  • log — 自然対数
  • exp — 要素毎の指数関数
Report an issue
<< exp Exponential log >>

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:
Fri Apr 11 14:18:54 CEST 2014