I have thw following problem
Considering the matrix
M = [1 2 3; 4 5 6; 7 8 10]
And the vector
E = [Ex; Ey; Ez]
And
B = [1; 4; 10]
Does anyone knows how to find the values of E components in matlab, considering
M*E=B?
I have thw following problem
Considering the matrix
M = [1 2 3; 4 5 6; 7 8 10]
And the vector
E = [Ex; Ey; Ez]
And
B = [1; 4; 10]
Does anyone knows how to find the values of E components in matlab, considering
M*E=B?
Copyright © 2021 Jogjafile Inc.
Use the following command, using mldivide or the equivalent operator
\
:This results in:
Verification:
ans =