Help with arrays please
Show older comments
Enter the values for the Square of Array A =
A=[-10 -9;
-8 6] ;
Answers (1)
James Tursa
on 23 Feb 2021
Edited: James Tursa
on 23 Feb 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
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!