Available under Creative Commons-ShareAlike 4.0 International License.
» A=[2 4; 1 5]
A =
2 4
1 5
» B=[1; 2]
B =
1
2
» Solution=A\B
Solution =
-0.5000
0.5000
- 瀏覽次數:1884


» A=[2 4; 1 5]
A =
2 4
1 5
» B=[1; 2]
B =
1
2
» Solution=A\B
Solution =
-0.5000
0.5000