freeCodeCamp/curriculum/math-challenges/39-linear-algebra/linear-transformations.json

58 lines
978 B
JSON

{
"name": "Linear Transformations",
"order": 7,
"challenges": [
{
"id": "59a5801209a6acac5983b586",
"title": "Linear transformations",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a812",
"title": "Injective linear transformations",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a813",
"title": "Surjective linear transformations",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a814",
"title": "Invertible linear transformations",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}