freeCodeCamp/curriculum/math-challenges/32-linear-equations/solving-linear-systems.json

136 lines
2.3 KiB
JSON
Raw Normal View History

{
"name": "Solving Linear Systems",
"order": 16,
"challenges": [
{
"id": "59a5801209a6acac5983b459",
"title": "Linear Systems by Elimination",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a587af21a178128bc4071a",
"title": "Solving Systems by Multiplying One Equation",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a587af21a188128bc4071b",
"title": "Solving Systems by Multiplying Both Equations",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a001",
"title": "Linear Systems by Elimination Using Multiplication",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a002",
"title": "Systems Using Substitution",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a003",
"title": "Comparing Methods for Solving Linear Systems",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a004",
"title": "Applications of Linear Systems",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a005",
"title": "Mixture Problems",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a006",
"title": "Systems of Linear Equations in Three Variables",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a007",
"title": "Linear Programming",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}