vectorial-spaces
Version:
Create animations for vector decomposition in intermediar bases.
64 lines • 1.68 kB
JSON
{
"name": "vectorial-spaces",
"version": "1.1.11",
"description": "Create animations for vector decomposition in intermediar bases.",
"main": "handlers.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:IonicaBizau/vectorial-spaces.git"
},
"keywords": [
"vectorial",
"spaces",
"vectors",
"animations"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/vectorial-spaces/issues"
},
"homepage": "https://github.com/IonicaBizau/vectorial-spaces",
"blah": {
"description": "You can [open and see the project online, hosted on GitHub pages](https://github.com/IonicaBizau/vectorial-spaces).",
"ex_img": "http://i.imgur.com/yp6wuBY.png",
"example": [
{
"blockquote": [
"*B<sub>1</sub> = { u<sub>1</sub> = (1, 1), u<sub>2</sub> = (0, 2)}*",
"*B<sub>2</sub> = { e<sub>1</sub> = (1, 0), e<sub>2</sub> = (0, 1)}*",
"*v = (3, 5)*"
]
},
{
"p": "The point represented in the two bases is:"
},
{
"blockquote": [
"*v = 3u<sub>1</sub> + 1u<sub>2</sub> = (3, 3) + (0, 2) = (3, 5)*",
"*v = 3e<sub>1</sub> + 5e<sub>2</sub> = (3, 0) + (0, 5) = (3, 5)*"
]
}
]
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}