How to calculate the value of the vector A in equation AXA' = b?
    조회 수: 6 (최근 30일)
  
       이전 댓글 표시
    
If I have 
A*X*A' = b;
where: 
A is a (1x2) unknown vector whose elements must be integers
A' is the transpose of A,
X is a (2x2) diagonal matrix (given)
b is a given scaler value. 
How can I calculate the value of vector A?
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

