Same elements in cells on diag of a matrix
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Hello there,
I'm using syms and I have several polynoms in each of my mtrix cells,
I want to find out what are the common elements on the polynoms that on the diagonal of the matrix.
For example, the following 2x2 matrix:
A=[
1+w+w^2,    2w+3;
3w+5,        1-w+w^2;
]
I want to get the following polinom: 1+w^2.
In future steps I'll use cos and sin so please consider it.
0 Commenti
Risposte (1)
Vedere anche
Categorie
				Scopri di più su Assumptions in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

