Update
This commit is contained in:
parent
47934a4bdb
commit
48f8166921
17 changed files with 121 additions and 35 deletions
|
@ -1,6 +1,6 @@
|
|||
# Linear Algebra
|
||||
|
||||
In [mathematics](math.md) linear algebra is an extension of the classical elemental algebra ("operations with numbers") to [vectors](vector.md) and [matrices](matrix.md). It is a basic tool of advanced mathematics and [computer science](computer_science.md) and at least at the very basic level should be known by every [programmer](programmer.md).
|
||||
In [mathematics](math.md) linear algebra is an extension of the classical elemental algebra ("operations with numbers/variables") to [vectors](vector.md) and [matrices](matrix.md). It is a basic tool of advanced mathematics and [computer science](computer_science.md) and at least at the very basic level should be known by every [programmer](programmer.md).
|
||||
|
||||
## The Basics
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue