Help with arrays please

1 次查看(过去 30 天)
Tracy
Tracy 2021-2-23
Enter the values for the Square of Array A =
A=[-10 -9;
-8 6] ;

回答(1 个)

James Tursa
James Tursa 2021-2-23
编辑:James Tursa 2021-2-23
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

类别

Help CenterFile Exchange 中查找有关 Matrices and Arrays 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by