Help with arrays please

1 vue (au cours des 30 derniers jours)
Tracy
Tracy le 23 Fév 2021
Modifié(e) : James Tursa le 23 Fév 2021
Enter the values for the Square of Array A =
A=[-10 -9;
-8 6] ;

Réponses (1)

James Tursa
James Tursa le 23 Fév 2021
Modifié(e) : James Tursa le 23 Fév 2021
I'm not sure what the question is. Just enter the text as shown to create the 2x2 matrix A:
A = [-10 -9;
-8 6];
For the square, you can use either multiply A by itself or do an element-wise .^2 operation depending on what is meant by "square". See

Catégories

En savoir plus sur Matrices and Arrays dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by