如何在每列中获取具有相同元素的特殊类型的矩阵的inv [英] How to get inv of special type of Matrix with same elements in each column

查看:66
本文介绍了如何在每列中获取具有相同元素的特殊类型的矩阵的inv的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个矩阵B,如下所示.我们如何使用MATLAB获得inv(B)?

I have a matrix B, as shown below. How can we get inv(B) using MATLAB?

B =[ 1.7511, 0.1891, -1.3523;
     1.7511, 0.1891, -1.3523;
     1.7511, 0.1891, -1.3523 ];

推荐答案

如果列是 invertible ,则矩阵是 invertible .线性独立的.这意味着列a不能用列bc的函数表示,例如.通过a = 2*b+c.在您的情况下,所有列都是相同的,即a = b = c,因此它们不是线性独立的,并且矩阵是不可逆的.

A matrix is invertible, if the columns are linearly independent. This means that a column a can not be expressed in function of columns b and c, e.g. by a = 2*b+c. In your case, all columns are identical, i.e. a = b = c, so they are not linearly independent, and your matrix is not invertible.

这篇关于如何在每列中获取具有相同元素的特殊类型的矩阵的inv的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆