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일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

태그

질문:

2021년 2월 23일

편집:

2021년 2월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by