matlab area函数用法,Matlab矩阵运算函数-are函数(过时) | 学步园

这篇博客介绍了如何在MATLAB中使用area函数求解Riccati方程。Riccati方程的一般形式为A'x+xA-xBx+C=0,area函数是解决此类方程的工具。文章通过具体的矩阵示例A、B、C展示了使用area函数的过程,尽管在示例中遇到了未定义函数的错误,提示读者可能需要检查输入参数类型或确保已经安装了相应的工具箱。
摘要由CSDN通过智能技术生成

1、area函数:Riccati方程求解

2、用法说明

Riccati方程的一般格式是:A'x+xA-xBx+C=0

x=are(A,B,C) A、B、C为上述描述的Riccati方程的系数矩阵,x是方程的解

3、用法实例

>> A = [2 4 3;5 7 3;8 9 2]

A =

2 4 3

5 7 3

8 9 2

>> B = [3 6 4;7 3 9;4 8 2]

B =

3 6 4

7 3 9

4 8 2

>> C = [3 5 1;6 7 2;8 9 3]

C =

3 5 1

6 7 2

8 9 3

>> x = are(A,B,C)

Undefined function 'are' for input arguments of type 'double'.

>> help are

are not found.

Use the Help browser search field to search the documentation, or

type "help help" for help command options, such as help for methods.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值