How to do division on matrices ?
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    IBM watson
 el 6 de Nov. de 2018
  
    
    
    
    
    Comentada: madhan ravi
      
      
 el 6 de Nov. de 2018
            [a b; c d]*[x;y]=[k;l]
How can i calculate x and y if I know a,b,c,d and k,l ?
0 comentarios
Respuesta aceptada
  madhan ravi
      
      
 el 6 de Nov. de 2018
        
      Editada: madhan ravi
      
      
 el 6 de Nov. de 2018
  
      inv([a b; c d])*[k;l]
2 comentarios
Más respuestas (1)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


