asol = 
how to get inverse ?
Mostrar comentarios más antiguos
a = [1 2 3];
b = [3 2 1 ].';
c = a*b;
aa = c*pinv(b) ;
i want to answer a = aa but i can't
pleas~~~~
1 comentario
Rik
el 17 de Ag. de 2024
What exactly is your question? Do you want to find out whether a is equal to aa?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!