更改

跳到导航 跳到搜索
删除5字节 、 2021年9月23日 (四) 16:07
第61行: 第61行:     
==数值解==
 
==数值解==
韦斯特方程数值解的一个经典算法是 Bartels-Stewart 算法,该算法通过 QR 算法将 矩阵''A'' 和 ''B'' 转化为舒尔形式,然后通过逆向取代法求解三角矩阵。在LAPACK,或是GNU Octave的lyap函数中,该算法的计算代价是<math>\mathcal{O}(n^3)</math><ref>{{Cite web | url=https://octave.sourceforge.io/control/function/lyap.html | title=Function Reference: Lyap}}</ref>。也可以参阅该语言中的 sylvester 函数。自 GNU Octave Version 4.0以来,不推荐使用<code>syl</code>命令。<ref>{{Cite web | url=https://www.gnu.org/software/octave/doc/interpreter/Functions-of-a-Matrix.html | title=Functions of a Matrix (GNU Octave (version 4.4.1))}}</ref><ref>The <code>syl</code> 命令自从GNU Octave 4.0版本以后就弃用了。</ref>在某些特定的图像处理应用程序中,导出的韦斯特方程有会有解析解<ref>{{cite journal |first=Q. |last=Wei |first2=N.  |last2=Dobigeon |first3=J.-Y.  |last3=Tourneret |title=Fast Fusion of Multi-Band Images Based on Solving a Sylvester Equation|journal=IEEE |volume=24 |year=2015 |issue=11 |pages=4109–4121 |doi=10.1109/TIP.2015.2458572|pmid=26208345 |arxiv=1502.03121|bibcode=2015ITIP...24.4109W}}</ref>。
+
韦斯特方程数值解的一个经典算法是 Bartels-Stewart 算法,该算法通过 QR 算法将 矩阵''A'' 和 ''B'' 转化为舒尔形式,然后通过逆向取代法求解三角矩阵。在LAPACK,或是GNU Octave的lyap函数中,该算法的计算代价是<math>\mathcal{O}(n^3)</math><ref>{{Cite web | url=https://octave.sourceforge.io/control/function/lyap.html | title=Function Reference: Lyap}}</ref>。也可以参阅该语言中的 sylvester 函数。自 GNU Octave Version 4.0以来,不推荐使用<code>syl</code>命令。<ref>{{Cite web | url=https://www.gnu.org/software/octave/doc/interpreter/Functions-of-a-Matrix.html | title=Functions of a Matrix (GNU Octave (version 4.4.1))}}</ref><ref><code>syl</code> 命令自从GNU Octave 4.0版本以后就弃用了。</ref>在某些特定的图像处理应用程序中,导出的韦斯特方程有会有解析解<ref>{{cite journal |first=Q. |last=Wei |first2=N.  |last2=Dobigeon |first3=J.-Y.  |last3=Tourneret |title=Fast Fusion of Multi-Band Images Based on Solving a Sylvester Equation|journal=IEEE |volume=24 |year=2015 |issue=11 |pages=4109–4121 |doi=10.1109/TIP.2015.2458572|pmid=26208345 |arxiv=1502.03121|bibcode=2015ITIP...24.4109W}}</ref>。
 
      
==相关条目==
 
==相关条目==
1,068

个编辑

导航菜单