summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/functions/algebra.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/functions/algebra.json')
-rw-r--r--chromium/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/functions/algebra.json58
1 files changed, 58 insertions, 0 deletions
diff --git a/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/functions/algebra.json b/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/functions/algebra.json
new file mode 100644
index 00000000000..c3d01c1a3f4
--- /dev/null
+++ b/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/functions/algebra.json
@@ -0,0 +1,58 @@
+[
+ {"category": "Algebra",
+ "mappings": {
+ "default": {
+ "default": "degree"
+ }
+ },
+ "key": "deg",
+ "names": ["deg"]
+ },
+ {"category": "Algebra",
+ "mappings": {
+ "default": {
+ "default": "determinant",
+ "short": "det"
+ }
+ },
+ "key": "det",
+ "names": ["det"]
+ },
+ {"category": "Algebra",
+ "mappings": {
+ "default": {
+ "default": "dimension"
+ }
+ },
+ "key": "dim",
+ "names": ["dim"]
+ },
+ {"category": "Algebra",
+ "mappings": {
+ "default": {
+ "default": "homomorphism",
+ "short": "hom"
+ }
+ },
+ "key": "hom",
+ "names": ["hom", "Hom"]
+ },
+ {"category": "Algebra",
+ "mappings": {
+ "default": {
+ "default": "kernel"
+ }
+ },
+ "key": "ker",
+ "names": ["ker"]
+ },
+ {"category": "Algebra",
+ "mappings": {
+ "default": {
+ "default": "trace"
+ }
+ },
+ "key": "Tr",
+ "names": ["Tr", "tr"]
+ }
+]