MATLAB ヘルプ センター
Laurent matrix transpose
Since R2021b
B = ctranspose(A)
B = ctranspose(A) returns the transpose of the Laurent matrix A.
B
A
example
collapse all
Create two Laurent polynomials:
a(z)=2+4z-1+6z-2
b(z)=z2+3z+5
lpA = laurentPolynomial(Coefficients=[2 4 6]); lpB = laurentPolynomial(Coefficients=[1 3 5],MaxOrder=2);
Create the Laurent matrix lmat = [-1a(z)b(z)7].
lmat
lmat = laurentMatrix(Elements={-1 lpA; lpB 7});
Display the elements of the transpose of lmat.
lmatTrans = ctranspose(lmat); for j=1:2 for k=1:2 elt = lmatTrans.Elements{j,k}; fprintf("===================\nlmatTrans(%d,%d):\n",j,k); elt end end
=================== lmatTrans(1,1):
elt = laurentPolynomial with properties: Coefficients: -1 MaxOrder: 0
=================== lmatTrans(1,2):
elt = laurentPolynomial with properties: Coefficients: [1 3 5] MaxOrder: 2
=================== lmatTrans(2,1):
elt = laurentPolynomial with properties: Coefficients: [2 4 6] MaxOrder: 0
=================== lmatTrans(2,2):
elt = laurentPolynomial with properties: Coefficients: 7 MaxOrder: 0
laurentMatrix
Laurent matrix, specified as a laurentMatrix object.
Transpose of a Laurent matrix, returned as a laurentMatrix object.
expand all
Introduced in R2021b
laurentPolynomial
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
ヨーロッパ
アジア太平洋地域
最寄りの営業オフィスへのお問い合わせ