solve quadratic set of equations
    6 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    tilfani oussama
 il 20 Ago 2018
  
    
    
    
    
    Modificato: Walter Roberson
      
      
 il 21 Ago 2018
            I have a system of equation which i would like to solven this systme can be expressed as :
w=(w1,...,wn)' and let consider a symmetric matrix n*n Σ(s), i would like to solve a system as :
ω(s) ω(s)’= inverse (Σ(s)).
can someone give a program/command to solve this kind of systems
4 Commenti
  Torsten
      
      
 il 21 Ago 2018
				Using w*w' for a vector w, you can only generate symmetric matrices of rank 1.
Your right-hand side is a matrix of rank n.
Believe us: Your system can't be solved for s unless n=1.
Best wishes
Torsten.
Risposta accettata
  tilfani oussama
 il 21 Ago 2018
        
      Modificato: Walter Roberson
      
      
 il 21 Ago 2018
  
      
      3 Commenti
  Torsten
      
      
 il 21 Ago 2018
				Just make an attempt to set up the problem for "fmincon" and come back if you encounter specific problems.
Best wishes
Torsten.
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


