Lesson Algebra is used in computer science
Algebra
->
College
->
Linear Algebra
-> Lesson Algebra is used in computer science
Log On
Algebra: Linear Algebra (NOT Linear Equations)
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'Algebra is used in computer science'
This Lesson (Algebra is used in computer science)
was created by by
SasTec Academy(0)
:
View Source
,
Show
About SasTec Academy
:
Algebra Usage: Algebra is used in computer science in many ways: boolean algebra for evaluating code paths, error correcting codes, processor optimization, relational database design/optimization, and so forth. Matrix computations are used in computer programming in many ways: graphics, state-space modeling, arithmetic, ad hoc business logic, and so forth. Linear algebra as a sub-discipline is often taught in one of two ways: from a computational aspect of things, which focuses on matrices, their properties, and operations on matrices; or, algebraically, where linear mappings are treated as algebraic structures, and one studies, for instance, the group theoretic relations that arise. In either case, you will not need to try too hard to find situations where knowledge of either theoretical linear algebra or matrix mathematics will be necessary.