Quadratic & Linear Equation Solver
Solve quadratic equations ax² + bx + c = 0 and linear equations bx + c = 0 with detailed steps, discriminant analysis, vertex calculation, and axis of symmetry.
Documentação da API
Ponto final da solicitação
POST /pt/api/tools/quadratic-equation-solver
Parâmetros da solicitação
| Nome do parâmetro | Tipo | Requerido | Descrição |
|---|---|---|---|
| inputFormat | select | Sim | - |
| a | text | Sim | - |
| b | number | Sim | - |
| c | number | Sim | - |
| precision | number | Não | - |
| showSteps | checkbox | Não | - |
| showVertex | checkbox | Não | - |
| showAxis | checkbox | Não | - |
| showFormula | checkbox | Não | - |
Formato de resposta
{
"key": {...},
"metadata": {
"key": "value"
},
"error": "Error message (optional)",
"message": "Notification message (optional)"
}
Dados JSON:
Dados JSON
Documentação de MCP
Adicione este ferramenta à sua configuração de servidor MCP:
{
"mcpServers": {
"elysiatools-quadratic-equation-solver": {
"name": "quadratic-equation-solver",
"description": "Solve quadratic equations ax² + bx + c = 0 and linear equations bx + c = 0 with detailed steps, discriminant analysis, vertex calculation, and axis of symmetry.",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=quadratic-equation-solver",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
Você pode encadear várias ferramentas, ex: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, máx 20 ferramentas.
Se você encontrar algum problema, por favor, entre em contato conosco em [email protected]