フィルターのクリア

If i have a given Matrix (k x k), how can i expand it to a (n x n) matrix?

1 回表示 (過去 30 日間)
Jeanne Pulvermüller
Jeanne Pulvermüller 2020 年 12 月 18 日
コメント済み: Rik 2020 年 12 月 18 日
I have to do a QR-decomposition of a Matrix A.
In my Code i have a matrix B (the dimensions are k x k) and i have work with a matrix C (the dimensions are n x n, while n >k)
The matrix C looks just like the identity matrix with the matrix B in the bottom right corner...
Can anyone help me how to write that?
(Sorry, neither my english nor my matlab skills are great :D )
  1 件のコメント
Rik
Rik 2020 年 12 月 18 日
Have a read here and here. It will greatly improve your chances of getting an answer.

サインインしてコメントする。

回答 (1 件)

Doddy Kastanya
Doddy Kastanya 2020 年 12 月 18 日
It is not clear how the B and C matrices are related to A. However, if you just want to do QR decomposition, you might want to try "help qr" in MATLAB. It might have the information you need.

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by