-
이 템플릿은 **한국어**와 영어로 쓰여 있습니다.
This template is both written Korean and **English**.
(꼭, **이슈 하나당 하나의 문제**만 적어주세요! Please write **only one question per issue!**)
## 문제의 언어 Quiz Language (Progra…
-
This proposal extends the Go programming language to include [quaternions](https://en.wikipedia.org/wiki/Quaternion), a hypercomplex noncommutative division algebra that generalizes the complex number…
-
The reason for the currently broken link from https://gap-packages.github.io/hap/ links to https://gap-packages.github.io/hap/www/index.html is here:
https://github.com/gap-packages/hap/blob/c5563b…
-
Prove Cramer's Rule (Metamath 100 #97). 4 other formalization tools have done so.
Mario says: Needs Determinants, and matrix algebra more generally. Stefan has made some great strides in this dir…
-
I can not pick up version 1.20:
```
* HAP - new version 1.20 discovered!!!
============================================
Getting new archives from
http://hamilton.nuigalway.ie/Hap/hap1.20…
-
Hey guys,
many thanks for typing these notes, they are far superior to my hand-written ones.
I have gathered a couple of suggestions for improvement (most of them are just typos) for the Algebra I…
-
Should be "Ca**y**ley-Hamilton theorem"
-
Current stack allows to write this new syntax:
```
extra-deps:
- git: git@github.com:NorfairKing/validity.git
commit: a86dd3e4830c14c056a0d5d8712864d395d25b2a
```
the old syntax for this w…
-
Teoria mancante:
- [x] Formule sulle distanze
- [x] Formule sulle proiezioni (?)
- [x] Condizioni per quadriche di rotazione
- [x] ~Formule circonferenza~
- [x] Firma di una matrice (t, r, s) (# …
-
For example
```
G = Graph()
known_kaboom = ['is_prime', 'layout_graphviz']
errors = []
for f in [y for y in dir(G) if y[0] != '_']:
if f in known_kaboom:
continue
try:
attrc…