You are here |
stephenmalina.com | ||
| | | |
cp4space.hatsya.com
|
|
| | | | In the post on threelds, we investigated under what conditions the additive group of one field (the 'inner field') could be isomorphic to the multiplicative group of another field (the 'outer field'). To summarise, this happens in the following cases: the outer field is F_3 and the inner field is F_2; the outer field is... | |
| | | |
emilygorcenski.com
|
|
| | | | This post works though the exercises for Chapter 1 of Axler's Linear Algebra Done Right. The summary review can be found | |
| | | |
0fps.net
|
|
| | | | When I was younger I invested a lot of time into studying geometric algebra. Geometric algebra is a system where you can add, subtract and multiply oriented linear subspaces like lines and hyperplanes (cf.Grassmanian). These things are pretty important if you're doing geometry, so it's worth it to learn many ways to work with them.... | |
| | | |
sreekar.ch
|
|
| | But first What is functional programming ? Functional programming is a programming paradigm in which most computation is treated as evaluation of functions. It emphasizes on expression evaluation instead of command execution. Wikipedia When did it all start ? In the 90s, there was a war between declarative programming and imperative programming. Declarative programming then represented by logic programming languages like Prolog and early functional languages like Erlang. And imperative languages were r... |