0 تصويتات
بواسطة
اذا كان :
A equals open square brackets table row 1 2 row 3 4 end table close square brackets space comma space B equals open square brackets table row 5 6 row 7 8 end table close square brackets
فإن A-B  يساوي
open square brackets table row cell negative 4 end cell cell negative 4 end cell row cell negative 4 end cell cell negative 4 end cell end table close square brackets
open square brackets table row 4 4 row 4 4 end table close square brackets
open square brackets table row cell negative 1 end cell cell negative 1 end cell row cell negative 1 end cell cell negative 1 end cell end table close square brackets
open square brackets table row 1 1 row 1 1 end table close square brackets

1 إجابة واحدة

0 تصويتات
بواسطة
وفة B من مصفوفة A، يجب طرح كل عنصر في مصفوفة B من عنصره المقابل في مصفوفة A. وفقًا للمصفوفات المعطاة:
A = [1 2]
[3 4]
B = [5 6]
[7 8]
لحساب A - B، يجب طرح كل عنصر في B من عنصره المقابل في A:
A - B = [1-5 2-6] = [-4 -4]
[3-7 4-8]           [-4 -4]
إذاً، A - B = [ -4 -4]
[ -4 -4]
إجابتك الصحيحة هي:
[-4 -4]
[-4 -4]
مرحبًا بك إلى ثعلب، حيث يمكنك طرح الأسئلة وانتظار الإجابة عليها من المستخدمين الآخرين.

اسئلة متعلقة

...