128k views
5 votes
What is B-CF?

B=[2 8 C= [12 0 1.5 F= [-2 0
6 3] 1 -6 7] 0 8
2 1]

1 Answer

1 vote

I'm guessing on the make up of the matrices.
First off let's look at [C][F].
[C]=
[F]=
[C][F]=
where each element of [C][F] comes from multiplying a row of [C] with a column of [F].
Example: First element is product of first row and first column.

.
.
.
Now that we have [C][F], we can subtract it from [B], element by element,


[B]-[C][F]=
[B]-[C][F]=
.
.
.
If this is not how the matrices look,please re-state the problem and be more specific about the make up of the matrices (rows x columns).
Here's an example.
[A] is a 2x2 matrix. A=[1,2,3,4].
The assumption is that [A] looks like this,
[A]=
[B] is a 3x2 matrix. B=[5,6,7,8,9,10]
[B]=


User YohanDhananjaya
by
8.1k points

No related questions found