Feeds
提问
Solve function is unable to find an explicit solution
Hello, the code is as follows. clc;clear all A = [0.7 0.2; 0.05 0.64]; C = [0.5 -0.8; 0 0.7]; Q = [0.5 0; 0 ...
2 years 前 | 1 个回答 | 0
1
个回答提问
Solve Function Doesn't Give All Solutions
% this does not give all the solutions A = [0.7 0.2; 0.05 0.64]; C = [0.5 -0.8; 0 0.7]; Q = [0.5 0; 0 0.7]; R...
2 years 前 | 1 个回答 | 0
