How to calculate the value of the vector A in equation AXA' = b?
    6 views (last 30 days)
  
       Show older comments
    
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 Comments
Accepted Answer
More Answers (0)
See Also
Categories
				Find more on Creating and Concatenating Matrices in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
