Matlab矩阵运算函数-are函数(过时)

本文介绍了一个用于求解Riccati方程的函数area,并给出了具体的使用方法及实例。Riccati方程通常出现在控制论、线性二次调节器等问题中。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

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、付费专栏及课程。

余额充值