

MCQOPTIONS
Saved Bookmarks
1. |
Which code is used to solve the system of linear equation: A.(x2)= B? |
A. | sqrt([1 4;1 4]/[1 2;1 2]) |
B. | Inf |
C. | sqrt([1 4,1 4]/[1 2,1 2]) |
D. | sqrt[(1 4;1 4]/[1 2;1 2)] View Answer |
Answer» B. Inf | |