Help / Linear algebra - Vector algebra / Matrix
Notation:
- [[a],[b]]
- [[a, b]]
- [[a, b],[c, d]]
Parameter(s):
- a,b,c,d,...Number
Usage examples:
[[1.2]]
[[1, 2],[3, 4]]
[[1],[2],[3]]
[[1, 2, 3],[3, 4, 5],[6, 7, 8]]
[[6, 1, 8],[7, 5, 3],[2, 9, 4]]*x=(1, 2, 3)





